CfnStreamingImageMixinProps
- class aws_cdk.mixins_preview.aws_nimblestudio.mixins.CfnStreamingImageMixinProps(*, description=None, ec2_image_id=None, name=None, studio_id=None, tags=None)
Bases:
objectProperties for CfnStreamingImagePropsMixin.
- Parameters:
description (
Optional[str])ec2_image_id (
Optional[str])name (
Optional[str])studio_id (
Optional[str])tags (
Optional[Mapping[str,str]])
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_nimblestudio import mixins as nimblestudio_mixins cfn_streaming_image_mixin_props = nimblestudio_mixins.CfnStreamingImageMixinProps( description="description", ec2_image_id="ec2ImageId", name="name", studio_id="studioId", tags={ "tags_key": "tags" } )
Attributes
- description
-
- Type:
see
- ec2_image_id
-
- Type:
see
- name
-
- Type:
see
- studio_id
-
- Type:
see