interface DeploymentReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_launchwizard.DeploymentReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awslaunchwizard#DeploymentReference |
Java | software.amazon.awscdk.services.launchwizard.DeploymentReference |
Python | aws_cdk.aws_launchwizard.DeploymentReference |
TypeScript | aws-cdk-lib » aws_launchwizard » DeploymentReference |
A reference to a Deployment resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_launchwizard as launchwizard } from 'aws-cdk-lib';
const deploymentReference: launchwizard.DeploymentReference = {
deploymentArn: 'deploymentArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| deployment | string | The Arn of the Deployment resource. |
deploymentArn
Type:
string
The Arn of the Deployment resource.

.NET
Go
Java
Python
TypeScript