AWS::Deadline::LicenseEndpointDefinition of AWS::Deadline::LicenseEndpoint Resource Type
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
SecurityGroupIds | Array<string> | RequiredCreate-only |
SubnetIds | Array<string> | RequiredCreate-only |
VpcId | string | RequiredCreate-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
DnsName | string | - |
LicenseEndpointId | string | - |
Status | string | - |
StatusMessage | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Deadline::LicenseEndpoint
Resources:
MyResource:
Type: AWS::Deadline::LicenseEndpoint
Properties:
SecurityGroupIds: "my-securitygroupids"
SubnetIds: "my-subnetids"
VpcId: "my-vpcid"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
deadline:CreateLicenseEndpointdeadline:GetLicenseEndpointec2:CreateTagsec2:CreateVpcEndpointec2:DescribeVpcEndpointsdeadline:TagResourcedeadline:ListTagsForResourcedeadline:GetLicenseEndpointdeadline:ListTagsForResourcedeadline:TagResourcedeadline:UntagResourcedeadline:ListTagsForResourcedeadline:GetLicenseEndpointdeadline:GetLicenseEndpointdeadline:DeleteLicenseEndpointec2:DeleteVpcEndpointsec2:DescribeVpcEndpointsdeadline:ListLicenseEndpointsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
SecurityGroupIdsSubnetIdsVpcId