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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnLaunchTemplate.LicenseSpecificationProperty
static final class
An 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. -
builder
-