Show / Hide Table of Contents

Class EBSMultiVolumeSnapshotsCompletionStatus.EBSMultiVolumeSnapshotsCompletionStatusProps

(experimental) Props type for aws.ec2@EBSMultiVolumeSnapshotsCompletionStatus event.

Inheritance
object
EBSMultiVolumeSnapshotsCompletionStatus.EBSMultiVolumeSnapshotsCompletionStatusProps
Implements
EBSMultiVolumeSnapshotsCompletionStatus.IEBSMultiVolumeSnapshotsCompletionStatusProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class EBSMultiVolumeSnapshotsCompletionStatus.EBSMultiVolumeSnapshotsCompletionStatusProps : EBSMultiVolumeSnapshotsCompletionStatus.IEBSMultiVolumeSnapshotsCompletionStatusProps
Syntax (vb)
Public Class EBSMultiVolumeSnapshotsCompletionStatus.EBSMultiVolumeSnapshotsCompletionStatusProps Implements EBSMultiVolumeSnapshotsCompletionStatus.IEBSMultiVolumeSnapshotsCompletionStatusProps
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 eBSMultiVolumeSnapshotsCompletionStatusProps = new EBSMultiVolumeSnapshotsCompletionStatusProps {
                 Cause = new [] { "cause" },
                 EndTime = new [] { "endTime" },
                 Event = new [] { "event" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 RequestId = new [] { "requestId" },
                 Result = new [] { "result" },
                 Snapshots = new [] { new Snapshot {
                     SnapshotId = new [] { "snapshotId" },
                     Source = new [] { "source" },
                     Status = new [] { "status" }
                 } },
                 StartTime = new [] { "startTime" }
             };

Synopsis

Constructors

EBSMultiVolumeSnapshotsCompletionStatusProps()

(experimental) Props type for aws.ec2@EBSMultiVolumeSnapshotsCompletionStatus event.

Properties

Cause

(experimental) cause property.

EndTime

(experimental) endTime property.

Event

(experimental) event property.

EventMetadata

(experimental) EventBridge event metadata.

RequestId

(experimental) request-id property.

Result

(experimental) result property.

Snapshots

(experimental) snapshots property.

StartTime

(experimental) startTime property.

Constructors

EBSMultiVolumeSnapshotsCompletionStatusProps()

(experimental) Props type for aws.ec2@EBSMultiVolumeSnapshotsCompletionStatus event.

public EBSMultiVolumeSnapshotsCompletionStatusProps()
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 eBSMultiVolumeSnapshotsCompletionStatusProps = new EBSMultiVolumeSnapshotsCompletionStatusProps {
                 Cause = new [] { "cause" },
                 EndTime = new [] { "endTime" },
                 Event = new [] { "event" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 RequestId = new [] { "requestId" },
                 Result = new [] { "result" },
                 Snapshots = new [] { new Snapshot {
                     SnapshotId = new [] { "snapshotId" },
                     Source = new [] { "source" },
                     Status = new [] { "status" }
                 } },
                 StartTime = new [] { "startTime" }
             };

Properties

Cause

(experimental) cause property.

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

EndTime

(experimental) endTime property.

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

Event

(experimental) event property.

public string[]? Event { get; set; }
Property Value

string[]

Remarks

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

public IAWSEventMetadataProps? EventMetadata { get; set; }
Property Value

IAWSEventMetadataProps

Remarks

Default: - -

Stability: Experimental

RequestId

(experimental) request-id 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 request-id 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

Result

(experimental) result property.

public string[]? Result { get; set; }
Property Value

string[]

Remarks

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

Snapshots

(experimental) snapshots property.

public EBSMultiVolumeSnapshotsCompletionStatus.ISnapshot[]? Snapshots { get; set; }
Property Value

ISnapshot[]

Remarks

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

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

Implements

EBSMultiVolumeSnapshotsCompletionStatus.IEBSMultiVolumeSnapshotsCompletionStatusProps
Back to top Generated by DocFX