interface ComponentConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.ImageBuilder.CfnImageRecipe.ComponentConfigurationProperty |
Java | software.amazon.awscdk.services.imagebuilder.CfnImageRecipe.ComponentConfigurationProperty |
Python | aws_cdk.aws_imagebuilder.CfnImageRecipe.ComponentConfigurationProperty |
TypeScript | @aws-cdk/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 * as imagebuilder from '@aws-cdk/aws-imagebuilder';
const componentConfigurationProperty: imagebuilder.CfnImageRecipe.ComponentConfigurationProperty = {
componentArn: 'componentArn',
parameters: [{
name: 'name',
value: ['value'],
}],
};
Properties
Name | Type | Description |
---|---|---|
component | string | The Amazon Resource Name (ARN) of the component. |
parameters? | IResolvable | IResolvable | Component [] | 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
|
Component
[]
(optional)
A group of parameter settings that Image Builder uses to configure the component for a specific recipe.