Interface CfnInstance.LicenseSpecificationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInstance.LicenseSpecificationProperty.Jsii$Proxy
- Enclosing class:
- CfnInstance
@Stability(Stable)
public static interface CfnInstance.LicenseSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the license configuration to use.
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnInstance.LicenseSpecificationProperty
static final class
An implementation forCfnInstance.LicenseSpecificationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The Amazon Resource Name (ARN) of the license configuration.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLicenseConfigurationArn
The Amazon Resource Name (ARN) of the license configuration. -
builder
-