Class BootstrapRole.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.amazon.awscdk.cloudassembly.schema.BootstrapRole.Jsii$Proxy
-
- All Implemented Interfaces:
BootstrapRole,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BootstrapRole
@Stability(Stable) @Internal public static final class BootstrapRole.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BootstrapRole
An implementation forBootstrapRole
-
-
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.cloudassembly.schema.BootstrapRole
BootstrapRole.Builder, BootstrapRole.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BootstrapRole.Builder builder)Constructor that initializes the object based on literal property values passed by theBootstrapRole.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetArn()The ARN of the IAM role created as part of bootrapping e.g.Map<String,Object>getAssumeRoleAdditionalOptions()Additional options to pass to STS when assuming the role.StringgetAssumeRoleExternalId()External ID to use when assuming the bootstrap role.StringgetBootstrapStackVersionSsmParameter()Name of SSM parameter with bootstrap stack version.NumbergetRequiresBootstrapStackVersion()Version of bootstrap stack required to use this role.inthashCode()
-
-
-
Constructor Detail
-
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(BootstrapRole.Builder builder)
Constructor that initializes the object based on literal property values passed by theBootstrapRole.Builder.
-
-
Method Detail
-
getArn
public final String getArn()
Description copied from interface:BootstrapRoleThe ARN of the IAM role created as part of bootrapping e.g. lookupRoleArn.- Specified by:
getArnin interfaceBootstrapRole
-
getAssumeRoleAdditionalOptions
public final Map<String,Object> getAssumeRoleAdditionalOptions()
Description copied from interface:BootstrapRoleAdditional options to pass to STS when assuming the role.RoleArnshould not be used. Use the dedicatedarnproperty instead.ExternalIdshould not be used. Use the dedicatedassumeRoleExternalIdinstead.
Default: - No additional options.
- Specified by:
getAssumeRoleAdditionalOptionsin interfaceBootstrapRole- See Also:
- https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/STS.html#assumeRole-property
-
getAssumeRoleExternalId
public final String getAssumeRoleExternalId()
Description copied from interface:BootstrapRoleExternal ID to use when assuming the bootstrap role.Default: - No external ID
- Specified by:
getAssumeRoleExternalIdin interfaceBootstrapRole
-
getBootstrapStackVersionSsmParameter
public final String getBootstrapStackVersionSsmParameter()
Description copied from interface:BootstrapRoleName of SSM parameter with bootstrap stack version.Default: - Discover SSM parameter by reading stack
- Specified by:
getBootstrapStackVersionSsmParameterin interfaceBootstrapRole
-
getRequiresBootstrapStackVersion
public final Number getRequiresBootstrapStackVersion()
Description copied from interface:BootstrapRoleVersion of bootstrap stack required to use this role.Default: - No bootstrap stack required
- Specified by:
getRequiresBootstrapStackVersionin interfaceBootstrapRole
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-