Delivery Stream Secrets Manager Configuration
data class DeliveryStreamSecretsManagerConfiguration(val enabled: Boolean, val roleArn: String? = null, val secretArn: String? = null)
Properties
Link copied to clipboard
Link copied to clipboard
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.
Link copied to clipboard
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
.