@aws-cdk/aws-directoryservice
Advanced tools
Comparing version 1.144.0 to 1.145.0
{ | ||
"version": "2", | ||
"toolVersion": "1.52.1", | ||
"toolVersion": "1.54.0", | ||
"snippets": { | ||
@@ -5,0 +5,0 @@ "6af27725a49fed7011011f203e2cc07324f190b56c14efa1a7a2aa301fc12cbc": { |
import * as cdk from '@aws-cdk/core'; | ||
import * as cfn_parse from '@aws-cdk/core/lib/cfn-parse'; | ||
/** | ||
* Properties for defining a `CfnMicrosoftAD`. | ||
* Properties for defining a `CfnMicrosoftAD` | ||
* | ||
* @external | ||
* @struct | ||
* @stability external | ||
* | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html | ||
@@ -13,3 +15,2 @@ */ | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name | ||
@@ -23,3 +24,2 @@ */ | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password | ||
@@ -31,3 +31,2 @@ */ | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-vpcsettings | ||
@@ -37,9 +36,6 @@ */ | ||
/** | ||
* Specifies an alias for a directory and assigns the alias to the directory. | ||
* Specifies an alias for a directory and assigns the alias to the directory. The alias is used to construct the access URL for the directory, such as `http://<alias>.awsapps.com` . By default, AWS CloudFormation does not create an alias. | ||
* | ||
* The alias is used to construct the access URL for the directory, such as `http://<alias>.awsapps.com` . By default, AWS CloudFormation does not create an alias. | ||
* | ||
* > After an alias has been created, it cannot be deleted or reused, so this operation should only be used when absolutely necessary. | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-createalias | ||
@@ -49,7 +45,4 @@ */ | ||
/** | ||
* AWS Managed Microsoft AD is available in two editions: `Standard` and `Enterprise` . | ||
* AWS Managed Microsoft AD is available in two editions: `Standard` and `Enterprise` . `Enterprise` is the default. | ||
* | ||
* `Enterprise` is the default. | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-edition | ||
@@ -59,7 +52,4 @@ */ | ||
/** | ||
* Whether to enable single sign-on for a Microsoft Active Directory in AWS . | ||
* Whether to enable single sign-on for a Microsoft Active Directory in AWS . Single sign-on allows users in your directory to access certain AWS services from a computer joined to the directory without having to enter their credentials separately. If you don't specify a value, AWS CloudFormation disables single sign-on by default. | ||
* | ||
* Single sign-on allows users in your directory to access certain AWS services from a computer joined to the directory without having to enter their credentials separately. If you don't specify a value, AWS CloudFormation disables single sign-on by default. | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-enablesso | ||
@@ -69,7 +59,4 @@ */ | ||
/** | ||
* The NetBIOS name for your domain, such as `CORP` . | ||
* The NetBIOS name for your domain, such as `CORP` . If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, `CORP` for the directory DNS `corp.example.com` . | ||
* | ||
* If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, `CORP` for the directory DNS `corp.example.com` . | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-shortname | ||
@@ -80,8 +67,9 @@ */ | ||
/** | ||
* A CloudFormation `AWS::DirectoryService::MicrosoftAD`. | ||
* A CloudFormation `AWS::DirectoryService::MicrosoftAD` | ||
* | ||
* The `AWS::DirectoryService::MicrosoftAD` resource specifies a Microsoft Active Directory in AWS so that your directory users and groups can access the AWS Management Console and AWS applications using their existing credentials. For more information, see [AWS Managed Microsoft AD](https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_microsoft_ad.html) in the *AWS Directory Service Admin Guide* . | ||
* | ||
* @external | ||
* @cloudformationResource AWS::DirectoryService::MicrosoftAD | ||
* @stability external | ||
* | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html | ||
@@ -92,4 +80,2 @@ */ | ||
* The CloudFormation resource type name for this resource class. | ||
* | ||
* @external | ||
*/ | ||
@@ -106,7 +92,3 @@ static readonly CFN_RESOURCE_TYPE_NAME = "AWS::DirectoryService::MicrosoftAD"; | ||
/** | ||
* The alias for a directory. | ||
* | ||
* For example: `d-12373a053a` or `alias4-mydirectory-12345abcgmzsk` (if you have the `CreateAlias` property set to true). | ||
* | ||
* @external | ||
* The alias for a directory. For example: `d-12373a053a` or `alias4-mydirectory-12345abcgmzsk` (if you have the `CreateAlias` property set to true). | ||
* @cloudformationAttribute Alias | ||
@@ -117,4 +99,2 @@ */ | ||
* The IP addresses of the DNS servers for the directory, such as `[ "192.0.2.1", "192.0.2.2" ]` . | ||
* | ||
* @external | ||
* @cloudformationAttribute DnsIpAddresses | ||
@@ -126,3 +106,2 @@ */ | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-name | ||
@@ -136,3 +115,2 @@ */ | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-password | ||
@@ -144,3 +122,2 @@ */ | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-vpcsettings | ||
@@ -150,9 +127,6 @@ */ | ||
/** | ||
* Specifies an alias for a directory and assigns the alias to the directory. | ||
* Specifies an alias for a directory and assigns the alias to the directory. The alias is used to construct the access URL for the directory, such as `http://<alias>.awsapps.com` . By default, AWS CloudFormation does not create an alias. | ||
* | ||
* The alias is used to construct the access URL for the directory, such as `http://<alias>.awsapps.com` . By default, AWS CloudFormation does not create an alias. | ||
* | ||
* > After an alias has been created, it cannot be deleted or reused, so this operation should only be used when absolutely necessary. | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-createalias | ||
@@ -162,7 +136,4 @@ */ | ||
/** | ||
* AWS Managed Microsoft AD is available in two editions: `Standard` and `Enterprise` . | ||
* AWS Managed Microsoft AD is available in two editions: `Standard` and `Enterprise` . `Enterprise` is the default. | ||
* | ||
* `Enterprise` is the default. | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-edition | ||
@@ -172,7 +143,4 @@ */ | ||
/** | ||
* Whether to enable single sign-on for a Microsoft Active Directory in AWS . | ||
* Whether to enable single sign-on for a Microsoft Active Directory in AWS . Single sign-on allows users in your directory to access certain AWS services from a computer joined to the directory without having to enter their credentials separately. If you don't specify a value, AWS CloudFormation disables single sign-on by default. | ||
* | ||
* Single sign-on allows users in your directory to access certain AWS services from a computer joined to the directory without having to enter their credentials separately. If you don't specify a value, AWS CloudFormation disables single sign-on by default. | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-enablesso | ||
@@ -182,7 +150,4 @@ */ | ||
/** | ||
* The NetBIOS name for your domain, such as `CORP` . | ||
* The NetBIOS name for your domain, such as `CORP` . If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, `CORP` for the directory DNS `corp.example.com` . | ||
* | ||
* If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, `CORP` for the directory DNS `corp.example.com` . | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html#cfn-directoryservice-microsoftad-shortname | ||
@@ -194,6 +159,5 @@ */ | ||
* | ||
* @param scope - scope in which this resource is defined. | ||
* @param id - scoped id of the resource. | ||
* @param props - resource properties. | ||
* @external | ||
* @param scope - scope in which this resource is defined | ||
* @param id - scoped id of the resource | ||
* @param props - resource properties | ||
*/ | ||
@@ -204,15 +168,9 @@ constructor(scope: cdk.Construct, id: string, props: CfnMicrosoftADProps); | ||
* | ||
* @param inspector - tree inspector to collect and process attributes. | ||
* @external | ||
* @param inspector - tree inspector to collect and process attributes | ||
* | ||
*/ | ||
inspect(inspector: cdk.TreeInspector): void; | ||
/** | ||
* @external | ||
*/ | ||
protected get cfnProperties(): { | ||
[key: string]: any; | ||
}; | ||
/** | ||
* @external | ||
*/ | ||
protected renderProperties(props: { | ||
@@ -224,11 +182,2 @@ [key: string]: any; | ||
} | ||
/** | ||
* A CloudFormation `AWS::DirectoryService::MicrosoftAD`. | ||
* | ||
* The `AWS::DirectoryService::MicrosoftAD` resource specifies a Microsoft Active Directory in AWS so that your directory users and groups can access the AWS Management Console and AWS applications using their existing credentials. For more information, see [AWS Managed Microsoft AD](https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_microsoft_ad.html) in the *AWS Directory Service Admin Guide* . | ||
* | ||
* @external | ||
* @cloudformationResource AWS::DirectoryService::MicrosoftAD | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-microsoftad.html | ||
*/ | ||
export declare namespace CfnMicrosoftAD { | ||
@@ -238,3 +187,5 @@ /** | ||
* | ||
* @external | ||
* @struct | ||
* @stability external | ||
* | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html | ||
@@ -244,7 +195,4 @@ */ | ||
/** | ||
* The identifiers of the subnets for the directory servers. | ||
* The identifiers of the subnets for the directory servers. The two subnets must be in different Availability Zones. AWS Directory Service specifies a directory server and a DNS server in each of these subnets. | ||
* | ||
* The two subnets must be in different Availability Zones. AWS Directory Service specifies a directory server and a DNS server in each of these subnets. | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-subnetids | ||
@@ -256,3 +204,2 @@ */ | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid | ||
@@ -264,5 +211,7 @@ */ | ||
/** | ||
* Properties for defining a `CfnSimpleAD`. | ||
* Properties for defining a `CfnSimpleAD` | ||
* | ||
* @external | ||
* @struct | ||
* @stability external | ||
* | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html | ||
@@ -274,3 +223,2 @@ */ | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name | ||
@@ -280,9 +228,6 @@ */ | ||
/** | ||
* The password for the directory administrator. | ||
* The password for the directory administrator. The directory creation process creates a directory administrator account with the user name `Administrator` and this password. | ||
* | ||
* The directory creation process creates a directory administrator account with the user name `Administrator` and this password. | ||
* | ||
* If you need to change the password for the administrator account, see the [ResetUserPassword](https://docs.aws.amazon.com/directoryservice/latest/devguide/API_ResetUserPassword.html) API call in the *AWS Directory Service API Reference* . | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password | ||
@@ -292,7 +237,4 @@ */ | ||
/** | ||
* The size of the directory. | ||
* The size of the directory. For valid values, see [CreateDirectory](https://docs.aws.amazon.com/directoryservice/latest/devguide/API_CreateDirectory.html) in the *AWS Directory Service API Reference* . | ||
* | ||
* For valid values, see [CreateDirectory](https://docs.aws.amazon.com/directoryservice/latest/devguide/API_CreateDirectory.html) in the *AWS Directory Service API Reference* . | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size | ||
@@ -304,3 +246,2 @@ */ | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-vpcsettings | ||
@@ -310,9 +251,6 @@ */ | ||
/** | ||
* If set to `true` , specifies an alias for a directory and assigns the alias to the directory. | ||
* If set to `true` , specifies an alias for a directory and assigns the alias to the directory. The alias is used to construct the access URL for the directory, such as `http://<alias>.awsapps.com` . By default, this property is set to `false` . | ||
* | ||
* The alias is used to construct the access URL for the directory, such as `http://<alias>.awsapps.com` . By default, this property is set to `false` . | ||
* | ||
* > After an alias has been created, it cannot be deleted or reused, so this operation should only be used when absolutely necessary. | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-createalias | ||
@@ -324,3 +262,2 @@ */ | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-description | ||
@@ -330,7 +267,4 @@ */ | ||
/** | ||
* Whether to enable single sign-on for a directory. | ||
* Whether to enable single sign-on for a directory. If you don't specify a value, AWS CloudFormation disables single sign-on by default. | ||
* | ||
* If you don't specify a value, AWS CloudFormation disables single sign-on by default. | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-enablesso | ||
@@ -342,3 +276,2 @@ */ | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-shortname | ||
@@ -349,8 +282,9 @@ */ | ||
/** | ||
* A CloudFormation `AWS::DirectoryService::SimpleAD`. | ||
* A CloudFormation `AWS::DirectoryService::SimpleAD` | ||
* | ||
* The `AWS::DirectoryService::SimpleAD` resource specifies an AWS Directory Service Simple Active Directory ( Simple AD ) in AWS so that your directory users and groups can access the AWS Management Console and AWS applications using their existing credentials. Simple AD is a Microsoft Active Directory–compatible directory. For more information, see [Simple Active Directory](https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_simple_ad.html) in the *AWS Directory Service Admin Guide* . | ||
* | ||
* @external | ||
* @cloudformationResource AWS::DirectoryService::SimpleAD | ||
* @stability external | ||
* | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html | ||
@@ -361,4 +295,2 @@ */ | ||
* The CloudFormation resource type name for this resource class. | ||
* | ||
* @external | ||
*/ | ||
@@ -375,7 +307,3 @@ static readonly CFN_RESOURCE_TYPE_NAME = "AWS::DirectoryService::SimpleAD"; | ||
/** | ||
* The alias for a directory. | ||
* | ||
* For example: `d-12373a053a` or `alias4-mydirectory-12345abcgmzsk` (if you have the `CreateAlias` property set to true). | ||
* | ||
* @external | ||
* The alias for a directory. For example: `d-12373a053a` or `alias4-mydirectory-12345abcgmzsk` (if you have the `CreateAlias` property set to true). | ||
* @cloudformationAttribute Alias | ||
@@ -386,4 +314,2 @@ */ | ||
* The IP addresses of the DNS servers for the directory, such as `[ "172.31.3.154", "172.31.63.203" ]` . | ||
* | ||
* @external | ||
* @cloudformationAttribute DnsIpAddresses | ||
@@ -395,3 +321,2 @@ */ | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-name | ||
@@ -401,9 +326,6 @@ */ | ||
/** | ||
* The password for the directory administrator. | ||
* The password for the directory administrator. The directory creation process creates a directory administrator account with the user name `Administrator` and this password. | ||
* | ||
* The directory creation process creates a directory administrator account with the user name `Administrator` and this password. | ||
* | ||
* If you need to change the password for the administrator account, see the [ResetUserPassword](https://docs.aws.amazon.com/directoryservice/latest/devguide/API_ResetUserPassword.html) API call in the *AWS Directory Service API Reference* . | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-password | ||
@@ -413,7 +335,4 @@ */ | ||
/** | ||
* The size of the directory. | ||
* The size of the directory. For valid values, see [CreateDirectory](https://docs.aws.amazon.com/directoryservice/latest/devguide/API_CreateDirectory.html) in the *AWS Directory Service API Reference* . | ||
* | ||
* For valid values, see [CreateDirectory](https://docs.aws.amazon.com/directoryservice/latest/devguide/API_CreateDirectory.html) in the *AWS Directory Service API Reference* . | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-size | ||
@@ -425,3 +344,2 @@ */ | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-vpcsettings | ||
@@ -431,9 +349,6 @@ */ | ||
/** | ||
* If set to `true` , specifies an alias for a directory and assigns the alias to the directory. | ||
* If set to `true` , specifies an alias for a directory and assigns the alias to the directory. The alias is used to construct the access URL for the directory, such as `http://<alias>.awsapps.com` . By default, this property is set to `false` . | ||
* | ||
* The alias is used to construct the access URL for the directory, such as `http://<alias>.awsapps.com` . By default, this property is set to `false` . | ||
* | ||
* > After an alias has been created, it cannot be deleted or reused, so this operation should only be used when absolutely necessary. | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-createalias | ||
@@ -445,3 +360,2 @@ */ | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-description | ||
@@ -451,7 +365,4 @@ */ | ||
/** | ||
* Whether to enable single sign-on for a directory. | ||
* Whether to enable single sign-on for a directory. If you don't specify a value, AWS CloudFormation disables single sign-on by default. | ||
* | ||
* If you don't specify a value, AWS CloudFormation disables single sign-on by default. | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-enablesso | ||
@@ -463,3 +374,2 @@ */ | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html#cfn-directoryservice-simplead-shortname | ||
@@ -471,6 +381,5 @@ */ | ||
* | ||
* @param scope - scope in which this resource is defined. | ||
* @param id - scoped id of the resource. | ||
* @param props - resource properties. | ||
* @external | ||
* @param scope - scope in which this resource is defined | ||
* @param id - scoped id of the resource | ||
* @param props - resource properties | ||
*/ | ||
@@ -481,15 +390,9 @@ constructor(scope: cdk.Construct, id: string, props: CfnSimpleADProps); | ||
* | ||
* @param inspector - tree inspector to collect and process attributes. | ||
* @external | ||
* @param inspector - tree inspector to collect and process attributes | ||
* | ||
*/ | ||
inspect(inspector: cdk.TreeInspector): void; | ||
/** | ||
* @external | ||
*/ | ||
protected get cfnProperties(): { | ||
[key: string]: any; | ||
}; | ||
/** | ||
* @external | ||
*/ | ||
protected renderProperties(props: { | ||
@@ -501,11 +404,2 @@ [key: string]: any; | ||
} | ||
/** | ||
* A CloudFormation `AWS::DirectoryService::SimpleAD`. | ||
* | ||
* The `AWS::DirectoryService::SimpleAD` resource specifies an AWS Directory Service Simple Active Directory ( Simple AD ) in AWS so that your directory users and groups can access the AWS Management Console and AWS applications using their existing credentials. Simple AD is a Microsoft Active Directory–compatible directory. For more information, see [Simple Active Directory](https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_simple_ad.html) in the *AWS Directory Service Admin Guide* . | ||
* | ||
* @external | ||
* @cloudformationResource AWS::DirectoryService::SimpleAD | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html | ||
*/ | ||
export declare namespace CfnSimpleAD { | ||
@@ -515,3 +409,5 @@ /** | ||
* | ||
* @external | ||
* @struct | ||
* @stability external | ||
* | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html | ||
@@ -521,7 +417,4 @@ */ | ||
/** | ||
* The identifiers of the subnets for the directory servers. | ||
* The identifiers of the subnets for the directory servers. The two subnets must be in different Availability Zones. AWS Directory Service specifies a directory server and a DNS server in each of these subnets. | ||
* | ||
* The two subnets must be in different Availability Zones. AWS Directory Service specifies a directory server and a DNS server in each of these subnets. | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-subnetids | ||
@@ -533,3 +426,2 @@ */ | ||
* | ||
* @external | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-simplead-vpcsettings.html#cfn-directoryservice-simplead-vpcsettings-vpcid | ||
@@ -536,0 +428,0 @@ */ |
{ | ||
"name": "@aws-cdk/aws-directoryservice", | ||
"version": "1.144.0", | ||
"version": "1.145.0", | ||
"description": "The CDK Construct Library for AWS::DirectoryService", | ||
@@ -82,10 +82,10 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@aws-cdk/assertions": "1.144.0", | ||
"@aws-cdk/cdk-build-tools": "1.144.0", | ||
"@aws-cdk/cfn2ts": "1.144.0", | ||
"@aws-cdk/pkglint": "1.144.0", | ||
"@aws-cdk/assertions": "1.145.0", | ||
"@aws-cdk/cdk-build-tools": "1.145.0", | ||
"@aws-cdk/cfn2ts": "1.145.0", | ||
"@aws-cdk/pkglint": "1.145.0", | ||
"@types/jest": "^27.4.0" | ||
}, | ||
"dependencies": { | ||
"@aws-cdk/core": "1.144.0", | ||
"@aws-cdk/core": "1.145.0", | ||
"constructs": "^3.3.69" | ||
@@ -95,3 +95,3 @@ }, | ||
"peerDependencies": { | ||
"@aws-cdk/core": "1.144.0", | ||
"@aws-cdk/core": "1.145.0", | ||
"constructs": "^3.3.69" | ||
@@ -98,0 +98,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
220904
1279
+ Added@aws-cdk/cloud-assembly-schema@1.145.0(transitive)
+ Added@aws-cdk/core@1.145.0(transitive)
+ Added@aws-cdk/cx-api@1.145.0(transitive)
+ Added@aws-cdk/region-info@1.145.0(transitive)
- Removed@aws-cdk/cloud-assembly-schema@1.144.0(transitive)
- Removed@aws-cdk/core@1.144.0(transitive)
- Removed@aws-cdk/cx-api@1.144.0(transitive)
- Removed@aws-cdk/region-info@1.144.0(transitive)
Updated@aws-cdk/core@1.145.0