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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.SecretsManagerConfigurationProperty
CfnDeliveryStream.SecretsManagerConfigurationProperty.Builder, CfnDeliveryStream.SecretsManagerConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeliveryStream.SecretsManagerConfigurationProperty.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 ObjectSpecifies whether you want to use the secrets manager feature.final StringSpecifies the role that Firehose assumes when calling the Secrets Manager API operation.final StringThe ARN of the secret that stores your credentials.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 theCfnDeliveryStream.SecretsManagerConfigurationProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnDeliveryStream.SecretsManagerConfigurationPropertySpecifies whether you want to use the secrets manager feature.When set as
Truethe secrets manager configuration overwrites the existing secrets in the destination configuration. When it's set toFalseFirehose falls back to the credentials in the destination configuration.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnDeliveryStream.SecretsManagerConfigurationProperty- See Also:
-
getRoleArn
Description copied from interface:CfnDeliveryStream.SecretsManagerConfigurationPropertySpecifies 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:
getRoleArnin interfaceCfnDeliveryStream.SecretsManagerConfigurationProperty- See Also:
-
getSecretArn
Description copied from interface:CfnDeliveryStream.SecretsManagerConfigurationPropertyThe 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:
getSecretArnin interfaceCfnDeliveryStream.SecretsManagerConfigurationProperty- See Also:
-
$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()
-