CfnMeteredProductMixinProps
- class aws_cdk.mixins_preview.aws_deadline.mixins.CfnMeteredProductMixinProps(*, license_endpoint_id=None, product_id=None)
Bases:
objectProperties for CfnMeteredProductPropsMixin.
- Parameters:
license_endpoint_id (
Optional[str]) – The Amazon EC2 identifier of the license endpoint.product_id (
Optional[str]) – The product ID.
- 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_deadline import mixins as deadline_mixins cfn_metered_product_mixin_props = deadline_mixins.CfnMeteredProductMixinProps( license_endpoint_id="licenseEndpointId", product_id="productId" )
Attributes
- license_endpoint_id
The Amazon EC2 identifier of the license endpoint.