Class: Aws::Types::HttpEndpointDestinationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::HttpEndpointDestinationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#buffering_hints ⇒ Types::HttpEndpointBufferingHints
Returns the value of attribute buffering_hints.
-
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
-
#endpoint_configuration ⇒ Types::HttpEndpointConfiguration
Returns the value of attribute endpoint_configuration.
-
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
-
#request_configuration ⇒ Types::HttpEndpointRequestConfiguration
Returns the value of attribute request_configuration.
-
#retry_options ⇒ Types::HttpEndpointRetryOptions
Returns the value of attribute retry_options.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#s3_backup_mode ⇒ "FailedDataOnly", "AllData"
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.
Instance Attribute Details
#buffering_hints ⇒ Types::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_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
533 534 535 |
# File 'sig/types.rbs', line 533 def end |
#endpoint_configuration ⇒ Types::HttpEndpointConfiguration
Returns the value of attribute endpoint_configuration.
531 532 533 |
# File 'sig/types.rbs', line 531 def endpoint_configuration @endpoint_configuration end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
535 536 537 |
# File 'sig/types.rbs', line 535 def processing_configuration @processing_configuration end |
#request_configuration ⇒ Types::HttpEndpointRequestConfiguration
Returns the value of attribute request_configuration.
534 535 536 |
# File 'sig/types.rbs', line 534 def request_configuration @request_configuration end |
#retry_options ⇒ Types::HttpEndpointRetryOptions
Returns the value of attribute retry_options.
537 538 539 |
# File 'sig/types.rbs', line 537 def end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
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.
538 539 540 |
# File 'sig/types.rbs', line 538 def s3_backup_mode @s3_backup_mode end |
#s3_configuration ⇒ Types::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_configuration ⇒ Types::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 |