@Stability(value=Stable) @Internal public static final class DefaultCdkOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DefaultCdkOptions
DefaultCdkOptions
software.amazon.jsii.JsiiObject.InitializationMode
DefaultCdkOptions.Builder, DefaultCdkOptions.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(DefaultCdkOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
DefaultCdkOptions.Builder . |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getAll()
Deploy all stacks.
|
String |
getApp()
command-line for executing your app or a cloud assembly directory e.g.
|
Boolean |
getAssetMetadata()
Include "aws:asset:*" CloudFormation metadata for resources that use assets.
|
String |
getCaBundlePath()
Path to CA certificate to use when validating HTTPS requests.
|
Boolean |
getColor()
Show colors and other style from console output.
|
Map<String,String> |
getContext()
Additional context.
|
Boolean |
getDebug()
enable emission of additional debugging information, such as creation stack traces of tokens.
|
Boolean |
getEc2Creds()
Force trying to fetch EC2 instance credentials.
|
Boolean |
getIgnoreErrors()
Ignores synthesis errors, which will likely produce an invalid output.
|
Boolean |
getJson()
Use JSON output instead of YAML when templates are printed to STDOUT.
|
Boolean |
getLookups()
Perform context lookups.
|
Boolean |
getNotices()
Show relevant notices.
|
String |
getOutput()
Emits the synthesized cloud assembly into a directory.
|
Boolean |
getPathMetadata()
Include "aws:cdk:path" CloudFormation metadata for each resource.
|
String |
getProfile()
Use the indicated AWS profile as the default environment.
|
String |
getProxy()
Use the indicated proxy.
|
String |
getRoleArn()
Role to pass to CloudFormation for deployment.
|
List<String> |
getStacks()
List of stacks to deploy.
|
Boolean |
getStaging()
Copy assets to the output directory.
|
Boolean |
getStrict()
Do not construct stacks with warnings.
|
Boolean |
getTrace()
Print trace for stack warnings.
|
Boolean |
getVerbose()
show debug logs.
|
Boolean |
getVersionReporting()
Include "AWS::CDK::Metadata" resource in synthesized templates.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(DefaultCdkOptions.Builder builder)
DefaultCdkOptions.Builder
.public final Boolean getAll()
DefaultCdkOptions
Requried if stacks
is not set
Default: - false
getAll
in interface DefaultCdkOptions
public final String getApp()
DefaultCdkOptions
Default: - read from cdk.json
getApp
in interface DefaultCdkOptions
public final Boolean getAssetMetadata()
DefaultCdkOptions
Default: true
getAssetMetadata
in interface DefaultCdkOptions
public final String getCaBundlePath()
DefaultCdkOptions
Default: - read from AWS_CA_BUNDLE environment variable
getCaBundlePath
in interface DefaultCdkOptions
public final Boolean getColor()
DefaultCdkOptions
Default: true
getColor
in interface DefaultCdkOptions
public final Map<String,String> getContext()
DefaultCdkOptions
Default: - no additional context
getContext
in interface DefaultCdkOptions
public final Boolean getDebug()
DefaultCdkOptions
Default: false
getDebug
in interface DefaultCdkOptions
public final Boolean getEc2Creds()
DefaultCdkOptions
Default: - guess EC2 instance status
getEc2Creds
in interface DefaultCdkOptions
public final Boolean getIgnoreErrors()
DefaultCdkOptions
Default: false
getIgnoreErrors
in interface DefaultCdkOptions
public final Boolean getJson()
DefaultCdkOptions
Default: false
getJson
in interface DefaultCdkOptions
public final Boolean getLookups()
DefaultCdkOptions
Synthesis fails if this is disabled and context lookups need to be performed
Default: true
getLookups
in interface DefaultCdkOptions
public final Boolean getNotices()
DefaultCdkOptions
Default: true
getNotices
in interface DefaultCdkOptions
public final String getOutput()
DefaultCdkOptions
Default: cdk.out
getOutput
in interface DefaultCdkOptions
public final Boolean getPathMetadata()
DefaultCdkOptions
Default: true
getPathMetadata
in interface DefaultCdkOptions
public final String getProfile()
DefaultCdkOptions
Default: - no profile is used
getProfile
in interface DefaultCdkOptions
public final String getProxy()
DefaultCdkOptions
Will read from HTTPS_PROXY environment if specified
Default: - no proxy
getProxy
in interface DefaultCdkOptions
public final String getRoleArn()
DefaultCdkOptions
Default: - use the bootstrap cfn-exec role
getRoleArn
in interface DefaultCdkOptions
public final List<String> getStacks()
DefaultCdkOptions
Requried if all
is not set
Default: - []
getStacks
in interface DefaultCdkOptions
public final Boolean getStaging()
DefaultCdkOptions
Needed for local debugging the source files with SAM CLI
Default: false
getStaging
in interface DefaultCdkOptions
public final Boolean getStrict()
DefaultCdkOptions
Default: false
getStrict
in interface DefaultCdkOptions
public final Boolean getTrace()
DefaultCdkOptions
Default: false
getTrace
in interface DefaultCdkOptions
public final Boolean getVerbose()
DefaultCdkOptions
Default: false
getVerbose
in interface DefaultCdkOptions
public final Boolean getVersionReporting()
DefaultCdkOptions
Default: true
getVersionReporting
in interface DefaultCdkOptions
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.