redshift_get_cluster_credentials_with_iam: Returns a database user name and temporary password with...

View source: R/redshift_operations.R

redshift_get_cluster_credentials_with_iamR Documentation

Returns a database user name and temporary password with temporary authorization to log in to an Amazon Redshift database

Description

Returns a database user name and temporary password with temporary authorization to log in to an Amazon Redshift database. The database user is mapped 1:1 to the source Identity and Access Management (IAM) identity. For more information about IAM identities, see IAM Identities (users, user groups, and roles) in the Amazon Web Services Identity and Access Management User Guide.

See https://www.paws-r-sdk.com/docs/redshift_get_cluster_credentials_with_iam/ for full documentation.

Usage

redshift_get_cluster_credentials_with_iam(
  DbName = NULL,
  ClusterIdentifier = NULL,
  DurationSeconds = NULL,
  CustomDomainName = NULL
)

Arguments

DbName

The name of the database for which you are requesting credentials. If the database name is specified, the IAM policy must allow access to the resource dbname for the specified database name. If the database name is not specified, access to all databases is allowed.

ClusterIdentifier

The unique identifier of the cluster that contains the database for which you are requesting credentials.

DurationSeconds

The number of seconds until the returned temporary password expires.

Range: 900-3600. Default: 900.

CustomDomainName

The custom domain name for the IAM message cluster credentials.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.