CfnMeteredProductProps

class aws_cdk.aws_deadline.CfnMeteredProductProps(*, license_endpoint_id=None, product_id=None)

Bases: object

Properties for defining a CfnMeteredProduct.

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 import aws_deadline as deadline

cfn_metered_product_props = deadline.CfnMeteredProductProps(
    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