Show / Hide Table of Contents

Interface AutoScalingGroupEvents.EC2InstanceTerminateSuccessful.IEC2InstanceTerminateSuccessfulProps

(experimental) Props type for AutoScalingGroup aws.autoscaling@EC2InstanceTerminateSuccessful event.

Namespace: Amazon.CDK.Mixins.Preview.AWS.AutoScaling.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface AutoScalingGroupEvents.EC2InstanceTerminateSuccessful.IEC2InstanceTerminateSuccessfulProps
Syntax (vb)
Public Interface AutoScalingGroupEvents.EC2InstanceTerminateSuccessful.IEC2InstanceTerminateSuccessfulProps
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 eC2InstanceTerminateSuccessfulProps = new EC2InstanceTerminateSuccessfulProps {
                 ActivityId = new [] { "activityId" },
                 AutoScalingGroupName = new [] { "autoScalingGroupName" },
                 Cause = new [] { "cause" },
                 Description = new [] { "description" },
                 Destination = new [] { "destination" },
                 Details = new Details {
                     AvailabilityZone = new [] { "availabilityZone" },
                     SubnetId = new [] { "subnetId" }
                 },
                 Ec2InstanceId = new [] { "ec2InstanceId" },
                 EndTime = new [] { "endTime" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 Origin = new [] { "origin" },
                 RequestId = new [] { "requestId" },
                 StartTime = new [] { "startTime" },
                 StatusCode = new [] { "statusCode" },
                 StatusMessage = new [] { "statusMessage" }
             };

Synopsis

Properties

ActivityId

(experimental) ActivityId property.

AutoScalingGroupName

(experimental) AutoScalingGroupName property.

Cause

(experimental) Cause property.

Description

(experimental) Description property.

Destination

(experimental) Destination property.

Details

(experimental) Details property.

Ec2InstanceId

(experimental) EC2InstanceId property.

EndTime

(experimental) EndTime property.

EventMetadata

(experimental) EventBridge event metadata.

Origin

(experimental) Origin property.

RequestId

(experimental) RequestId property.

StartTime

(experimental) StartTime property.

StatusCode

(experimental) StatusCode property.

StatusMessage

(experimental) StatusMessage property.

Properties

ActivityId

(experimental) ActivityId property.

string[]? ActivityId { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of ActivityId 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

AutoScalingGroupName

(experimental) AutoScalingGroupName property.

string[]? AutoScalingGroupName { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of AutoScalingGroupName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Filter with the AutoScalingGroup reference

Stability: Experimental

Cause

(experimental) Cause property.

string[]? Cause { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of Cause 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

Description

(experimental) Description property.

string[]? Description { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of Description 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

Destination

(experimental) Destination property.

string[]? Destination { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of Destination 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

Details

(experimental) Details property.

AutoScalingGroupEvents.EC2InstanceTerminateSuccessful.IDetails? Details { get; }
Property Value

AutoScalingGroupEvents.EC2InstanceTerminateSuccessful.IDetails

Remarks

Specify an array of string values to match this event if the actual value of Details 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

Ec2InstanceId

(experimental) EC2InstanceId property.

string[]? Ec2InstanceId { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of EC2InstanceId 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

EndTime

(experimental) EndTime property.

string[]? EndTime { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of EndTime 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

EventMetadata

(experimental) EventBridge event metadata.

IAWSEventMetadataProps? EventMetadata { get; }
Property Value

IAWSEventMetadataProps

Remarks

Default: - -

Stability: Experimental

Origin

(experimental) Origin property.

string[]? Origin { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of Origin 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.

string[]? RequestId { get; }
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

StartTime

(experimental) StartTime property.

string[]? StartTime { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of StartTime 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

StatusCode

(experimental) StatusCode property.

string[]? StatusCode { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of StatusCode 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

StatusMessage

(experimental) StatusMessage property.

string[]? StatusMessage { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of StatusMessage 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

Back to top Generated by DocFX