AWS::Deadline::LicenseEndpointCreates a license endpoint to integrate your various licensed software used for rendering on Deadline Cloud.
import { CfnLicenseEndpoint } from 'aws-cdk-lib/aws-deadline';Or use the module namespace:
import * as deadline from 'aws-cdk-lib/aws-deadline';
// deadline.CfnLicenseEndpointConfiguration passed to the constructor as CfnLicenseEndpointProps.
securityGroupIdsRequiredstring[]The identifier of the Amazon EC2 security group that controls access to the license endpoint.
subnetIdsRequiredstring[]Identifies the VPC subnets that can connect to a license endpoint.
vpcIdRequiredstringThe VPC (virtual private cloud) ID associated with the license endpoint.
tagsOptionalCfnTag[]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.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-deadlineAWS::Deadline::LicenseEndpoint