DeadlineCloud / Client / create_license_endpoint
create_license_endpoint#
- DeadlineCloud.Client.create_license_endpoint(**kwargs)#
- Creates a license endpoint to integrate your various licensed software used for rendering on Deadline Cloud. - See also: AWS API Documentation - Request Syntax- response = client.create_license_endpoint( clientToken='string', vpcId='string', subnetIds=[ 'string', ], securityGroupIds=[ 'string', ], tags={ 'string': 'string' } ) - Parameters:
- clientToken (string) – - The unique token which the server uses to recognize retries of the same request. - This field is autopopulated if not provided. 
- vpcId (string) – - [REQUIRED] - The VPC (virtual private cloud) ID to use with the license endpoint. 
- subnetIds (list) – - [REQUIRED] - The subnet IDs. - (string) – 
 
- securityGroupIds (list) – - [REQUIRED] - The security group IDs. - (string) – 
 
- tags (dict) – - 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. - (string) – - (string) – 
 
 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'licenseEndpointId': 'string' } - Response Structure- (dict) – - licenseEndpointId (string) – - The license endpoint ID. 
 
 
 - Exceptions- DeadlineCloud.Client.exceptions.AccessDeniedException
- DeadlineCloud.Client.exceptions.InternalServerErrorException
- DeadlineCloud.Client.exceptions.ThrottlingException
- DeadlineCloud.Client.exceptions.ConflictException
- DeadlineCloud.Client.exceptions.ValidationException
- DeadlineCloud.Client.exceptions.ServiceQuotaExceededException