Interface CfnDistributionConfiguration.ILaunchTemplateConfigurationProperty
Identifies an Amazon EC2 launch template to use for a specific account.
Namespace: Amazon.CDK.AWS.ImageBuilder
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILaunchTemplateConfigurationProperty
Syntax (vb)
Public Interface ILaunchTemplateConfigurationProperty
Remarks
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 launchTemplateConfigurationProperty = new LaunchTemplateConfigurationProperty {
AccountId = "accountId",
LaunchTemplateId = "launchTemplateId",
SetDefaultVersion = false
};
Synopsis
Properties
AccountId | The account ID that this configuration applies to. |
LaunchTemplateId | Identifies the Amazon EC2 launch template to use. |
SetDefaultVersion | Set the specified Amazon EC2 launch template as the default launch template for the specified account. |
Properties
AccountId
The account ID that this configuration applies to.
virtual string AccountId { get; }
Property Value
System.String
Remarks
LaunchTemplateId
Identifies the Amazon EC2 launch template to use.
virtual string LaunchTemplateId { get; }
Property Value
System.String
Remarks
SetDefaultVersion
Set the specified Amazon EC2 launch template as the default launch template for the specified account.
virtual object SetDefaultVersion { get; }
Property Value
System.Object