Class HttpEndpointConfig.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.HttpEndpointConfig.Jsii$Proxy
All Implemented Interfaces:
HttpEndpointConfig, software.amazon.jsii.JsiiSerializable
Enclosing interface:
HttpEndpointConfig

@Stability(Stable) @Internal public static final class HttpEndpointConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpEndpointConfig
An implementation for HttpEndpointConfig
  • 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.kinesisfirehose.HttpEndpointConfig

    HttpEndpointConfig.Builder, HttpEndpointConfig.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the HttpEndpointConfig.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    The access key used to authenticate with the Http endpoint.
    final String
    The name of the Http endpoint selected as the destination.
    final ISecret
    A Secrets Manager secret used to authenticate with the Http endpoint.
    final String
    The URL of the Http endpoint selected as the destination.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(HttpEndpointConfig.Builder builder)
      Constructor that initializes the object based on literal property values passed by the HttpEndpointConfig.Builder.
  • Method Details

    • getUrl

      public final String getUrl()
      Description copied from interface: HttpEndpointConfig
      The URL of the Http endpoint selected as the destination.
      Specified by:
      getUrl in interface HttpEndpointConfig
    • getAccessKey

      public final SecretValue getAccessKey()
      Description copied from interface: HttpEndpointConfig
      The access key used to authenticate with the Http endpoint.

      Used only when secret is not set. If both accessKey and secret are provided, secret (AWS Secrets Manager) takes precedence and this value is ignored. The access key is rendered into the CloudFormation template.

      Default: - none; authentication uses `secret` if provided, otherwise no access key

      Specified by:
      getAccessKey in interface HttpEndpointConfig
    • getName

      public final String getName()
      Description copied from interface: HttpEndpointConfig
      The name of the Http endpoint selected as the destination.

      Default: - None

      Specified by:
      getName in interface HttpEndpointConfig
    • getSecret

      public final ISecret getSecret()
      Description copied from interface: HttpEndpointConfig
      A Secrets Manager secret used to authenticate with the Http endpoint.

      When set, Firehose retrieves the credential from AWS Secrets Manager, and this takes precedence over accessKey.

      Default: - none; `accessKey` is used if provided

      Specified by:
      getSecret in interface HttpEndpointConfig
    • $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