@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:35.795Z") @Stability(value=Stable) public interface BootstraplessSynthesizerProps extends software.amazon.jsii.JsiiSerializable
BootstraplessSynthesizer.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.*;
BootstraplessSynthesizerProps bootstraplessSynthesizerProps = BootstraplessSynthesizerProps.builder()
.cloudFormationExecutionRoleArn("cloudFormationExecutionRoleArn")
.deployRoleArn("deployRoleArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
BootstraplessSynthesizerProps.Builder
A builder for
BootstraplessSynthesizerProps |
static class |
BootstraplessSynthesizerProps.Jsii$Proxy
An implementation for
BootstraplessSynthesizerProps |
| Modifier and Type | Method and Description |
|---|---|
static BootstraplessSynthesizerProps.Builder |
builder() |
default String |
getCloudFormationExecutionRoleArn()
The CFN execution Role ARN to use.
|
default String |
getDeployRoleArn()
The deploy Role ARN to use.
|
@Stability(value=Stable) @Nullable default String getCloudFormationExecutionRoleArn()
Default: - No CloudFormation role (use CLI credentials)
@Stability(value=Stable) @Nullable default String getDeployRoleArn()
Default: - No deploy role (use CLI credentials)
@Stability(value=Stable) static BootstraplessSynthesizerProps.Builder builder()
Copyright © 2022. All rights reserved.