Class: Aws::Types::RedshiftDestinationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftDestinationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
-
#cluster_jdbc_url ⇒ ::String
Returns the value of attribute cluster_jdbc_url.
-
#copy_command ⇒ Types::CopyCommand
Returns the value of attribute copy_command.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
-
#retry_options ⇒ Types::RedshiftRetryOptions
Returns the value of attribute retry_options.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#s3_backup_configuration ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3_backup_configuration.
-
#s3_backup_mode ⇒ "Disabled", "Enabled"
Returns the value of attribute s3_backup_mode.
-
#s3_configuration ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3_configuration.
-
#secrets_manager_configuration ⇒ Types::SecretsManagerConfiguration
Returns the value of attribute secrets_manager_configuration.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
831 832 833 |
# File 'sig/types.rbs', line 831 def end |
#cluster_jdbc_url ⇒ ::String
Returns the value of attribute cluster_jdbc_url.
822 823 824 |
# File 'sig/types.rbs', line 822 def cluster_jdbc_url @cluster_jdbc_url end |
#copy_command ⇒ Types::CopyCommand
Returns the value of attribute copy_command.
823 824 825 |
# File 'sig/types.rbs', line 823 def copy_command @copy_command end |
#password ⇒ ::String
Returns the value of attribute password.
825 826 827 |
# File 'sig/types.rbs', line 825 def password @password end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
828 829 830 |
# File 'sig/types.rbs', line 828 def processing_configuration @processing_configuration end |
#retry_options ⇒ Types::RedshiftRetryOptions
Returns the value of attribute retry_options.
826 827 828 |
# File 'sig/types.rbs', line 826 def end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
821 822 823 |
# File 'sig/types.rbs', line 821 def role_arn @role_arn end |
#s3_backup_configuration ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3_backup_configuration.
830 831 832 |
# File 'sig/types.rbs', line 830 def s3_backup_configuration @s3_backup_configuration end |
#s3_backup_mode ⇒ "Disabled", "Enabled"
Returns the value of attribute s3_backup_mode.
829 830 831 |
# File 'sig/types.rbs', line 829 def s3_backup_mode @s3_backup_mode end |
#s3_configuration ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3_configuration.
827 828 829 |
# File 'sig/types.rbs', line 827 def s3_configuration @s3_configuration end |
#secrets_manager_configuration ⇒ Types::SecretsManagerConfiguration
Returns the value of attribute secrets_manager_configuration.
832 833 834 |
# File 'sig/types.rbs', line 832 def secrets_manager_configuration @secrets_manager_configuration end |
#username ⇒ ::String
Returns the value of attribute username.
824 825 826 |
# File 'sig/types.rbs', line 824 def username @username end |