AWS::Deadline::LicenseEndpoint
Creates a license endpoint to integrate your various licensed software used for rendering on Deadline Cloud.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Deadline::LicenseEndpoint", "Properties" : { "SecurityGroupIds" :
[ String, ... ]
, "SubnetIds" :[ String, ... ]
, "Tags" :[ Tag, ... ]
, "VpcId" :String
} }
YAML
Type: AWS::Deadline::LicenseEndpoint Properties: SecurityGroupIds:
- String
SubnetIds:- String
Tags:- Tag
VpcId:String
Properties
SecurityGroupIds
-
The identifier of the Amazon EC2 security group that controls access to the license endpoint.
Required: Yes
Type: Array of String
Minimum:
1
Maximum:
10
Update requires: Replacement
SubnetIds
-
Identifies the VPC subnets that can connect to a license endpoint.
Required: Yes
Type: Array of String
Minimum:
1 | 1
Maximum:
32 | 10
Update requires: Replacement
-
The tags to add to your license endpoint. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
Required: No
Type: Array of Tag
Maximum:
50
Update requires: No interruption
VpcId
-
The VCP(virtual private cloud) ID associated with the license endpoint.
Required: Yes
Type: String
Minimum:
1
Maximum:
32
Update requires: Replacement
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 license endpoint.
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 license endpoint.
DnsName
-
The DNS name of the license server endpoint.
LicenseEndpointId
-
The license endpoint ID.
Status
-
The status of the license endpoint.
StatusMessage
-
The status message of the license endpoint.