Show / Hide Table of Contents

Class CfnInstancePropsMixin.LicenseSpecificationProperty

Specifies the license configuration to use.

Inheritance
object
CfnInstancePropsMixin.LicenseSpecificationProperty
Implements
CfnInstancePropsMixin.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.CfnPropertyMixins.AWS.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnInstancePropsMixin.LicenseSpecificationProperty : CfnInstancePropsMixin.ILicenseSpecificationProperty
Syntax (vb)
Public Class CfnInstancePropsMixin.LicenseSpecificationProperty Implements CfnInstancePropsMixin.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.CfnPropertyMixins.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.CfnPropertyMixins.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

CfnInstancePropsMixin.ILicenseSpecificationProperty
Back to top Generated by DocFX