Interface IBootstraplessSynthesizerProps
Construction properties of {@link BootstraplessSynthesizer}.
public interface IBootstraplessSynthesizerProps
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK;
var bootstraplessSynthesizerProps = new BootstraplessSynthesizerProps {
CloudFormationExecutionRoleArn = "cloudFormationExecutionRoleArn",
DeployRoleArn = "deployRoleArn"
};
Remarks
ExampleMetadata: fixture=_generated
Properties
CloudFormationExecutionRoleArn
The CFN execution Role ARN to use.
string? CloudFormationExecutionRoleArn { get; }
Property Value
Remarks
Default: - No CloudFormation role (use CLI credentials)
DeployRoleArn
The deploy Role ARN to use.
string? DeployRoleArn { get; }
Property Value
Remarks
Default: - No deploy role (use CLI credentials)