Class AccountEvents
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.organizations.events.AccountEvents
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:28.961Z")
@Stability(Experimental)
public class AccountEvents
extends software.amazon.jsii.JsiiObject
(experimental) EventBridge event patterns for Account.
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.*; import software.amazon.awscdk.interfaces.organizations.*; IAccountRef accountRef; AccountEvents accountEvents = AccountEvents.fromAccount(accountRef);
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class(experimental) aws.organizations@AWSServiceEventViaCloudTrail event types for Account.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAccountEvents(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedAccountEvents(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescription(experimental) EventBridge event pattern for Account AWS Service Event via CloudTrail.awsServiceEventViaCloudTrailPattern(AccountEvents.AWSServiceEventViaCloudTrail.AWSServiceEventViaCloudTrailProps options) (experimental) EventBridge event pattern for Account AWS Service Event via CloudTrail.static AccountEventsfromAccount(IAccountRef accountRef) (experimental) Create AccountEvents from a Account reference.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
AccountEvents
protected AccountEvents(software.amazon.jsii.JsiiObjectRef objRef) -
AccountEvents
protected AccountEvents(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
fromAccount
@Stability(Experimental) @NotNull public static AccountEvents fromAccount(@NotNull IAccountRef accountRef) (experimental) Create AccountEvents from a Account reference.- Parameters:
accountRef- This parameter is required.
-
awsServiceEventViaCloudTrailPattern
@Stability(Experimental) @NotNull public EventPattern awsServiceEventViaCloudTrailPattern(@Nullable AccountEvents.AWSServiceEventViaCloudTrail.AWSServiceEventViaCloudTrailProps options) (experimental) EventBridge event pattern for Account AWS Service Event via CloudTrail.- Parameters:
options-
-
awsServiceEventViaCloudTrailPattern
(experimental) EventBridge event pattern for Account AWS Service Event via CloudTrail.
-