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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.HttpEndpointConfig
HttpEndpointConfig.Builder, HttpEndpointConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(HttpEndpointConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theHttpEndpointConfig.Builder.protectedJsii$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.JsonNodefinal booleanfinal SecretValueThe access key used to authenticate with the Http endpoint.final StringgetName()The name of the Http endpoint selected as the destination.final ISecretA Secrets Manager secret used to authenticate with the Http endpoint.final StringgetUrl()The URL of the Http endpoint selected as the destination.final inthashCode()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 theHttpEndpointConfig.Builder.
-
-
Method Details
-
getUrl
Description copied from interface:HttpEndpointConfigThe URL of the Http endpoint selected as the destination.- Specified by:
getUrlin interfaceHttpEndpointConfig
-
getAccessKey
Description copied from interface:HttpEndpointConfigThe access key used to authenticate with the Http endpoint.Used only when
secretis not set. If bothaccessKeyandsecretare 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:
getAccessKeyin interfaceHttpEndpointConfig
-
getName
Description copied from interface:HttpEndpointConfigThe name of the Http endpoint selected as the destination.Default: - None
- Specified by:
getNamein interfaceHttpEndpointConfig
-
getSecret
Description copied from interface:HttpEndpointConfigA 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:
getSecretin interfaceHttpEndpointConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-