Interface AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus.Jsii$Proxy
- Enclosing class:
AccountEvents.AWSServiceEventViaCloudTrail
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forAccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Filter with the Account reference
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus.Builder builder()
-