Interface CfnInstance.ILicenseSpecificationProperty
Specifies the license configuration to use.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILicenseSpecificationProperty
Syntax (vb)
Public Interface ILicenseSpecificationProperty
Remarks
LicenseSpecification
is a property of the AWS::EC2::Instance resource.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EC2;
var licenseSpecificationProperty = new LicenseSpecificationProperty {
LicenseConfigurationArn = "licenseConfigurationArn"
};
Synopsis
Properties
LicenseConfigurationArn | The Amazon Resource Name (ARN) of the license configuration. |
Properties
LicenseConfigurationArn
The Amazon Resource Name (ARN) of the license configuration.
string LicenseConfigurationArn { get; }
Property Value
System.String