Show / Hide Table of Contents

Interface CfnLaunchTemplate.ILicenseSpecificationProperty

Specifies a license configuration for an instance.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnLaunchTemplate.ILicenseSpecificationProperty
Syntax (vb)
Public Interface 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

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-launchtemplate-licensespecification.html#cfn-ec2-launchtemplate-licensespecification-licenseconfigurationarn

Back to top Generated by DocFX