Interface IEventBus.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IEventBus,IEventBusRef,IEventBusRef.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IEventBus.Jsii$Proxy
- Enclosing interface:
IEventBus
@Internal
public static interface IEventBus.Jsii$Default
extends IEventBus, IResource.Jsii$Default, IEventBusRef.Jsii$Default
Internal default implementation for
IEventBus.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.events.IEventBus
IEventBus.Jsii$Default, IEventBus.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.events.IEventBusRef
IEventBusRef.Jsii$Default, IEventBusRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault Archivearchive(String id, BaseArchiveProps props) Create an EventBridge archive to send events to.default StringThe ARN of this event bus resource.default StringThe physical ID of this event bus resource.default StringThe JSON policy of this event bus resource.default StringThe partner event source to associate with this event bus resource.default GrantgrantPutEventsTo(IGrantable grantee) Grants an IAM Principal to send custom events to the eventBus so that they can be matched to rules.default GrantgrantPutEventsTo(IGrantable grantee, String sid) Grants an IAM Principal to send custom events to the eventBus so that they can be matched to rules.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.interfaces.events.IEventBusRef.Jsii$Default
getEventBusRefMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEventBusArn
The ARN of this event bus resource.- Specified by:
getEventBusArnin interfaceIEventBus
-
getEventBusName
The physical ID of this event bus resource.- Specified by:
getEventBusNamein interfaceIEventBus
-
getEventBusPolicy
The JSON policy of this event bus resource.- Specified by:
getEventBusPolicyin interfaceIEventBus
-
getEventSourceName
The partner event source to associate with this event bus resource.- Specified by:
getEventSourceNamein interfaceIEventBus
-
archive
@Stability(Stable) @NotNull default Archive archive(@NotNull String id, @NotNull BaseArchiveProps props) Create an EventBridge archive to send events to.When you create an archive, incoming events might not immediately start being sent to the archive. Allow a short period of time for changes to take effect.
-
grantPutEventsTo
@Stability(Stable) @NotNull default Grant grantPutEventsTo(@NotNull IGrantable grantee, @Nullable String sid) Grants an IAM Principal to send custom events to the eventBus so that they can be matched to rules.- Specified by:
grantPutEventsToin interfaceIEventBus- Parameters:
grantee- The principal (no-op if undefined). This parameter is required.sid- The Statement ID used if we need to add a trust policy on the event bus.
-
grantPutEventsTo
Grants an IAM Principal to send custom events to the eventBus so that they can be matched to rules.- Specified by:
grantPutEventsToin interfaceIEventBus- Parameters:
grantee- The principal (no-op if undefined). This parameter is required.
-