Class CfnDeliveryStream.SecretsManagerConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.SecretsManagerConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryStream.SecretsManagerConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeliveryStream.SecretsManagerConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDeliveryStream.SecretsManagerConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeliveryStream.SecretsManagerConfigurationProperty
An implementation for
CfnDeliveryStream.SecretsManagerConfigurationProperty
-
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.CfnDeliveryStream.SecretsManagerConfigurationProperty
CfnDeliveryStream.SecretsManagerConfigurationProperty.Builder, CfnDeliveryStream.SecretsManagerConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDeliveryStream.SecretsManagerConfigurationProperty.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 Object
Specifies whether you want to use the secrets manager feature.final String
Specifies the role that Firehose assumes when calling the Secrets Manager API operation.final String
The ARN of the secret that stores your credentials.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 theCfnDeliveryStream.SecretsManagerConfigurationProperty.Builder
.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnDeliveryStream.SecretsManagerConfigurationProperty
Specifies whether you want to use the secrets manager feature.When set as
True
the secrets manager configuration overwrites the existing secrets in the destination configuration. When it's set toFalse
Firehose falls back to the credentials in the destination configuration.- Specified by:
getEnabled
in interfaceCfnDeliveryStream.SecretsManagerConfigurationProperty
- See Also:
-
getRoleArn
Description copied from interface:CfnDeliveryStream.SecretsManagerConfigurationProperty
Specifies the role that Firehose assumes when calling the Secrets Manager API operation.When you provide the role, it overrides any destination specific role defined in the destination configuration. If you do not provide the then we use the destination specific role. This parameter is required for Splunk.
- Specified by:
getRoleArn
in interfaceCfnDeliveryStream.SecretsManagerConfigurationProperty
- See Also:
-
getSecretArn
Description copied from interface:CfnDeliveryStream.SecretsManagerConfigurationProperty
The ARN of the secret that stores your credentials.It must be in the same region as the Firehose stream and the role. The secret ARN can reside in a different account than the Firehose stream and role as Firehose supports cross-account secret access. This parameter is required when Enabled is set to
True
.- Specified by:
getSecretArn
in interfaceCfnDeliveryStream.SecretsManagerConfigurationProperty
- 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()
-