Class CfnStackSet.DeploymentTargetsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudformation.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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudformation.CfnStackSet.DeploymentTargetsProperty
CfnStackSet.DeploymentTargetsProperty.Builder, CfnStackSet.DeploymentTargetsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStackSet.DeploymentTargetsProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringLimit deployment targets to individual accounts or include additional accounts with provided OUs.The names of one or more AWS accounts for which you want to deploy stack set updates.final StringReturns the value of theAccountsUrlproperty.The organization root ID or organizational unit (OU) IDs to which StackSets deploys.final inthashCode()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.DeploymentTargetsPropertyLimit deployment targets to individual accounts or include additional accounts with provided OUs.The following is a list of possible values for the
AccountFilterTypeoperation.INTERSECTION: StackSet deploys to the accounts specified in theAccountsparameter.DIFFERENCE: StackSet deploys to the OU, excluding the accounts specified in theAccountsparameter.UNIONStackSet deploys to the OU, and the accounts specified in theAccountsparameter.UNIONis not supported for create operations when using StackSet as a resource.
- Specified by:
getAccountFilterTypein interfaceCfnStackSet.DeploymentTargetsProperty- See Also:
-
getAccounts
Description copied from interface:CfnStackSet.DeploymentTargetsPropertyThe names of one or more AWS accounts for which you want to deploy stack set updates.Pattern :
^[0-9]{12}$- Specified by:
getAccountsin interfaceCfnStackSet.DeploymentTargetsProperty- See Also:
-
getAccountsUrl
Description copied from interface:CfnStackSet.DeploymentTargetsPropertyReturns the value of theAccountsUrlproperty.- Specified by:
getAccountsUrlin interfaceCfnStackSet.DeploymentTargetsProperty- See Also:
-
getOrganizationalUnitIds
Description copied from interface:CfnStackSet.DeploymentTargetsPropertyThe organization root ID or organizational unit (OU) IDs to which StackSets deploys.Pattern :
^(ou-[a-z0-9]{4,32}-[a-z0-9]{8,32}|r-[a-z0-9]{4,32})$- Specified by:
getOrganizationalUnitIdsin interfaceCfnStackSet.DeploymentTargetsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-