Class: Aws::Types::RedshiftDestinationConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logging_optionsTypes::CloudWatchLoggingOptions

Returns the value of attribute cloud_watch_logging_options.



831
832
833
# File 'sig/types.rbs', line 831

def cloud_watch_logging_options
  @cloud_watch_logging_options
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_commandTypes::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_configurationTypes::ProcessingConfiguration

Returns the value of attribute processing_configuration.



828
829
830
# File 'sig/types.rbs', line 828

def processing_configuration
  @processing_configuration
end

#retry_optionsTypes::RedshiftRetryOptions

Returns the value of attribute retry_options.



826
827
828
# File 'sig/types.rbs', line 826

def retry_options
  @retry_options
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_configurationTypes::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_configurationTypes::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_configurationTypes::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