Class AWSAPICallViaCloudTrail.LaunchTemplate1
(experimental) Type definition for LaunchTemplate_1.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.AutoScaling.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class AWSAPICallViaCloudTrail.LaunchTemplate1 : AWSAPICallViaCloudTrail.ILaunchTemplate1
Syntax (vb)
Public Class AWSAPICallViaCloudTrail.LaunchTemplate1 Implements AWSAPICallViaCloudTrail.ILaunchTemplate1
Remarks
Stability: Experimental
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.Mixins.Preview.AWS.AutoScaling.Events;
var overrides;
var launchTemplate1 = new LaunchTemplate1 {
LaunchTemplateSpecification = new LaunchTemplateSpecification {
LaunchTemplateName = new [] { "launchTemplateName" },
Version = new [] { "version" }
},
Overrides = new [] { overrides }
};
Synopsis
Constructors
| LaunchTemplate1() | (experimental) Type definition for LaunchTemplate_1. |
Properties
| LaunchTemplateSpecification | (experimental) launchTemplateSpecification property. |
| Overrides | (experimental) overrides property. |
Constructors
LaunchTemplate1()
(experimental) Type definition for LaunchTemplate_1.
public LaunchTemplate1()
Remarks
Stability: Experimental
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.Mixins.Preview.AWS.AutoScaling.Events;
var overrides;
var launchTemplate1 = new LaunchTemplate1 {
LaunchTemplateSpecification = new LaunchTemplateSpecification {
LaunchTemplateName = new [] { "launchTemplateName" },
Version = new [] { "version" }
},
Overrides = new [] { overrides }
};
Properties
LaunchTemplateSpecification
(experimental) launchTemplateSpecification property.
public AWSAPICallViaCloudTrail.ILaunchTemplateSpecification? LaunchTemplateSpecification { get; set; }
Property Value
AWSAPICallViaCloudTrail.ILaunchTemplateSpecification
Remarks
Specify an array of string values to match this event if the actual value of launchTemplateSpecification is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
Overrides
(experimental) overrides property.
public object[]? Overrides { get; set; }
Property Value
object[]
Remarks
Specify an array of string values to match this event if the actual value of overrides is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental