AWS::Deadline::MeteredProduct - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Deadline::MeteredProduct

Adds a metered product.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Deadline::MeteredProduct", "Properties" : { "Family" : String, "LicenseEndpointId" : String, "Port" : Integer, "ProductId" : String, "Vendor" : String } }

YAML

Type: AWS::Deadline::MeteredProduct Properties: Family: String LicenseEndpointId: String Port: Integer ProductId: String Vendor: String

Properties

Family

The family to which the metered product belongs.

Required: No

Type: String

Minimum: 1

Maximum: 64

Update requires: No interruption

LicenseEndpointId

The Amazon EC2 identifier of the license endpoint.

Required: No

Type: String

Pattern: ^le-[0-9a-f]{32}$

Update requires: Replacement

Port

The port on which the metered product should run.

Required: No

Type: Integer

Minimum: 1024

Maximum: 65535

Update requires: No interruption

ProductId

The product ID.

Required: No

Type: String

Pattern: ^[0-9a-z]{1,32}-[.0-9a-z]{1,32}$

Update requires: Replacement

Vendor

The vendor.

Required: No

Type: String

Minimum: 1

Maximum: 64

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the Amazon Resource Name (ARN) of the metered product.

For more information about using the Ref function, see Ref.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

Arn

The Amazon Resource Name (ARN) of the metered product.