interface ComponentConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.ImageBuilder.CfnContainerRecipe.ComponentConfigurationProperty |
Java | software.amazon.awscdk.services.imagebuilder.CfnContainerRecipe.ComponentConfigurationProperty |
Python | aws_cdk.aws_imagebuilder.CfnContainerRecipe.ComponentConfigurationProperty |
TypeScript | @aws-cdk/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 * as imagebuilder from '@aws-cdk/aws-imagebuilder';
const componentConfigurationProperty: imagebuilder.CfnContainerRecipe.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 [] | CfnContainerRecipe.ComponentConfigurationProperty.Parameters . |
componentArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the component.
parameters?
Type:
IResolvable
|
IResolvable
|
Component
[]
(optional)
CfnContainerRecipe.ComponentConfigurationProperty.Parameters
.