Interface BootstraplessSynthesizerProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
BootstraplessSynthesizerProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-15T14:51:50.243Z") @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.*;
 BootstraplessSynthesizerProps bootstraplessSynthesizerProps = BootstraplessSynthesizerProps.builder()
         .cloudFormationExecutionRoleArn("cloudFormationExecutionRoleArn")
         .deployRoleArn("deployRoleArn")
         .qualifier("qualifier")
         .build();
 
  • Method Details

    • getCloudFormationExecutionRoleArn

      @Stability(Stable) @Nullable default String getCloudFormationExecutionRoleArn()
      The CFN execution Role ARN to use.

      Default: - No CloudFormation role (use CLI credentials)

    • getDeployRoleArn

      @Stability(Stable) @Nullable default String getDeployRoleArn()
      The deploy Role ARN to use.

      Default: - No deploy role (use CLI credentials)

    • getQualifier

      @Stability(Stable) @Nullable default String getQualifier()
      The qualifier used to specialize strings.

      Can be used to specify custom bootstrapped role names

      Default: 'hnb659fds'

    • builder

      @Stability(Stable) static BootstraplessSynthesizerProps.Builder builder()
      Returns:
      a BootstraplessSynthesizerProps.Builder of BootstraplessSynthesizerProps