Class CfnStackProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnStackProps.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 default AWS OpsWorks Stacks agent version.
    final Object
    One or more user-defined key-value pairs to be added to the stack attributes.
    final Object
    A ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.
    final List<String>
    If you're cloning an AWS OpsWorks stack, a list of AWS OpsWorks application stack IDs from the source stack to include in the cloned stack.
    final Object
    If you're cloning an AWS OpsWorks stack, indicates whether to clone the source stack's permissions.
    final Object
    The configuration manager.
    final Object
    Contains the information required to retrieve an app or cookbook from a repository.
    final Object
    A string that contains user-defined, custom JSON.
    final String
    The stack's default Availability Zone, which must be in the specified region.
    final String
    The Amazon Resource Name (ARN) of an IAM profile that is the default profile for all of the stack's EC2 instances.
    final String
    The stack's default operating system, which is installed on every instance unless you specify a different operating system when you create the instance.
    final String
    The default root device type.
    final String
    A default Amazon EC2 key pair name.
    final String
    The stack's default subnet ID.
    final String
    The Amazon Resource Name (ARN) of the Amazon Elastic Container Service ( Amazon ECS ) cluster to register with the AWS OpsWorks stack.
    final Object
    A list of Elastic IP addresses to register with the AWS OpsWorks stack.
    final String
    The stack's host name theme, with spaces replaced by underscores.
    final String
    The stack name.
    final Object
    The Amazon Relational Database Service ( Amazon RDS ) database instance to register with the AWS OpsWorks stack.
    final String
    The stack's IAM role, which allows AWS OpsWorks Stacks to work with AWS resources on your behalf.
    final String
    If you're cloning an AWS OpsWorks stack, the stack ID of the source AWS OpsWorks stack to clone.
    final List<CfnTag>
    A map that contains tag keys and tag values that are attached to a stack or layer.
    final Object
    Whether the stack uses custom cookbooks.
    final Object
    Whether to associate the AWS OpsWorks Stacks built-in security groups with the stack's layers.
    final String
    The ID of the VPC that the stack is to be launched into.
    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