LicenseEndpointArgs

data class LicenseEndpointArgs(val securityGroupIds: Output<List<String>>? = null, val subnetIds: Output<List<String>>? = null, val tags: Output<List<TagArgs>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<LicenseEndpointArgs>

Definition of AWS::Deadline::LicenseEndpoint Resource Type

Constructors

Link copied to clipboard
constructor(securityGroupIds: Output<List<String>>? = null, subnetIds: Output<List<String>>? = null, tags: Output<List<TagArgs>>? = null, vpcId: Output<String>? = null)

Properties

Link copied to clipboard
val securityGroupIds: Output<List<String>>? = null

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

Link copied to clipboard
val subnetIds: Output<List<String>>? = null

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

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val vpcId: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): LicenseEndpointArgs