Interface ModelEvents.AWSAPICallViaCloudTrail.SessionIssuer

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

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

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.sagemaker.events.*;
 SessionIssuer sessionIssuer = SessionIssuer.builder()
         .accountId(List.of("accountId"))
         .arn(List.of("arn"))
         .principalId(List.of("principalId"))
         .type(List.of("type"))
         .userName(List.of("userName"))
         .build();
 
  • Method Details

    • 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

    • 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

    • 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

    • getUserName

      @Stability(Experimental) @Nullable default List<String> getUserName()
      (experimental) userName property.

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