Class: Aws::Redshift::Types::GetClusterCredentialsWithIAMMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::GetClusterCredentialsWithIAMMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ String
The unique identifier of the cluster that contains the database for which you are requesting credentials.
-
#custom_domain_name ⇒ String
The custom domain name for the IAM message cluster credentials.
-
#db_name ⇒ String
The name of the database for which you are requesting credentials.
-
#duration_seconds ⇒ Integer
The number of seconds until the returned temporary password expires.
Instance Attribute Details
#cluster_identifier ⇒ String
The unique identifier of the cluster that contains the database for which you are requesting credentials.
6782 6783 6784 6785 6786 6787 6788 6789 |
# File 'lib/aws-sdk-redshift/types.rb', line 6782 class GetClusterCredentialsWithIAMMessage < Struct.new( :db_name, :cluster_identifier, :duration_seconds, :custom_domain_name) SENSITIVE = [] include Aws::Structure end |
#custom_domain_name ⇒ String
The custom domain name for the IAM message cluster credentials.
6782 6783 6784 6785 6786 6787 6788 6789 |
# File 'lib/aws-sdk-redshift/types.rb', line 6782 class GetClusterCredentialsWithIAMMessage < Struct.new( :db_name, :cluster_identifier, :duration_seconds, :custom_domain_name) SENSITIVE = [] include Aws::Structure end |
#db_name ⇒ String
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.
6782 6783 6784 6785 6786 6787 6788 6789 |
# File 'lib/aws-sdk-redshift/types.rb', line 6782 class GetClusterCredentialsWithIAMMessage < Struct.new( :db_name, :cluster_identifier, :duration_seconds, :custom_domain_name) SENSITIVE = [] include Aws::Structure end |
#duration_seconds ⇒ Integer
The number of seconds until the returned temporary password expires.
Range: 900-3600. Default: 900.
6782 6783 6784 6785 6786 6787 6788 6789 |
# File 'lib/aws-sdk-redshift/types.rb', line 6782 class GetClusterCredentialsWithIAMMessage < Struct.new( :db_name, :cluster_identifier, :duration_seconds, :custom_domain_name) SENSITIVE = [] include Aws::Structure end |