Table of Contents

Interface IBootstraplessSynthesizerProps

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

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

string

Remarks

Default: - No CloudFormation role (use CLI credentials)

DeployRoleArn

The deploy Role ARN to use.

string? DeployRoleArn { get; }

Property Value

string

Remarks

Default: - No deploy role (use CLI credentials)