Class RedshiftServerlessAuthConfiguration

java.lang.Object
software.amazon.awssdk.services.bedrockagent.model.RedshiftServerlessAuthConfiguration
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<RedshiftServerlessAuthConfiguration.Builder,RedshiftServerlessAuthConfiguration>

@Generated("software.amazon.awssdk:codegen") public final class RedshiftServerlessAuthConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RedshiftServerlessAuthConfiguration.Builder,RedshiftServerlessAuthConfiguration>

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.

See Also: