Interface InstanceEvents.AWSAPICallViaCloudTrail.Attachment

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
InstanceEvents.AWSAPICallViaCloudTrail.Attachment.Jsii$Proxy
Enclosing class:
InstanceEvents.AWSAPICallViaCloudTrail

@Stability(Experimental) public static interface InstanceEvents.AWSAPICallViaCloudTrail.Attachment extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for Attachment.

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.*;
 Attachment attachment = Attachment.builder()
         .attachmentId(List.of("attachmentId"))
         .attachTime(List.of("attachTime"))
         .deleteOnTermination(List.of("deleteOnTermination"))
         .deviceIndex(List.of("deviceIndex"))
         .status(List.of("status"))
         .build();
 
  • Method Details

    • getAttachmentId

      @Stability(Experimental) @Nullable default List<String> getAttachmentId()
      (experimental) attachmentId property.

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

    • getAttachTime

      @Stability(Experimental) @Nullable default List<String> getAttachTime()
      (experimental) attachTime property.

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

    • getDeleteOnTermination

      @Stability(Experimental) @Nullable default List<String> getDeleteOnTermination()
      (experimental) deleteOnTermination property.

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

    • getDeviceIndex

      @Stability(Experimental) @Nullable default List<String> getDeviceIndex()
      (experimental) deviceIndex property.

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

    • getStatus

      @Stability(Experimental) @Nullable default List<String> getStatus()
      (experimental) status property.

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

      @Stability(Experimental) static InstanceEvents.AWSAPICallViaCloudTrail.Attachment.Builder builder()
      Returns:
      a InstanceEvents.AWSAPICallViaCloudTrail.Attachment.Builder of InstanceEvents.AWSAPICallViaCloudTrail.Attachment