Class EventBusAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.events.EventBusAttributes.Jsii$Proxy
- All Implemented Interfaces:
EventBusAttributes
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EventBusAttributes
@Stability(Stable)
@Internal
public static final class EventBusAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EventBusAttributes
An implementation for
EventBusAttributes
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.events.EventBusAttributes
EventBusAttributes.Builder, EventBusAttributes.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(EventBusAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theEventBusAttributes.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The ARN of this event bus resource.final String
The physical ID of this event bus resource.final String
The JSON policy of this event bus resource.final String
The partner event source to associate with this event bus resource.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theEventBusAttributes.Builder
.
-
-
Method Details
-
getEventBusArn
Description copied from interface:EventBusAttributes
The ARN of this event bus resource.- Specified by:
getEventBusArn
in interfaceEventBusAttributes
-
getEventBusName
Description copied from interface:EventBusAttributes
The physical ID of this event bus resource.- Specified by:
getEventBusName
in interfaceEventBusAttributes
-
getEventBusPolicy
Description copied from interface:EventBusAttributes
The JSON policy of this event bus resource.- Specified by:
getEventBusPolicy
in interfaceEventBusAttributes
-
getEventSourceName
Description copied from interface:EventBusAttributes
The partner event source to associate with this event bus resource.Default: - no partner event source
- Specified by:
getEventSourceName
in interfaceEventBusAttributes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-