interface InfrastructureConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ImageBuilder.InfrastructureConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsimagebuilder#InfrastructureConfigurationReference |
Java | software.amazon.awscdk.services.imagebuilder.InfrastructureConfigurationReference |
Python | aws_cdk.aws_imagebuilder.InfrastructureConfigurationReference |
TypeScript | aws-cdk-lib » aws_imagebuilder » InfrastructureConfigurationReference |
A reference to a InfrastructureConfiguration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_imagebuilder as imagebuilder } from 'aws-cdk-lib';
const infrastructureConfigurationReference: imagebuilder.InfrastructureConfigurationReference = {
infrastructureConfigurationArn: 'infrastructureConfigurationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| infrastructure | string | The Arn of the InfrastructureConfiguration resource. |
infrastructureConfigurationArn
Type:
string
The Arn of the InfrastructureConfiguration resource.

.NET
Go
Java
Python
TypeScript