Package software.amazon.awscdk.core
Interface BootstraplessSynthesizerProps
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
- BootstraplessSynthesizerProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
           date="2023-06-19T16:29:54.814Z")
@Stability(Stable)
public interface BootstraplessSynthesizerProps
extends software.amazon.jsii.JsiiSerializable
Construction properties of 
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.core.*;
 BootstraplessSynthesizerProps bootstraplessSynthesizerProps = BootstraplessSynthesizerProps.builder()
         .cloudFormationExecutionRoleArn("cloudFormationExecutionRoleArn")
         .deployRoleArn("deployRoleArn")
         .build();
 - 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forBootstraplessSynthesizerPropsstatic final classAn implementation forBootstraplessSynthesizerProps
- 
Method SummaryMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getCloudFormationExecutionRoleArnThe CFN execution Role ARN to use.Default: - No CloudFormation role (use CLI credentials) 
- 
getDeployRoleArnThe deploy Role ARN to use.Default: - No deploy role (use CLI credentials) 
- 
builder
 
-