Show / Hide Table of Contents

Class CfnInstance.LicenseSpecificationProperty

Specifies the license configuration to use.

Inheritance
object
CfnInstance.LicenseSpecificationProperty
Implements
CfnInstance.ILicenseSpecificationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnInstance.LicenseSpecificationProperty : CfnInstance.ILicenseSpecificationProperty
Syntax (vb)
Public Class CfnInstance.LicenseSpecificationProperty Implements 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

Constructors

LicenseSpecificationProperty()

Specifies the license configuration to use.

Properties

LicenseConfigurationArn

The Amazon Resource Name (ARN) of the license configuration.

Constructors

LicenseSpecificationProperty()

Specifies the license configuration to use.

public LicenseSpecificationProperty()
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"
             };

Properties

LicenseConfigurationArn

The Amazon Resource Name (ARN) of the license configuration.

public string LicenseConfigurationArn { get; set; }
Property Value

string

Remarks

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

Implements

CfnInstance.ILicenseSpecificationProperty
Back to top Generated by DocFX