Interface CfnLaunchTemplate.LicenseSpecificationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnLaunchTemplate.LicenseSpecificationProperty.Jsii$Proxy
Enclosing class:
CfnLaunchTemplate

@Stability(Stable) public static interface CfnLaunchTemplate.LicenseSpecificationProperty extends software.amazon.jsii.JsiiSerializable
Specifies a license configuration for an instance.

LicenseSpecification is a property of AWS::EC2::LaunchTemplate LaunchTemplateData .

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ec2.*;
 LicenseSpecificationProperty licenseSpecificationProperty = LicenseSpecificationProperty.builder()
         .licenseConfigurationArn("licenseConfigurationArn")
         .build();
 

See Also: