Class InstanceEvents.AWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse
(experimental) Type definition for DeleteLaunchTemplateResponse.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class InstanceEvents.AWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse : InstanceEvents.AWSAPICallViaCloudTrail.IDeleteLaunchTemplateResponse
Syntax (vb)
Public Class InstanceEvents.AWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse Implements InstanceEvents.AWSAPICallViaCloudTrail.IDeleteLaunchTemplateResponse
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.EC2.Events;
var deleteLaunchTemplateResponse = new DeleteLaunchTemplateResponse {
LaunchTemplate = new LaunchTemplate1 {
CreatedBy = new [] { "createdBy" },
CreateTime = new [] { "createTime" },
DefaultVersionNumber = new [] { "defaultVersionNumber" },
LatestVersionNumber = new [] { "latestVersionNumber" },
LaunchTemplateId = new [] { "launchTemplateId" },
LaunchTemplateName = new [] { "launchTemplateName" }
},
RequestId = new [] { "requestId" },
Xmlns = new [] { "xmlns" }
};
Synopsis
Constructors
| DeleteLaunchTemplateResponse() | (experimental) Type definition for DeleteLaunchTemplateResponse. |
Properties
| LaunchTemplate | (experimental) launchTemplate property. |
| RequestId | (experimental) requestId property. |
| Xmlns | (experimental) xmlns property. |
Constructors
DeleteLaunchTemplateResponse()
(experimental) Type definition for DeleteLaunchTemplateResponse.
public DeleteLaunchTemplateResponse()
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.EC2.Events;
var deleteLaunchTemplateResponse = new DeleteLaunchTemplateResponse {
LaunchTemplate = new LaunchTemplate1 {
CreatedBy = new [] { "createdBy" },
CreateTime = new [] { "createTime" },
DefaultVersionNumber = new [] { "defaultVersionNumber" },
LatestVersionNumber = new [] { "latestVersionNumber" },
LaunchTemplateId = new [] { "launchTemplateId" },
LaunchTemplateName = new [] { "launchTemplateName" }
},
RequestId = new [] { "requestId" },
Xmlns = new [] { "xmlns" }
};
Properties
LaunchTemplate
(experimental) launchTemplate property.
public InstanceEvents.AWSAPICallViaCloudTrail.ILaunchTemplate1? LaunchTemplate { get; set; }
Property Value
InstanceEvents.AWSAPICallViaCloudTrail.ILaunchTemplate1
Remarks
Specify an array of string values to match this event if the actual value of launchTemplate 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
RequestId
(experimental) requestId property.
public string[]? RequestId { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of requestId 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
Xmlns
(experimental) xmlns property.
public string[]? Xmlns { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of xmlns 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