Interface SecretsManagerConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SecretsManagerConfiguration.Builder,
,SecretsManagerConfiguration> SdkBuilder<SecretsManagerConfiguration.Builder,
,SecretsManagerConfiguration> SdkPojo
- Enclosing class:
SecretsManagerConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether you want to use the the secrets manager feature.Specifies the role that Firehose assumes when calling the Secrets Manager API operation.The ARN of the secret that stores your credentials.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
secretARN
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 delivery stream and role as Firehose supports cross-account secret access. This parameter is required when Enabled is set to
True
.- Parameters:
secretARN
- 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 delivery stream and role as Firehose supports cross-account secret access. This parameter is required when Enabled is set toTrue
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleARN
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.
- Parameters:
roleARN
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabled
Specifies whether you want to use the 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.- Parameters:
enabled
- Specifies whether you want to use the the secrets manager feature. When set asTrue
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-