Package software.amazon.awscdk
Class CfnStackSet.DeploymentTargetsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.CfnStackSet.DeploymentTargetsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStackSet.DeploymentTargetsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStackSet.DeploymentTargetsProperty
@Stability(Stable)
@Internal
public static final class CfnStackSet.DeploymentTargetsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStackSet.DeploymentTargetsProperty
An implementation for
CfnStackSet.DeploymentTargetsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.CfnStackSet.DeploymentTargetsProperty
CfnStackSet.DeploymentTargetsProperty.Builder, CfnStackSet.DeploymentTargetsProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStackSet.DeploymentTargetsProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
Refines which accounts to deploy stacks to by specifying how to use theAccounts
andOrganizationalUnitIds
properties together.The account IDs of the AWS accounts .final String
The Amazon S3 URL path to a file that contains a list of AWS account IDs.The organization root ID or organizational unit (OU) IDs.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnStackSet.DeploymentTargetsProperty.Builder
.
-
-
Method Details
-
getAccountFilterType
Description copied from interface:CfnStackSet.DeploymentTargetsProperty
Refines which accounts to deploy stacks to by specifying how to use theAccounts
andOrganizationalUnitIds
properties together.The following values determine how CloudFormation selects target accounts:
INTERSECTION
: StackSet deploys to the accounts specified in theAccounts
property.DIFFERENCE
: StackSet deploys to the OU, excluding the accounts specified in theAccounts
property.UNION
: StackSet deploys to the OU, and the accounts specified in theAccounts
property.UNION
is not supported for create operations when using StackSet as a resource or theCreateStackInstances
API.
- Specified by:
getAccountFilterType
in interfaceCfnStackSet.DeploymentTargetsProperty
- See Also:
-
getAccounts
Description copied from interface:CfnStackSet.DeploymentTargetsProperty
The account IDs of the AWS accounts .If you have many account numbers, you can provide those accounts using the
AccountsUrl
property instead.Pattern :
^[0-9]{12}$
- Specified by:
getAccounts
in interfaceCfnStackSet.DeploymentTargetsProperty
- See Also:
-
getAccountsUrl
Description copied from interface:CfnStackSet.DeploymentTargetsProperty
The Amazon S3 URL path to a file that contains a list of AWS account IDs.The file format must be either
.csv
or.txt
, and the data can be comma-separated or new-line-separated. There is currently a 10MB limit for the data (approximately 800,000 accounts).This property serves the same purpose as
Accounts
but allows you to specify a large number of accounts.- Specified by:
getAccountsUrl
in interfaceCfnStackSet.DeploymentTargetsProperty
- See Also:
-
getOrganizationalUnitIds
Description copied from interface:CfnStackSet.DeploymentTargetsProperty
The organization root ID or organizational unit (OU) IDs.Pattern :
^(ou-[a-z0-9]{4,32}-[a-z0-9]{8,32}|r-[a-z0-9]{4,32})$
- Specified by:
getOrganizationalUnitIds
in interfaceCfnStackSet.DeploymentTargetsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-