Table of Contents

Class BootstraplessSynthesizerProps

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Construction properties of {@link BootstraplessSynthesizer}.

public class BootstraplessSynthesizerProps : IBootstraplessSynthesizerProps
Inheritance
BootstraplessSynthesizerProps
Implements
Inherited Members

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

Constructors

BootstraplessSynthesizerProps()

public BootstraplessSynthesizerProps()

Properties

CloudFormationExecutionRoleArn

The CFN execution Role ARN to use.

public string? CloudFormationExecutionRoleArn { get; set; }

Property Value

string

Remarks

Default: - No CloudFormation role (use CLI credentials)

DeployRoleArn

The deploy Role ARN to use.

public string? DeployRoleArn { get; set; }

Property Value

string

Remarks

Default: - No deploy role (use CLI credentials)