@Stability(value=Stable)
public static interface CfnInstance.LicenseSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
LicenseSpecification is a property of the AWS::EC2::Instance resource.
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 |
CfnInstance.LicenseSpecificationProperty.Builder
A builder for
CfnInstance.LicenseSpecificationProperty |
static class |
CfnInstance.LicenseSpecificationProperty.Jsii$Proxy
An implementation for
CfnInstance.LicenseSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnInstance.LicenseSpecificationProperty.Builder |
builder() |
String |
getLicenseConfigurationArn()
The Amazon Resource Name (ARN) of the license configuration.
|
@Stability(value=Stable) @NotNull String getLicenseConfigurationArn()
@Stability(value=Stable) static CfnInstance.LicenseSpecificationProperty.Builder builder()
Copyright © 2022. All rights reserved.