Interface AccountEvents.AWSServiceEventViaCloudTrail.AWSServiceEventViaCloudTrailProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AccountEvents.AWSServiceEventViaCloudTrail.AWSServiceEventViaCloudTrailProps.Jsii$Proxy
- Enclosing class:
AccountEvents.AWSServiceEventViaCloudTrail
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.organizations.events.*;
AWSServiceEventViaCloudTrailProps aWSServiceEventViaCloudTrailProps = AWSServiceEventViaCloudTrailProps.builder()
.awsRegion(List.of("awsRegion"))
.eventId(List.of("eventId"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.eventName(List.of("eventName"))
.eventSource(List.of("eventSource"))
.eventTime(List.of("eventTime"))
.eventType(List.of("eventType"))
.eventVersion(List.of("eventVersion"))
.readOnly(List.of("readOnly"))
.serviceEventDetails(ServiceEventDetails.builder()
.createAccountStatus(CreateAccountStatus.builder()
.accountId(List.of("accountId"))
.accountName(List.of("accountName"))
.completedTimestamp(List.of("completedTimestamp"))
.id(List.of("id"))
.requestedTimestamp(List.of("requestedTimestamp"))
.state(List.of("state"))
.build())
.build())
.sourceIpAddress(List.of("sourceIpAddress"))
.userAgent(List.of("userAgent"))
.userIdentity(UserIdentity.builder()
.accountId(List.of("accountId"))
.invokedBy(List.of("invokedBy"))
.build())
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forAccountEvents.AWSServiceEventViaCloudTrail.AWSServiceEventViaCloudTrailProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) awsRegion property.(experimental) eventID property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) eventName property.(experimental) eventSource property.(experimental) eventTime property.(experimental) eventType property.(experimental) eventVersion property.(experimental) readOnly property.(experimental) serviceEventDetails property.(experimental) sourceIPAddress property.(experimental) userAgent property.(experimental) userIdentity property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAwsRegion
(experimental) awsRegion property.Specify an array of string values to match this event if the actual value of awsRegion 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
-
getEventId
(experimental) eventID property.Specify an array of string values to match this event if the actual value of eventID 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: - -
-
getEventName
(experimental) eventName property.Specify an array of string values to match this event if the actual value of eventName 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
-
getEventSource
(experimental) eventSource property.Specify an array of string values to match this event if the actual value of eventSource 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
-
getEventTime
(experimental) eventTime property.Specify an array of string values to match this event if the actual value of eventTime 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
-
getEventType
(experimental) eventType property.Specify an array of string values to match this event if the actual value of eventType 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
-
getEventVersion
(experimental) eventVersion property.Specify an array of string values to match this event if the actual value of eventVersion 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
-
getReadOnly
(experimental) readOnly property.Specify an array of string values to match this event if the actual value of readOnly 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
-
getServiceEventDetails
@Stability(Experimental) @Nullable default AccountEvents.AWSServiceEventViaCloudTrail.ServiceEventDetails getServiceEventDetails()(experimental) serviceEventDetails property.Specify an array of string values to match this event if the actual value of serviceEventDetails 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
-
getSourceIpAddress
(experimental) sourceIPAddress property.Specify an array of string values to match this event if the actual value of sourceIPAddress 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
-
getUserAgent
(experimental) userAgent property.Specify an array of string values to match this event if the actual value of userAgent 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
-
getUserIdentity
@Stability(Experimental) @Nullable default AccountEvents.AWSServiceEventViaCloudTrail.UserIdentity getUserIdentity()(experimental) userIdentity property.Specify an array of string values to match this event if the actual value of userIdentity 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 AccountEvents.AWSServiceEventViaCloudTrail.AWSServiceEventViaCloudTrailProps.Builder builder()
-