Interface AccountEvents.AWSServiceEventViaCloudTrail.UserIdentity

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

@Stability(Experimental) public static interface AccountEvents.AWSServiceEventViaCloudTrail.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.organizations.events.*;
 UserIdentity userIdentity = UserIdentity.builder()
         .accountId(List.of("accountId"))
         .invokedBy(List.of("invokedBy"))
         .build();
 
  • Method Details