Class: Aws::RedshiftServerless::Types::CreateNamespaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::CreateNamespaceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:admin_user_password, :admin_username]
Instance Attribute Summary collapse
-
#admin_password_secret_kms_key_id ⇒ String
The ID of the Key Management Service (KMS) key used to encrypt and store the namespace’s admin credentials secret.
-
#admin_user_password ⇒ String
The password of the administrator for the first database created in the namespace.
-
#admin_username ⇒ String
The username of the administrator for the first database created in the namespace.
-
#db_name ⇒ String
The name of the first database created in the namespace.
-
#default_iam_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.
-
#iam_roles ⇒ Array<String>
A list of IAM roles to associate with the namespace.
-
#kms_key_id ⇒ String
The ID of the Amazon Web Services Key Management Service key used to encrypt your data.
-
#log_exports ⇒ Array<String>
The types of logs the namespace can export.
-
#manage_admin_password ⇒ Boolean
If ‘true`, Amazon Redshift uses Secrets Manager to manage the namespace’s admin credentials.
-
#namespace_name ⇒ String
The name of the namespace.
-
#redshift_idc_application_arn ⇒ String
The ARN for the Redshift application that integrates with IAM Identity Center.
-
#tags ⇒ Array<Types::Tag>
A list of tag instances.
Instance Attribute Details
#admin_password_secret_kms_key_id ⇒ String
The ID of the Key Management Service (KMS) key used to encrypt and store the namespace’s admin credentials secret. You can only use this parameter if ‘manageAdminPassword` is true.
309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 309 class CreateNamespaceRequest < Struct.new( :admin_password_secret_kms_key_id, :admin_user_password, :admin_username, :db_name, :default_iam_role_arn, :iam_roles, :kms_key_id, :log_exports, :manage_admin_password, :namespace_name, :redshift_idc_application_arn, :tags) SENSITIVE = [:admin_user_password, :admin_username] include Aws::Structure end |
#admin_user_password ⇒ String
The password of the administrator for the first database created in the namespace.
You can’t use ‘adminUserPassword` if `manageAdminPassword` is true.
309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 309 class CreateNamespaceRequest < Struct.new( :admin_password_secret_kms_key_id, :admin_user_password, :admin_username, :db_name, :default_iam_role_arn, :iam_roles, :kms_key_id, :log_exports, :manage_admin_password, :namespace_name, :redshift_idc_application_arn, :tags) SENSITIVE = [:admin_user_password, :admin_username] include Aws::Structure end |
#admin_username ⇒ String
The username of the administrator for the first database created in the namespace.
309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 309 class CreateNamespaceRequest < Struct.new( :admin_password_secret_kms_key_id, :admin_user_password, :admin_username, :db_name, :default_iam_role_arn, :iam_roles, :kms_key_id, :log_exports, :manage_admin_password, :namespace_name, :redshift_idc_application_arn, :tags) SENSITIVE = [:admin_user_password, :admin_username] include Aws::Structure end |
#db_name ⇒ String
The name of the first database created in the namespace.
309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 309 class CreateNamespaceRequest < Struct.new( :admin_password_secret_kms_key_id, :admin_user_password, :admin_username, :db_name, :default_iam_role_arn, :iam_roles, :kms_key_id, :log_exports, :manage_admin_password, :namespace_name, :redshift_idc_application_arn, :tags) SENSITIVE = [:admin_user_password, :admin_username] include Aws::Structure end |
#default_iam_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.
309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 309 class CreateNamespaceRequest < Struct.new( :admin_password_secret_kms_key_id, :admin_user_password, :admin_username, :db_name, :default_iam_role_arn, :iam_roles, :kms_key_id, :log_exports, :manage_admin_password, :namespace_name, :redshift_idc_application_arn, :tags) SENSITIVE = [:admin_user_password, :admin_username] include Aws::Structure end |
#iam_roles ⇒ Array<String>
A list of IAM roles to associate with the namespace.
309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 309 class CreateNamespaceRequest < Struct.new( :admin_password_secret_kms_key_id, :admin_user_password, :admin_username, :db_name, :default_iam_role_arn, :iam_roles, :kms_key_id, :log_exports, :manage_admin_password, :namespace_name, :redshift_idc_application_arn, :tags) SENSITIVE = [:admin_user_password, :admin_username] include Aws::Structure end |
#kms_key_id ⇒ String
The ID of the Amazon Web Services Key Management Service key used to encrypt your data.
309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 309 class CreateNamespaceRequest < Struct.new( :admin_password_secret_kms_key_id, :admin_user_password, :admin_username, :db_name, :default_iam_role_arn, :iam_roles, :kms_key_id, :log_exports, :manage_admin_password, :namespace_name, :redshift_idc_application_arn, :tags) SENSITIVE = [:admin_user_password, :admin_username] include Aws::Structure end |
#log_exports ⇒ Array<String>
The types of logs the namespace can export. Available export types are ‘userlog`, `connectionlog`, and `useractivitylog`.
309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 309 class CreateNamespaceRequest < Struct.new( :admin_password_secret_kms_key_id, :admin_user_password, :admin_username, :db_name, :default_iam_role_arn, :iam_roles, :kms_key_id, :log_exports, :manage_admin_password, :namespace_name, :redshift_idc_application_arn, :tags) SENSITIVE = [:admin_user_password, :admin_username] include Aws::Structure end |
#manage_admin_password ⇒ Boolean
If ‘true`, Amazon Redshift uses Secrets Manager to manage the namespace’s admin credentials. You can’t use ‘adminUserPassword` if `manageAdminPassword` is true. If `manageAdminPassword` is false or not set, Amazon Redshift uses `adminUserPassword` for the admin user account’s password.
309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 309 class CreateNamespaceRequest < Struct.new( :admin_password_secret_kms_key_id, :admin_user_password, :admin_username, :db_name, :default_iam_role_arn, :iam_roles, :kms_key_id, :log_exports, :manage_admin_password, :namespace_name, :redshift_idc_application_arn, :tags) SENSITIVE = [:admin_user_password, :admin_username] include Aws::Structure end |
#namespace_name ⇒ String
The name of the namespace.
309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 309 class CreateNamespaceRequest < Struct.new( :admin_password_secret_kms_key_id, :admin_user_password, :admin_username, :db_name, :default_iam_role_arn, :iam_roles, :kms_key_id, :log_exports, :manage_admin_password, :namespace_name, :redshift_idc_application_arn, :tags) SENSITIVE = [:admin_user_password, :admin_username] include Aws::Structure end |
#redshift_idc_application_arn ⇒ String
The ARN for the Redshift application that integrates with IAM Identity Center.
309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 309 class CreateNamespaceRequest < Struct.new( :admin_password_secret_kms_key_id, :admin_user_password, :admin_username, :db_name, :default_iam_role_arn, :iam_roles, :kms_key_id, :log_exports, :manage_admin_password, :namespace_name, :redshift_idc_application_arn, :tags) SENSITIVE = [:admin_user_password, :admin_username] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tag instances.
309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 309 class CreateNamespaceRequest < Struct.new( :admin_password_secret_kms_key_id, :admin_user_password, :admin_username, :db_name, :default_iam_role_arn, :iam_roles, :kms_key_id, :log_exports, :manage_admin_password, :namespace_name, :redshift_idc_application_arn, :tags) SENSITIVE = [:admin_user_password, :admin_username] include Aws::Structure end |