Interface InstanceEvents.AWSAPICallViaCloudTrail.Attachment
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
InstanceEvents.AWSAPICallViaCloudTrail.Attachment.Jsii$Proxy
- Enclosing class:
InstanceEvents.AWSAPICallViaCloudTrail
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forInstanceEvents.AWSAPICallViaCloudTrail.Attachmentstatic final classAn implementation forInstanceEvents.AWSAPICallViaCloudTrail.Attachment -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) attachmentId property.(experimental) attachTime property.(experimental) deleteOnTermination property.(experimental) deviceIndex property.(experimental) status property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
-