Class: Aws::Types::HttpEndpointDestinationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#buffering_hintsTypes::HttpEndpointBufferingHints

Returns the value of attribute buffering_hints.



532
533
534
# File 'sig/types.rbs', line 532

def buffering_hints
  @buffering_hints
end

#cloud_watch_logging_optionsTypes::CloudWatchLoggingOptions

Returns the value of attribute cloud_watch_logging_options.



533
534
535
# File 'sig/types.rbs', line 533

def cloud_watch_logging_options
  @cloud_watch_logging_options
end

#endpoint_configurationTypes::HttpEndpointConfiguration

Returns the value of attribute endpoint_configuration.



531
532
533
# File 'sig/types.rbs', line 531

def endpoint_configuration
  @endpoint_configuration
end

#processing_configurationTypes::ProcessingConfiguration

Returns the value of attribute processing_configuration.



535
536
537
# File 'sig/types.rbs', line 535

def processing_configuration
  @processing_configuration
end

#request_configurationTypes::HttpEndpointRequestConfiguration

Returns the value of attribute request_configuration.



534
535
536
# File 'sig/types.rbs', line 534

def request_configuration
  @request_configuration
end

#retry_optionsTypes::HttpEndpointRetryOptions

Returns the value of attribute retry_options.



537
538
539
# File 'sig/types.rbs', line 537

def retry_options
  @retry_options
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def role_arn
  @role_arn
end

#s3_backup_mode"FailedDataOnly", "AllData"

Returns the value of attribute s3_backup_mode.

Returns:

  • ("FailedDataOnly", "AllData")


538
539
540
# File 'sig/types.rbs', line 538

def s3_backup_mode
  @s3_backup_mode
end

#s3_configurationTypes::S3DestinationConfiguration

Returns the value of attribute s3_configuration.



539
540
541
# File 'sig/types.rbs', line 539

def s3_configuration
  @s3_configuration
end

#secrets_manager_configurationTypes::SecretsManagerConfiguration

Returns the value of attribute secrets_manager_configuration.



540
541
542
# File 'sig/types.rbs', line 540

def secrets_manager_configuration
  @secrets_manager_configuration
end