Interface RepositoryEvents.AWSAPICallViaCloudTrail.AWSAPICallViaCloudTrailProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RepositoryEvents.AWSAPICallViaCloudTrail.AWSAPICallViaCloudTrailProps.Jsii$Proxy
- Enclosing class:
RepositoryEvents.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.ecr.events.*;
AWSAPICallViaCloudTrailProps aWSAPICallViaCloudTrailProps = AWSAPICallViaCloudTrailProps.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"))
.requestId(List.of("requestId"))
.requestParameters(RequestParameters.builder()
.acceptedMediaTypes(List.of("acceptedMediaTypes"))
.imageIds(List.of(RequestParametersItem.builder()
.imageTag(List.of("imageTag"))
.build()))
.registryId(List.of("registryId"))
.repositoryName(List.of("repositoryName"))
.build())
.resources(List.of(AwsapiCallViaCloudTrailItem.builder()
.accountId(List.of("accountId"))
.arn(List.of("arn"))
.build()))
.responseElements(List.of("responseElements"))
.sourceIpAddress(List.of("sourceIpAddress"))
.userAgent(List.of("userAgent"))
.userIdentity(UserIdentity.builder()
.accessKeyId(List.of("accessKeyId"))
.accountId(List.of("accountId"))
.arn(List.of("arn"))
.invokedBy(List.of("invokedBy"))
.principalId(List.of("principalId"))
.sessionContext(SessionContext.builder()
.attributes(Attributes.builder()
.creationDate(List.of("creationDate"))
.mfaAuthenticated(List.of("mfaAuthenticated"))
.build())
.sessionIssuer(SessionIssuer.builder()
.accountId(List.of("accountId"))
.arn(List.of("arn"))
.principalId(List.of("principalId"))
.type(List.of("type"))
.userName(List.of("userName"))
.build())
.webIdFederationData(List.of("webIdFederationData"))
.build())
.type(List.of("type"))
.build())
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forRepositoryEvents.AWSAPICallViaCloudTrail.AWSAPICallViaCloudTrailProps -
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) requestID property.(experimental) requestParameters property.(experimental) resources property.(experimental) responseElements 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
-
getRequestId
(experimental) requestID property.Specify an array of string values to match this event if the actual value of requestID 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
-
getRequestParameters
@Stability(Experimental) @Nullable default RepositoryEvents.AWSAPICallViaCloudTrail.RequestParameters getRequestParameters()(experimental) requestParameters property.Specify an array of string values to match this event if the actual value of requestParameters 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
-
getResources
@Stability(Experimental) @Nullable default List<RepositoryEvents.AWSAPICallViaCloudTrail.AwsapiCallViaCloudTrailItem> getResources()(experimental) resources property.Specify an array of string values to match this event if the actual value of resources 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
-
getResponseElements
(experimental) responseElements property.Specify an array of string values to match this event if the actual value of responseElements 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 RepositoryEvents.AWSAPICallViaCloudTrail.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 RepositoryEvents.AWSAPICallViaCloudTrail.AWSAPICallViaCloudTrailProps.Builder builder()
-