AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Deadline::LicenseEndpoint

CfnLicenseEndpoint

Creates a license endpoint to integrate your various licensed software used for rendering on Deadline Cloud.

Import

import { CfnLicenseEndpoint } from 'aws-cdk-lib/aws-deadline';

Or use the module namespace:

import * as deadline from 'aws-cdk-lib/aws-deadline';
// deadline.CfnLicenseEndpoint

Properties

Configuration passed to the constructor as CfnLicenseEndpointProps.

securityGroupIdsRequired
string[]

The identifier of the Amazon EC2 security group that controls access to the license endpoint.

subnetIdsRequired
string[]

Identifies the VPC subnets that can connect to a license endpoint.

vpcIdRequired
string

The VPC (virtual private cloud) ID associated with the license endpoint.

tagsOptional
CfnTag[]

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.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-deadline
CFN TypeAWS::Deadline::LicenseEndpoint
Properties4

External Links