@Stability(value=Stable)
public static interface CfnLaunchTemplate.LicenseSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLaunchTemplate.LicenseSpecificationProperty.Builder
A builder for
CfnLaunchTemplate.LicenseSpecificationProperty |
static class |
CfnLaunchTemplate.LicenseSpecificationProperty.Jsii$Proxy
An implementation for
CfnLaunchTemplate.LicenseSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLaunchTemplate.LicenseSpecificationProperty.Builder |
builder() |
default String |
getLicenseConfigurationArn()
The Amazon Resource Name (ARN) of the license configuration.
|
@Stability(value=Stable) @Nullable default String getLicenseConfigurationArn()
@Stability(value=Stable) static CfnLaunchTemplate.LicenseSpecificationProperty.Builder builder()
Copyright © 2022. All rights reserved.