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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLaunchTemplate.LicenseSpecificationPropertystatic final classAn implementation forCfnLaunchTemplate.LicenseSpecificationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLicenseConfigurationArn
The Amazon Resource Name (ARN) of the license configuration.- See Also:
-
builder
-