interface InfrastructureConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.ImageBuilder.InfrastructureConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsimagebuilder#InfrastructureConfigurationReference |
Java | software.amazon.awscdk.interfaces.imagebuilder.InfrastructureConfigurationReference |
Python | aws_cdk.interfaces.aws_imagebuilder.InfrastructureConfigurationReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_imagebuilder } from 'aws-cdk-lib/interfaces';
const infrastructureConfigurationReference: interfaces_aws_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