Class: Aws::BedrockAgent::Types::RedshiftServerlessAuthConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::RedshiftServerlessAuthConfiguration
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Specifies configurations for authentication to a Redshift Serverless.
Specify the type of authentication to use in the type field and
include the corresponding field. If you specify IAM authentication,
you don't need to include another field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The type of authentication to use.
-
#username_password_secret_arn ⇒ String
The ARN of an Secrets Manager secret for authentication.
Instance Attribute Details
#type ⇒ String
The type of authentication to use.
9618 9619 9620 9621 9622 9623 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 9618 class RedshiftServerlessAuthConfiguration < Struct.new( :type, :username_password_secret_arn) SENSITIVE = [] include Aws::Structure end |
#username_password_secret_arn ⇒ String
The ARN of an Secrets Manager secret for authentication.
9618 9619 9620 9621 9622 9623 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 9618 class RedshiftServerlessAuthConfiguration < Struct.new( :type, :username_password_secret_arn) SENSITIVE = [] include Aws::Structure end |