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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.servicecatalog.StackSetsConstraintOptions
StackSetsConstraintOptions.Builder, StackSetsConstraintOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theStackSetsConstraintOptions.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 booleanList of accounts to deploy stacks to.final IRoleRefIAM role used to administer the StackSets configuration.final BooleanWether to allow end users to create, update, and delete stacks.final StringThe description of the constraint.final StringIAM role used to provision the products in the Stacks.final MessageLanguageThe language code.List of regions to deploy stacks to.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 theStackSetsConstraintOptions.Builder.
-
-
Method Details
-
getAccounts
Description copied from interface:StackSetsConstraintOptionsList of accounts to deploy stacks to.- Specified by:
getAccountsin interfaceStackSetsConstraintOptions
-
getAdminRole
Description copied from interface:StackSetsConstraintOptionsIAM role used to administer the StackSets configuration.- Specified by:
getAdminRolein interfaceStackSetsConstraintOptions
-
getExecutionRoleName
Description copied from interface:StackSetsConstraintOptionsIAM role used to provision the products in the Stacks.- Specified by:
getExecutionRoleNamein interfaceStackSetsConstraintOptions
-
getRegions
Description copied from interface:StackSetsConstraintOptionsList of regions to deploy stacks to.- Specified by:
getRegionsin interfaceStackSetsConstraintOptions
-
getAllowStackSetInstanceOperations
Description copied from interface:StackSetsConstraintOptionsWether to allow end users to create, update, and delete stacks.Default: false
- Specified by:
getAllowStackSetInstanceOperationsin interfaceStackSetsConstraintOptions
-
getDescription
Description copied from interface:CommonConstraintOptionsThe description of the constraint.Default: - No description provided
- Specified by:
getDescriptionin interfaceCommonConstraintOptions
-
getMessageLanguage
Description copied from interface:CommonConstraintOptionsThe language code.Configures the language for error messages from service catalog.
Default: - English
- Specified by:
getMessageLanguagein interfaceCommonConstraintOptions
-
$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()
-