Class AppStagingSynthesizerOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.app.staging.synthesizer.alpha.AppStagingSynthesizerOptions.Jsii$Proxy
- All Implemented Interfaces:
AppStagingSynthesizerOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AppStagingSynthesizerOptions
@Stability(Experimental)
@Internal
public static final class AppStagingSynthesizerOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AppStagingSynthesizerOptions
An implementation for
AppStagingSynthesizerOptions
-
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.app.staging.synthesizer.alpha.AppStagingSynthesizerOptions
AppStagingSynthesizerOptions.Builder, AppStagingSynthesizerOptions.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theAppStagingSynthesizerOptions.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
(experimental) Qualifier to disambiguate multiple bootstrapped environments in the same account.final DeploymentIdentities
(experimental) What roles to use to deploy applications.final int
hashCode()
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 theAppStagingSynthesizerOptions.Builder
.
-
-
Method Details
-
getBootstrapQualifier
Description copied from interface:AppStagingSynthesizerOptions
(experimental) Qualifier to disambiguate multiple bootstrapped environments in the same account.This qualifier is only used to reference bootstrapped resources. It will not be used in the creation of app-specific staging resources:
appId
is used for that instead.Default: - Value of context key '@aws-cdk/core:bootstrapQualifier' if set, otherwise `DEFAULT_QUALIFIER`
- Specified by:
getBootstrapQualifier
in interfaceAppStagingSynthesizerOptions
-
getDeploymentIdentities
Description copied from interface:AppStagingSynthesizerOptions
(experimental) What roles to use to deploy applications.These are the roles that have permissions to interact with CloudFormation on your behalf. By default these are the standard bootstrapped CDK roles, but you can customize them or turn them off and use the CLI credentials to deploy.
Default: - The standard bootstrapped CDK roles
- Specified by:
getDeploymentIdentities
in interfaceAppStagingSynthesizerOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
-