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
  • 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

      protected Jsii$Proxy(CfnEndpointProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnEndpointProps.Builder.
  • Method Details

    • getEventBuses

      public final Object getEventBuses()
      Description copied from interface: CfnEndpointProps
      The event buses being used by the endpoint.

      Exactly : 2

      Specified by:
      getEventBuses in interface CfnEndpointProps
    • getRoutingConfig

      public final Object getRoutingConfig()
      Description copied from interface: CfnEndpointProps
      The routing configuration of the endpoint.
      Specified by:
      getRoutingConfig in interface CfnEndpointProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnEndpointProps
      A description for the endpoint.
      Specified by:
      getDescription in interface CfnEndpointProps
    • getName

      public final String getName()
      Description copied from interface: CfnEndpointProps
      The name of the endpoint.
      Specified by:
      getName in interface CfnEndpointProps
    • getReplicationConfig

      public final Object 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 a RoleArn . If you don't have a RoleArn or you don't want event replication enabled, set the state to DISABLED .

      Specified by:
      getReplicationConfig in interface CfnEndpointProps
    • getRoleArn

      public final String getRoleArn()
      Description copied from interface: CfnEndpointProps
      The ARN of the role used by event replication for the endpoint.
      Specified by:
      getRoleArn in interface CfnEndpointProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object