Class SharedOptions.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cli.lib.alpha.SharedOptions.Jsii$Proxy
All Implemented Interfaces:
SharedOptions, software.amazon.jsii.JsiiSerializable
Enclosing interface:
SharedOptions

@Stability(Experimental) @Internal public static final class SharedOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SharedOptions
An implementation for SharedOptions
  • 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.cli.lib.alpha.SharedOptions

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the SharedOptions.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 Boolean
    (experimental) Include "aws:asset:*" CloudFormation metadata for resources that use assets.
    final String
    (experimental) Path to CA certificate to use when validating HTTPS requests.
    final Boolean
    (experimental) Show colors and other style from console output.
    (experimental) Additional context.
    final Boolean
    (experimental) enable emission of additional debugging information, such as creation stack traces of tokens.
    final Boolean
    (experimental) Force trying to fetch EC2 instance credentials.
    final Boolean
    (experimental) Ignores synthesis errors, which will likely produce an invalid output.
    final Boolean
    (experimental) Use JSON output instead of YAML when templates are printed to STDOUT.
    final Boolean
    (experimental) Perform context lookups.
    final Boolean
    (experimental) Show relevant notices.
    final Boolean
    (experimental) Include "aws:cdk:path" CloudFormation metadata for each resource.
    final String
    (experimental) Use the indicated AWS profile as the default environment.
    final String
    (experimental) Use the indicated proxy.
    final String
    (experimental) Role to pass to CloudFormation for deployment.
    final List<String>
    (experimental) List of stacks to deploy.
    final Boolean
    (experimental) Copy assets to the output directory.
    final Boolean
    (experimental) Do not construct stacks with warnings.
    final Boolean
    (experimental) Print trace for stack warnings.
    final Boolean
    (experimental) show debug logs.
    final Boolean
    (experimental) Include "AWS::CDK::Metadata" resource in synthesized templates.
    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
  • 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

      protected Jsii$Proxy(SharedOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the SharedOptions.Builder.
  • Method Details

    • getAssetMetadata

      public final Boolean getAssetMetadata()
      Description copied from interface: SharedOptions
      (experimental) Include "aws:asset:*" CloudFormation metadata for resources that use assets.

      Default: true

      Specified by:
      getAssetMetadata in interface SharedOptions
    • getCaBundlePath

      public final String getCaBundlePath()
      Description copied from interface: SharedOptions
      (experimental) Path to CA certificate to use when validating HTTPS requests.

      Default: - read from AWS_CA_BUNDLE environment variable

      Specified by:
      getCaBundlePath in interface SharedOptions
    • getColor

      public final Boolean getColor()
      Description copied from interface: SharedOptions
      (experimental) Show colors and other style from console output.

      Default: - `true` unless the environment variable `NO_COLOR` is set

      Specified by:
      getColor in interface SharedOptions
    • getContext

      public final Map<String,String> getContext()
      Description copied from interface: SharedOptions
      (experimental) Additional context.

      Default: - no additional context

      Specified by:
      getContext in interface SharedOptions
    • getDebug

      public final Boolean getDebug()
      Description copied from interface: SharedOptions
      (experimental) enable emission of additional debugging information, such as creation stack traces of tokens.

      Default: false

      Specified by:
      getDebug in interface SharedOptions
    • getEc2Creds

      public final Boolean getEc2Creds()
      Description copied from interface: SharedOptions
      (experimental) Force trying to fetch EC2 instance credentials.

      Default: - guess EC2 instance status

      Specified by:
      getEc2Creds in interface SharedOptions
    • getIgnoreErrors

      public final Boolean getIgnoreErrors()
      Description copied from interface: SharedOptions
      (experimental) Ignores synthesis errors, which will likely produce an invalid output.

      Default: false

      Specified by:
      getIgnoreErrors in interface SharedOptions
    • getJson

      public final Boolean getJson()
      Description copied from interface: SharedOptions
      (experimental) Use JSON output instead of YAML when templates are printed to STDOUT.

      Default: false

      Specified by:
      getJson in interface SharedOptions
    • getLookups

      public final Boolean getLookups()
      Description copied from interface: SharedOptions
      (experimental) Perform context lookups.

      Synthesis fails if this is disabled and context lookups need to be performed

      Default: true

      Specified by:
      getLookups in interface SharedOptions
    • getNotices

      public final Boolean getNotices()
      Description copied from interface: SharedOptions
      (experimental) Show relevant notices.

      Default: true

      Specified by:
      getNotices in interface SharedOptions
    • getPathMetadata

      public final Boolean getPathMetadata()
      Description copied from interface: SharedOptions
      (experimental) Include "aws:cdk:path" CloudFormation metadata for each resource.

      Default: true

      Specified by:
      getPathMetadata in interface SharedOptions
    • getProfile

      public final String getProfile()
      Description copied from interface: SharedOptions
      (experimental) Use the indicated AWS profile as the default environment.

      Default: - no profile is used

      Specified by:
      getProfile in interface SharedOptions
    • getProxy

      public final String getProxy()
      Description copied from interface: SharedOptions
      (experimental) Use the indicated proxy.

      Will read from HTTPS_PROXY environment if specified

      Default: - no proxy

      Specified by:
      getProxy in interface SharedOptions
    • getRoleArn

      public final String getRoleArn()
      Description copied from interface: SharedOptions
      (experimental) Role to pass to CloudFormation for deployment.

      Default: - use the bootstrap cfn-exec role

      Specified by:
      getRoleArn in interface SharedOptions
    • getStacks

      public final List<String> getStacks()
      Description copied from interface: SharedOptions
      (experimental) List of stacks to deploy.

      Default: - all stacks

      Specified by:
      getStacks in interface SharedOptions
    • getStaging

      public final Boolean getStaging()
      Description copied from interface: SharedOptions
      (experimental) Copy assets to the output directory.

      Needed for local debugging the source files with SAM CLI

      Default: false

      Specified by:
      getStaging in interface SharedOptions
    • getStrict

      public final Boolean getStrict()
      Description copied from interface: SharedOptions
      (experimental) Do not construct stacks with warnings.

      Default: false

      Specified by:
      getStrict in interface SharedOptions
    • getTrace

      public final Boolean getTrace()
      Description copied from interface: SharedOptions
      (experimental) Print trace for stack warnings.

      Default: false

      Specified by:
      getTrace in interface SharedOptions
    • getVerbose

      public final Boolean getVerbose()
      Description copied from interface: SharedOptions
      (experimental) show debug logs.

      Default: false

      Specified by:
      getVerbose in interface SharedOptions
    • getVersionReporting

      public final Boolean getVersionReporting()
      Description copied from interface: SharedOptions
      (experimental) Include "AWS::CDK::Metadata" resource in synthesized templates.

      Default: true

      Specified by:
      getVersionReporting in interface SharedOptions
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object