aws-cdk-lib.BootstraplessSynthesizerProps

interface BootstraplessSynthesizerProps

LanguageType name
.NETAmazon.CDK.BootstraplessSynthesizerProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2#BootstraplessSynthesizerProps
Javasoftware.amazon.awscdk.BootstraplessSynthesizerProps
Pythonaws_cdk.BootstraplessSynthesizerProps
TypeScript (source)aws-cdk-lib » BootstraplessSynthesizerProps

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 * as cdk from 'aws-cdk-lib';
const bootstraplessSynthesizerProps: cdk.BootstraplessSynthesizerProps = {
  cloudFormationExecutionRoleArn: 'cloudFormationExecutionRoleArn',
  deployRoleArn: 'deployRoleArn',
};

Properties

NameTypeDescription
cloudFormationExecutionRoleArn?stringThe CFN execution Role ARN to use.
deployRoleArn?stringThe deploy Role ARN to use.

cloudFormationExecutionRoleArn?

Type: string (optional, default: No CloudFormation role (use CLI credentials))

The CFN execution Role ARN to use.


deployRoleArn?

Type: string (optional, default: No deploy role (use CLI credentials))

The deploy Role ARN to use.