Interface AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus

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

@Stability(Experimental) public static interface AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for CreateAccountStatus.

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.*;
 CreateAccountStatus 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();
 
  • 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: - Filter with the Account reference

    • getAccountName

      @Stability(Experimental) @Nullable default List<String> getAccountName()
      (experimental) accountName property.

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

    • getCompletedTimestamp

      @Stability(Experimental) @Nullable default List<String> getCompletedTimestamp()
      (experimental) completedTimestamp property.

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

    • getId

      @Stability(Experimental) @Nullable default List<String> getId()
      (experimental) id property.

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

    • getRequestedTimestamp

      @Stability(Experimental) @Nullable default List<String> getRequestedTimestamp()
      (experimental) requestedTimestamp property.

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

    • getState

      @Stability(Experimental) @Nullable default List<String> getState()
      (experimental) state property.

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

      Returns:
      a AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus.Builder of AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus