public static interface CfnInstance.LicenseSpecificationProperty
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() |
java.lang.String |
getLicenseConfigurationArn()
The Amazon Resource Name (ARN) of the license configuration.
|
java.lang.String getLicenseConfigurationArn()
static CfnInstance.LicenseSpecificationProperty.Builder builder()