@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:15.809Z") @Stability(value=Experimental) public interface BootstrapRole extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cloudassembly.schema.*;
BootstrapRole bootstrapRole = BootstrapRole.builder()
.arn("arn")
// the properties below are optional
.assumeRoleExternalId("assumeRoleExternalId")
.bootstrapStackVersionSsmParameter("bootstrapStackVersionSsmParameter")
.requiresBootstrapStackVersion(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
BootstrapRole.Builder
A builder for
BootstrapRole |
static class |
BootstrapRole.Jsii$Proxy
An implementation for
BootstrapRole |
| Modifier and Type | Method and Description |
|---|---|
static BootstrapRole.Builder |
builder() |
String |
getArn()
(experimental) The ARN of the IAM role created as part of bootrapping e.g.
|
default String |
getAssumeRoleExternalId()
(experimental) External ID to use when assuming the bootstrap role.
|
default String |
getBootstrapStackVersionSsmParameter()
(experimental) Name of SSM parameter with bootstrap stack version.
|
default Number |
getRequiresBootstrapStackVersion()
(experimental) Version of bootstrap stack required to use this role.
|
@Stability(value=Experimental) @NotNull String getArn()
@Stability(value=Experimental) @Nullable default String getAssumeRoleExternalId()
Default: - No external ID
@Stability(value=Experimental) @Nullable default String getBootstrapStackVersionSsmParameter()
Default: - Discover SSM parameter by reading stack
@Stability(value=Experimental) @Nullable default Number getRequiresBootstrapStackVersion()
Default: - No bootstrap stack required
@Stability(value=Experimental) static BootstrapRole.Builder builder()
BootstrapRole.Builder of BootstrapRoleCopyright © 2022. All rights reserved.