LaunchTemplateLicenseSpecificationArgs

data class LaunchTemplateLicenseSpecificationArgs(val licenseConfigurationArn: Output<String>? = null) : ConvertibleToJava<LaunchTemplateLicenseSpecificationArgs>

Specifies a license configuration for an instance. `LicenseSpecification` is a property of AWS::EC2::LaunchTemplate LaunchTemplateData.

Constructors

Link copied to clipboard
constructor(licenseConfigurationArn: Output<String>? = null)

Properties

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

The Amazon Resource Name (ARN) of the license configuration.

Functions

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