Show / Hide Table of Contents

Interface CfnInstance.ILicenseSpecificationProperty

Specifies the license configuration to use.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnInstance.ILicenseSpecificationProperty
Syntax (vb)
Public Interface CfnInstance.ILicenseSpecificationProperty
Remarks

LicenseSpecification is a property of the AWS::EC2::Instance resource.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-licensespecification.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-licensespecification.html#cfn-ec2-instance-licensespecification-licenseconfigurationarn

Back to top Generated by DocFX