aws-cdk-lib.aws_imagebuilder.CfnContainerRecipe.ComponentParameterProperty
interface ComponentParameterProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ImageBuilder.CfnContainerRecipe.ComponentParameterProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsimagebuilder#CfnContainerRecipe_ComponentParameterProperty |
![]() | software.amazon.awscdk.services.imagebuilder.CfnContainerRecipe.ComponentParameterProperty |
![]() | aws_cdk.aws_imagebuilder.CfnContainerRecipe.ComponentParameterProperty |
![]() | aws-cdk-lib » aws_imagebuilder » CfnContainerRecipe » ComponentParameterProperty |
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.CfnContainerRecipe.ComponentParameterProperty = {
name: 'name',
value: ['value'],
};
Properties
Name | Type | Description |
---|---|---|
name | string | CfnContainerRecipe.ComponentParameterProperty.Name . |
value | string[] | CfnContainerRecipe.ComponentParameterProperty.Value . |
name
Type:
string
CfnContainerRecipe.ComponentParameterProperty.Name
.
value
Type:
string[]
CfnContainerRecipe.ComponentParameterProperty.Value
.