@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.853Z") @Stability(value=Stable) 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()
The ARN of the IAM role created as part of bootrapping e.g.
|
default String |
getAssumeRoleExternalId()
External ID to use when assuming the bootstrap role.
|
default String |
getBootstrapStackVersionSsmParameter()
Name of SSM parameter with bootstrap stack version.
|
default Number |
getRequiresBootstrapStackVersion()
Version of bootstrap stack required to use this role.
|
@Stability(value=Stable) @NotNull String getArn()
@Stability(value=Stable) @Nullable default String getAssumeRoleExternalId()
Default: - No external ID
@Stability(value=Stable) @Nullable default String getBootstrapStackVersionSsmParameter()
Default: - Discover SSM parameter by reading stack
@Stability(value=Stable) @Nullable default Number getRequiresBootstrapStackVersion()
Default: - No bootstrap stack required
@Stability(value=Stable) static BootstrapRole.Builder builder()
BootstrapRole.Builder of BootstrapRoleCopyright © 2022. All rights reserved.