Class CfnStackSetProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudformation.CfnStackSetProps.Jsii$Proxy
All Implemented Interfaces:
CfnStackSetProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnStackSetProps

@Stability(Stable) @Internal public static final class CfnStackSetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStackSetProps
An implementation for CfnStackSetProps
  • 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.cloudformation.CfnStackSetProps

    CfnStackSetProps.Builder, CfnStackSetProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnStackSetProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    The Amazon Resource Number (ARN) of the IAM role to use to create this stack set.
    final Object
    [ Service-managed permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
    final String
    [Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
    final List<String>
    The capabilities that are allowed in the stack set.
    final String
    A description of the stack set.
    final String
    The name of the IAM execution role to use to create the stack set.
    final Object
    Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
    final Object
    The user-specified preferences for how AWS CloudFormation performs a stack set operation.
    final Object
    The input parameters for the stack set template.
    final String
    Describes how the IAM roles required for stack set operations are created.
    final Object
    A group of stack instances with parameters in some specific accounts and Regions.
    final String
    The name to associate with the stack set.
    final List<CfnTag>
    Key-value pairs to associate with this stack.
    final String
    The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
    final String
    Location of file containing the template body.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait