Show / Hide Table of Contents

Class CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty

Identifies the launch template that the associated Windows AMI uses for launching an instance when faster launching is enabled.

Inheritance
object
CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty
Implements
CfnDistributionConfiguration.IFastLaunchLaunchTemplateSpecificationProperty
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.ImageBuilder
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty : CfnDistributionConfiguration.IFastLaunchLaunchTemplateSpecificationProperty
Syntax (vb)
Public Class CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty Implements CfnDistributionConfiguration.IFastLaunchLaunchTemplateSpecificationProperty
Remarks
You can specify either the <code>launchTemplateName</code> or the <code>launchTemplateId</code> , but not both.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-fastlaunchlaunchtemplatespecification.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.ImageBuilder;

             var fastLaunchLaunchTemplateSpecificationProperty = new FastLaunchLaunchTemplateSpecificationProperty {
                 LaunchTemplateId = "launchTemplateId",
                 LaunchTemplateName = "launchTemplateName",
                 LaunchTemplateVersion = "launchTemplateVersion"
             };

Synopsis

Constructors

FastLaunchLaunchTemplateSpecificationProperty()

Identifies the launch template that the associated Windows AMI uses for launching an instance when faster launching is enabled.

Properties

LaunchTemplateId

The ID of the launch template to use for faster launching for a Windows AMI.

LaunchTemplateName

The name of the launch template to use for faster launching for a Windows AMI.

LaunchTemplateVersion

The version of the launch template to use for faster launching for a Windows AMI.

Constructors

FastLaunchLaunchTemplateSpecificationProperty()

Identifies the launch template that the associated Windows AMI uses for launching an instance when faster launching is enabled.

public FastLaunchLaunchTemplateSpecificationProperty()
Remarks
You can specify either the <code>launchTemplateName</code> or the <code>launchTemplateId</code> , but not both.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-fastlaunchlaunchtemplatespecification.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.ImageBuilder;

             var fastLaunchLaunchTemplateSpecificationProperty = new FastLaunchLaunchTemplateSpecificationProperty {
                 LaunchTemplateId = "launchTemplateId",
                 LaunchTemplateName = "launchTemplateName",
                 LaunchTemplateVersion = "launchTemplateVersion"
             };

Properties

LaunchTemplateId

The ID of the launch template to use for faster launching for a Windows AMI.

public string? LaunchTemplateId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-fastlaunchlaunchtemplatespecification.html#cfn-imagebuilder-distributionconfiguration-fastlaunchlaunchtemplatespecification-launchtemplateid

LaunchTemplateName

The name of the launch template to use for faster launching for a Windows AMI.

public string? LaunchTemplateName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-fastlaunchlaunchtemplatespecification.html#cfn-imagebuilder-distributionconfiguration-fastlaunchlaunchtemplatespecification-launchtemplatename

LaunchTemplateVersion

The version of the launch template to use for faster launching for a Windows AMI.

public string? LaunchTemplateVersion { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-fastlaunchlaunchtemplatespecification.html#cfn-imagebuilder-distributionconfiguration-fastlaunchlaunchtemplatespecification-launchtemplateversion

Implements

CfnDistributionConfiguration.IFastLaunchLaunchTemplateSpecificationProperty
Back to top Generated by DocFX