AWS Fundamentals Logo
AWS Fundamentals
AWS::Deadline::LicenseEndpoint

Deadline LicenseEndpoint

Definition of AWS::Deadline::LicenseEndpoint Resource Type

Properties

4 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
SecurityGroupIds
Array<string>
RequiredCreate-only
SubnetIds
Array<string>
RequiredCreate-only
VpcId
string
RequiredCreate-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
DnsNamestring-
LicenseEndpointIdstring-
Statusstring-
StatusMessagestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

deadline:CreateLicenseEndpointdeadline:GetLicenseEndpointec2:CreateTagsec2:CreateVpcEndpointec2:DescribeVpcEndpointsdeadline:TagResourcedeadline:ListTagsForResource

read

deadline:GetLicenseEndpointdeadline:ListTagsForResource

update

deadline:TagResourcedeadline:UntagResourcedeadline:ListTagsForResourcedeadline:GetLicenseEndpoint

delete

deadline:GetLicenseEndpointdeadline:DeleteLicenseEndpointec2:DeleteVpcEndpointsec2:DescribeVpcEndpoints

list

deadline:ListLicenseEndpoints

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceDeadline
Properties9
Required3
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

SecurityGroupIdsSubnetIdsVpcId

External Links