@Stability(value=Experimental) @Internal public static final class SynthesizeStackArtifactOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SynthesizeStackArtifactOptions
SynthesizeStackArtifactOptionssoftware.amazon.jsii.JsiiObject.InitializationModeSynthesizeStackArtifactOptions.Builder, SynthesizeStackArtifactOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(List<String> additionalDependencies,
String assumeRoleArn,
String bootstrapStackVersionSsmParameter,
String cloudFormationExecutionRoleArn,
Map<String,String> parameters,
Number requiresBootstrapStackVersion,
String stackTemplateAssetObjectUrl)
Constructor that initializes the object based on literal property values passed by the
SynthesizeStackArtifactOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getAdditionalDependencies()
(experimental) Identifiers of additional dependencies.
|
String |
getAssumeRoleArn()
(experimental) The role that needs to be assumed to deploy the stack.
|
String |
getBootstrapStackVersionSsmParameter()
(experimental) SSM parameter where the bootstrap stack version number can be found.
|
String |
getCloudFormationExecutionRoleArn()
(experimental) The role that is passed to CloudFormation to execute the change set.
|
Map<String,String> |
getParameters()
(experimental) Values for CloudFormation stack parameters that should be passed when the stack is deployed.
|
Number |
getRequiresBootstrapStackVersion()
(experimental) Version of bootstrap stack required to deploy this stack.
|
String |
getStackTemplateAssetObjectUrl()
(experimental) If the stack template has already been included in the asset manifest, its asset URL.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(List<String> additionalDependencies, String assumeRoleArn, String bootstrapStackVersionSsmParameter, String cloudFormationExecutionRoleArn, Map<String,String> parameters, Number requiresBootstrapStackVersion, String stackTemplateAssetObjectUrl)
SynthesizeStackArtifactOptions.Builder.public final List<String> getAdditionalDependencies()
SynthesizeStackArtifactOptionsDefault: - No additional dependencies
getAdditionalDependencies in interface SynthesizeStackArtifactOptionspublic final String getAssumeRoleArn()
SynthesizeStackArtifactOptionsDefault: - No role is assumed (current credentials are used)
getAssumeRoleArn in interface SynthesizeStackArtifactOptionspublic final String getBootstrapStackVersionSsmParameter()
SynthesizeStackArtifactOptions
Only used if requiresBootstrapStackVersion is set.
Default: - Bootstrap stack version number looked up
getBootstrapStackVersionSsmParameter in interface SynthesizeStackArtifactOptionspublic final String getCloudFormationExecutionRoleArn()
SynthesizeStackArtifactOptionsDefault: - No role is passed (currently assumed role/credentials are used)
getCloudFormationExecutionRoleArn in interface SynthesizeStackArtifactOptionspublic final Map<String,String> getParameters()
SynthesizeStackArtifactOptionsDefault: - No parameters
getParameters in interface SynthesizeStackArtifactOptionspublic final Number getRequiresBootstrapStackVersion()
SynthesizeStackArtifactOptionsDefault: - No bootstrap stack required
getRequiresBootstrapStackVersion in interface SynthesizeStackArtifactOptionspublic final String getStackTemplateAssetObjectUrl()
SynthesizeStackArtifactOptionsDefault: - Not uploaded yet, upload just before deploying
getStackTemplateAssetObjectUrl in interface SynthesizeStackArtifactOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.