interface ModuleDefaultVersionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CloudFormation.ModuleDefaultVersionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscloudformation#ModuleDefaultVersionReference |
Java | software.amazon.awscdk.services.cloudformation.ModuleDefaultVersionReference |
Python | aws_cdk.aws_cloudformation.ModuleDefaultVersionReference |
TypeScript | aws-cdk-lib » aws_cloudformation » ModuleDefaultVersionReference |
A reference to a ModuleDefaultVersion resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudformation as cloudformation } from 'aws-cdk-lib';
const moduleDefaultVersionReference: cloudformation.ModuleDefaultVersionReference = {
moduleDefaultVersionArn: 'moduleDefaultVersionArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| module | string | The Arn of the ModuleDefaultVersion resource. |
moduleDefaultVersionArn
Type:
string
The Arn of the ModuleDefaultVersion resource.

.NET
Go
Java
Python
TypeScript