Show / Hide Table of Contents

Class CfnLaunchTemplate.LicenseSpecificationProperty

Specifies a license configuration for an instance.

Inheritance
object
CfnLaunchTemplate.LicenseSpecificationProperty
Implements
CfnLaunchTemplate.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 CfnLaunchTemplate.LicenseSpecificationProperty : CfnLaunchTemplate.ILicenseSpecificationProperty
Syntax (vb)
Public Class CfnLaunchTemplate.LicenseSpecificationProperty Implements CfnLaunchTemplate.ILicenseSpecificationProperty
Remarks

LicenseSpecification is a property of AWS::EC2::LaunchTemplate LaunchTemplateData .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-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 a license configuration for an instance.

Properties

LicenseConfigurationArn

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

Constructors

LicenseSpecificationProperty()

Specifies a license configuration for an instance.

public LicenseSpecificationProperty()
Remarks

LicenseSpecification is a property of AWS::EC2::LaunchTemplate LaunchTemplateData .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-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-launchtemplate-licensespecification.html#cfn-ec2-launchtemplate-licensespecification-licenseconfigurationarn

Implements

CfnLaunchTemplate.ILicenseSpecificationProperty
Back to top Generated by DocFX