Interface ClusterEvents.AWSAPICallViaCloudTrail.UserIdentity

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

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

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.ecs.events.*;
 UserIdentity 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();
 
  • Method Details

    • getAccessKeyId

      @Stability(Experimental) @Nullable default List<String> getAccessKeyId()
      (experimental) accessKeyId property.

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

    • getAccountId

      @Stability(Experimental) @Nullable default List<String> getAccountId()
      (experimental) accountId property.

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

    • getArn

      @Stability(Experimental) @Nullable default List<String> getArn()
      (experimental) arn property.

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

    • getInvokedBy

      @Stability(Experimental) @Nullable default List<String> getInvokedBy()
      (experimental) invokedBy property.

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

    • getPrincipalId

      @Stability(Experimental) @Nullable default List<String> getPrincipalId()
      (experimental) principalId property.

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

    • getSessionContext

      @Stability(Experimental) @Nullable default ClusterEvents.AWSAPICallViaCloudTrail.SessionContext getSessionContext()
      (experimental) sessionContext property.

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

    • getType

      @Stability(Experimental) @Nullable default List<String> getType()
      (experimental) type property.

      Specify an array of string values to match this event if the actual value of type 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 ClusterEvents.AWSAPICallViaCloudTrail.UserIdentity.Builder builder()
      Returns:
      a ClusterEvents.AWSAPICallViaCloudTrail.UserIdentity.Builder of ClusterEvents.AWSAPICallViaCloudTrail.UserIdentity