AmazonManagedComponentAttributes
- class aws_cdk.aws_imagebuilder_alpha.AmazonManagedComponentAttributes(*, component_name, component_version=None)
Bases:
object(experimental) Properties for an EC2 Image Builder Amazon-managed component.
- Parameters:
component_name (
str) – (experimental) The name of the Amazon-managed component.component_version (
Optional[str]) – (experimental) The version of the Amazon-managed component. Default: - the latest version of the component, x.x.x
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_imagebuilder_alpha as imagebuilder_alpha amazon_managed_component_attributes = imagebuilder_alpha.AmazonManagedComponentAttributes( component_name="componentName", # the properties below are optional component_version="componentVersion" )
Attributes
- component_name
(experimental) The name of the Amazon-managed component.
- Stability:
experimental
- component_version
(experimental) The version of the Amazon-managed component.
- Default:
the latest version of the component, x.x.x
- Stability:
experimental