aws-cdk-lib.aws_imagebuilder.CfnImageRecipe.ComponentParameterProperty

interface ComponentParameterProperty

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

Contains a key/value pair that sets the named component parameter.

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 componentParameterProperty: imagebuilder.CfnImageRecipe.ComponentParameterProperty = {
  name: 'name',
  value: ['value'],
};

Properties

NameTypeDescription
namestringThe name of the component parameter to set.
valuestring[]Sets the value for the named component parameter.

name

Type: string

The name of the component parameter to set.


value

Type: string[]

Sets the value for the named component parameter.