aws-cdk-lib.aws_imagebuilder.CfnImageRecipe.ComponentConfigurationProperty

interface ComponentConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.ImageBuilder.CfnImageRecipe.ComponentConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsimagebuilder#CfnImageRecipe_ComponentConfigurationProperty
Javasoftware.amazon.awscdk.services.imagebuilder.CfnImageRecipe.ComponentConfigurationProperty
Pythonaws_cdk.aws_imagebuilder.CfnImageRecipe.ComponentConfigurationProperty
TypeScript aws-cdk-lib » aws_imagebuilder » CfnImageRecipe » 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.CfnImageRecipe.ComponentConfigurationProperty = {
  componentArn: 'componentArn',
  parameters: [{
    name: 'name',
    value: ['value'],
  }],
};

Properties

NameTypeDescription
componentArn?stringThe Amazon Resource Name (ARN) of the component.
parameters?IResolvable | IResolvable | ComponentParameterProperty[]A group of parameter settings that Image Builder uses to configure the component for a specific recipe.

componentArn?

Type: string (optional)

The Amazon Resource Name (ARN) of the component.


parameters?

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

A group of parameter settings that Image Builder uses to configure the component for a specific recipe.