Class StackSetsConstraintOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.servicecatalog.StackSetsConstraintOptions.Jsii$Proxy
- All Implemented Interfaces:
CommonConstraintOptions
,StackSetsConstraintOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
StackSetsConstraintOptions
@Stability(Stable)
@Internal
public static final class StackSetsConstraintOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements StackSetsConstraintOptions
An implementation for
StackSetsConstraintOptions
-
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.services.servicecatalog.StackSetsConstraintOptions
StackSetsConstraintOptions.Builder, StackSetsConstraintOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theStackSetsConstraintOptions.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
List of accounts to deploy stacks to.final IRole
IAM role used to administer the StackSets configuration.final Boolean
Wether to allow end users to create, update, and delete stacks.final String
The description of the constraint.final String
IAM role used to provision the products in the Stacks.final MessageLanguage
The language code.List of regions to deploy stacks to.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 theStackSetsConstraintOptions.Builder
.
-
-
Method Details
-
getAccounts
Description copied from interface:StackSetsConstraintOptions
List of accounts to deploy stacks to.- Specified by:
getAccounts
in interfaceStackSetsConstraintOptions
-
getAdminRole
Description copied from interface:StackSetsConstraintOptions
IAM role used to administer the StackSets configuration.- Specified by:
getAdminRole
in interfaceStackSetsConstraintOptions
-
getExecutionRoleName
Description copied from interface:StackSetsConstraintOptions
IAM role used to provision the products in the Stacks.- Specified by:
getExecutionRoleName
in interfaceStackSetsConstraintOptions
-
getRegions
Description copied from interface:StackSetsConstraintOptions
List of regions to deploy stacks to.- Specified by:
getRegions
in interfaceStackSetsConstraintOptions
-
getAllowStackSetInstanceOperations
Description copied from interface:StackSetsConstraintOptions
Wether to allow end users to create, update, and delete stacks.Default: false
- Specified by:
getAllowStackSetInstanceOperations
in interfaceStackSetsConstraintOptions
-
getDescription
Description copied from interface:CommonConstraintOptions
The description of the constraint.Default: - No description provided
- Specified by:
getDescription
in interfaceCommonConstraintOptions
-
getMessageLanguage
Description copied from interface:CommonConstraintOptions
The language code.Configures the language for error messages from service catalog.
Default: - English
- Specified by:
getMessageLanguage
in interfaceCommonConstraintOptions
-
$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()
-