CfnMeteredProductMixinProps

class aws_cdk.mixins_preview.aws_deadline.mixins.CfnMeteredProductMixinProps(*, license_endpoint_id=None, product_id=None)

Bases: object

Properties for CfnMeteredProductPropsMixin.

Parameters:
  • license_endpoint_id (Optional[str]) – The Amazon EC2 identifier of the license endpoint.

  • product_id (Optional[str]) – The product ID.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-meteredproduct.html

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-meteredproduct.html#cfn-deadline-meteredproduct-licenseendpointid

product_id

The product ID.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-meteredproduct.html#cfn-deadline-meteredproduct-productid