aws-cdk-lib.aws_imagebuilder.CfnContainerRecipe.ComponentConfigurationProperty

interface ComponentConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.ImageBuilder.CfnContainerRecipe.ComponentConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsimagebuilder#CfnContainerRecipe_ComponentConfigurationProperty
Javasoftware.amazon.awscdk.services.imagebuilder.CfnContainerRecipe.ComponentConfigurationProperty
Pythonaws_cdk.aws_imagebuilder.CfnContainerRecipe.ComponentConfigurationProperty
TypeScript aws-cdk-lib » aws_imagebuilder » CfnContainerRecipe » ComponentConfigurationProperty

Configuration details of the component.

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 componentConfigurationProperty: imagebuilder.CfnContainerRecipe.ComponentConfigurationProperty = {
  componentArn: 'componentArn',
  parameters: [{
    name: 'name',
    value: ['value'],
  }],
};

Properties

NameTypeDescription
componentArn?stringThe Amazon Resource Name (ARN) of the component.
parameters?IResolvable | IResolvable | ComponentParameterProperty[]CfnContainerRecipe.ComponentConfigurationProperty.Parameters.

componentArn?

Type: string (optional)

The Amazon Resource Name (ARN) of the component.


parameters?

Type: IResolvable | IResolvable | ComponentParameterProperty[] (optional)

CfnContainerRecipe.ComponentConfigurationProperty.Parameters.