Interface EBSSnapshotNotification.EBSSnapshotNotificationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EBSSnapshotNotification.EBSSnapshotNotificationProps.Jsii$Proxy
- Enclosing class:
EBSSnapshotNotification
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.*;
EBSSnapshotNotificationProps eBSSnapshotNotificationProps = EBSSnapshotNotificationProps.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"))
.snapshotId(List.of("snapshotId"))
.source(List.of("source"))
.startTime(List.of("startTime"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forEBSSnapshotNotification.EBSSnapshotNotificationPropsstatic final classAn implementation forEBSSnapshotNotification.EBSSnapshotNotificationProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()getCause()(experimental) cause property.(experimental) EndTime property.getEvent()(experimental) event property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) request-id property.(experimental) result property.(experimental) snapshot_id property.(experimental) source property.(experimental) StartTime property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getSnapshotId
(experimental) snapshot_id property.Specify an array of string values to match this event if the actual value of snapshot_id is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getSource
(experimental) source property.Specify an array of string values to match this event if the actual value of source is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static EBSSnapshotNotification.EBSSnapshotNotificationProps.Builder builder()
-