Show / Hide Table of Contents

Interface CfnDistributionConfiguration.IFastLaunchLaunchTemplateSpecificationProperty

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

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

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.

Properties

LaunchTemplateId

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

string? LaunchTemplateId { get; }
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.

string? LaunchTemplateName { get; }
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.

string? LaunchTemplateVersion { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX