Interface EBSMultiVolumeSnapshotsCompletionStatus.EBSMultiVolumeSnapshotsCompletionStatusProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
EBSMultiVolumeSnapshotsCompletionStatus.EBSMultiVolumeSnapshotsCompletionStatusProps.Jsii$Proxy
Enclosing class:
EBSMultiVolumeSnapshotsCompletionStatus

@Stability(Experimental) public static interface EBSMultiVolumeSnapshotsCompletionStatus.EBSMultiVolumeSnapshotsCompletionStatusProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.ec2@EBSMultiVolumeSnapshotsCompletionStatus event.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.ec2.events.*;
 EBSMultiVolumeSnapshotsCompletionStatusProps eBSMultiVolumeSnapshotsCompletionStatusProps = EBSMultiVolumeSnapshotsCompletionStatusProps.builder()
         .cause(List.of("cause"))
         .endTime(List.of("endTime"))
         .event(List.of("event"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .requestId(List.of("requestId"))
         .result(List.of("result"))
         .snapshots(List.of(Snapshot.builder()
                 .snapshotId(List.of("snapshotId"))
                 .source(List.of("source"))
                 .status(List.of("status"))
                 .build()))
         .startTime(List.of("startTime"))
         .build();
 
  • Method Details

    • getCause

      @Stability(Experimental) @Nullable default List<String> getCause()
      (experimental) cause property.

      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

    • getEndTime

      @Stability(Experimental) @Nullable default List<String> getEndTime()
      (experimental) endTime property.

      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

    • getEvent

      @Stability(Experimental) @Nullable default List<String> getEvent()
      (experimental) event property.

      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

    • getEventMetadata

      @Stability(Experimental) @Nullable default AWSEventMetadataProps getEventMetadata()
      (experimental) EventBridge event metadata.

      Default: - -

    • getRequestId

      @Stability(Experimental) @Nullable default List<String> getRequestId()
      (experimental) request-id property.

      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

    • getResult

      @Stability(Experimental) @Nullable default List<String> getResult()
      (experimental) result property.

      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

    • getSnapshots

      @Stability(Experimental) @Nullable default List<EBSMultiVolumeSnapshotsCompletionStatus.Snapshot> getSnapshots()
      (experimental) snapshots property.

      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

    • getStartTime

      @Stability(Experimental) @Nullable default List<String> getStartTime()
      (experimental) startTime property.

      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

    • builder

      Returns:
      a EBSMultiVolumeSnapshotsCompletionStatus.EBSMultiVolumeSnapshotsCompletionStatusProps.Builder of EBSMultiVolumeSnapshotsCompletionStatus.EBSMultiVolumeSnapshotsCompletionStatusProps