|
2474 | 2474 | "type":"timestamp", |
2475 | 2475 | "documentation":"<p>The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.</p>" |
2476 | 2476 | }, |
| 2477 | + "CustomerSecretsManagerARN":{ |
| 2478 | + "type":"string", |
| 2479 | + "max":1024, |
| 2480 | + "min":64, |
| 2481 | + "pattern":"^arn:[^:]{1,63}:secretsmanager:[a-z0-9-]+:[0-9]{12}:secret:[a-zA-Z0-9/_+=.@-]+-[a-zA-Z0-9]{6}$" |
| 2482 | + }, |
2477 | 2483 | "DNSName":{ |
2478 | 2484 | "type":"string", |
2479 | 2485 | "documentation":"<p>The file system's DNS name. You can mount your file system using its DNS name.</p>", |
|
5624 | 5630 | "DnsIps":{ |
5625 | 5631 | "shape":"DnsIps", |
5626 | 5632 | "documentation":"<p>A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.</p>" |
| 5633 | + }, |
| 5634 | + "DomainJoinServiceAccountSecret":{ |
| 5635 | + "shape":"CustomerSecretsManagerARN", |
| 5636 | + "documentation":"<p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the service account credentials used to join the file system to your self-managed Active Directory domain.</p>" |
5627 | 5637 | } |
5628 | 5638 | }, |
5629 | 5639 | "documentation":"<p>The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.</p>" |
|
5632 | 5642 | "type":"structure", |
5633 | 5643 | "required":[ |
5634 | 5644 | "DomainName", |
5635 | | - "UserName", |
5636 | | - "Password", |
5637 | 5645 | "DnsIps" |
5638 | 5646 | ], |
5639 | 5647 | "members":{ |
|
5660 | 5668 | "DnsIps":{ |
5661 | 5669 | "shape":"DnsIps", |
5662 | 5670 | "documentation":"<p>A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory. </p>" |
| 5671 | + }, |
| 5672 | + "DomainJoinServiceAccountSecret":{ |
| 5673 | + "shape":"CustomerSecretsManagerARN", |
| 5674 | + "documentation":"<p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the self-managed Active Directory domain join service account credentials. When provided, Amazon FSx uses the credentials stored in this secret to join the file system to your self-managed Active Directory domain.</p> <p>The secret must contain two key-value pairs:</p> <ul> <li> <p> <code>CUSTOMER_MANAGED_ACTIVE_DIRECTORY_USERNAME</code> - The username for the service account</p> </li> <li> <p> <code>CUSTOMER_MANAGED_ACTIVE_DIRECTORY_PASSWORD</code> - The password for the service account</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/fsx/latest/WindowsGuide/self-manage-prereqs.html\"> Using Amazon FSx for Windows with your self-managed Microsoft Active Directory</a> or <a href=\"https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/self-manage-prereqs.html\"> Using Amazon FSx for ONTAP with your self-managed Microsoft Active Directory</a>.</p>" |
5663 | 5675 | } |
5664 | 5676 | }, |
5665 | 5677 | "documentation":"<p>The configuration that Amazon FSx uses to join a FSx for Windows File Server file system or an FSx for ONTAP storage virtual machine (SVM) to a self-managed (including on-premises) Microsoft Active Directory (AD) directory. For more information, see <a href=\"https://docs.aws.amazon.com/fsx/latest/WindowsGuide/self-managed-AD.html\"> Using Amazon FSx for Windows with your self-managed Microsoft Active Directory</a> or <a href=\"https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-svms.html\">Managing FSx for ONTAP SVMs</a>.</p>" |
|
5690 | 5702 | "FileSystemAdministratorsGroup":{ |
5691 | 5703 | "shape":"FileSystemAdministratorsGroupName", |
5692 | 5704 | "documentation":"<p>For FSx for ONTAP file systems only - Specifies the updated name of the self-managed Active Directory domain group whose members are granted administrative privileges for the Amazon FSx resource.</p>" |
| 5705 | + }, |
| 5706 | + "DomainJoinServiceAccountSecret":{ |
| 5707 | + "shape":"CustomerSecretsManagerARN", |
| 5708 | + "documentation":"<p>Specifies the updated Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the self-managed Active Directory domain join service account credentials. Amazon FSx uses this account to join to your self-managed Active Directory domain.</p>" |
5693 | 5709 | } |
5694 | 5710 | }, |
5695 | 5711 | "documentation":"<p>Specifies changes you are making to the self-managed Microsoft Active Directory configuration to which an FSx for Windows File Server file system or an FSx for ONTAP SVM is joined.</p>" |
|
0 commit comments