Class CfnEndpointProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.events.CfnEndpointProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpointProps
@Stability(Stable)
@Internal
public static final class CfnEndpointProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpointProps
An implementation for
CfnEndpointProps
-
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.CfnEndpointProps
CfnEndpointProps.Builder, CfnEndpointProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnEndpointProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEndpointProps.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
A description for the endpoint.final Object
The event buses being used by the endpoint.final String
getName()
The name of the endpoint.final Object
Whether event replication was enabled or disabled for this endpoint.final String
The ARN of the role used by event replication for the endpoint.final Object
The routing configuration of the endpoint.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 theCfnEndpointProps.Builder
.
-
-
Method Details
-
getEventBuses
Description copied from interface:CfnEndpointProps
The event buses being used by the endpoint.Exactly :
2
- Specified by:
getEventBuses
in interfaceCfnEndpointProps
- See Also:
-
getRoutingConfig
Description copied from interface:CfnEndpointProps
The routing configuration of the endpoint.- Specified by:
getRoutingConfig
in interfaceCfnEndpointProps
- See Also:
-
getDescription
Description copied from interface:CfnEndpointProps
A description for the endpoint.- Specified by:
getDescription
in interfaceCfnEndpointProps
- See Also:
-
getName
Description copied from interface:CfnEndpointProps
The name of the endpoint.- Specified by:
getName
in interfaceCfnEndpointProps
- See Also:
-
getReplicationConfig
Description copied from interface:CfnEndpointProps
Whether event replication was enabled or disabled for this endpoint.The default state is
ENABLED
which means you must supply aRoleArn
. If you don't have aRoleArn
or you don't want event replication enabled, set the state toDISABLED
.- Specified by:
getReplicationConfig
in interfaceCfnEndpointProps
- See Also:
-
getRoleArn
Description copied from interface:CfnEndpointProps
The ARN of the role used by event replication for the endpoint.- Specified by:
getRoleArn
in interfaceCfnEndpointProps
- See Also:
-
$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()
-