Class: Aws::Types::TelemetryDestinationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TelemetryDestinationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloudtrail_parameters ⇒ Types::CloudtrailParameters
Returns the value of attribute cloudtrail_parameters.
-
#destination_pattern ⇒ ::String
Returns the value of attribute destination_pattern.
-
#destination_type ⇒ "cloud-watch-logs"
Returns the value of attribute destination_type.
-
#elb_load_balancer_logging_parameters ⇒ Types::ELBLoadBalancerLoggingParameters
Returns the value of attribute elb_load_balancer_logging_parameters.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#log_delivery_parameters ⇒ Types::LogDeliveryParameters
Returns the value of attribute log_delivery_parameters.
-
#msk_monitoring_parameters ⇒ Types::MskMonitoringParameters
Returns the value of attribute msk_monitoring_parameters.
-
#retention_in_days ⇒ ::Integer
Returns the value of attribute retention_in_days.
-
#vpc_flow_log_parameters ⇒ Types::VPCFlowLogParameters
Returns the value of attribute vpc_flow_log_parameters.
-
#waf_logging_parameters ⇒ Types::WAFLoggingParameters
Returns the value of attribute waf_logging_parameters.
Instance Attribute Details
#cloudtrail_parameters ⇒ Types::CloudtrailParameters
Returns the value of attribute cloudtrail_parameters.
626 627 628 |
# File 'sig/types.rbs', line 626 def cloudtrail_parameters @cloudtrail_parameters end |
#destination_pattern ⇒ ::String
Returns the value of attribute destination_pattern.
623 624 625 |
# File 'sig/types.rbs', line 623 def destination_pattern @destination_pattern end |
#destination_type ⇒ "cloud-watch-logs"
Returns the value of attribute destination_type.
622 623 624 |
# File 'sig/types.rbs', line 622 def destination_type @destination_type end |
#elb_load_balancer_logging_parameters ⇒ Types::ELBLoadBalancerLoggingParameters
Returns the value of attribute elb_load_balancer_logging_parameters.
627 628 629 |
# File 'sig/types.rbs', line 627 def elb_load_balancer_logging_parameters @elb_load_balancer_logging_parameters end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
631 632 633 |
# File 'sig/types.rbs', line 631 def kms_key_arn @kms_key_arn end |
#log_delivery_parameters ⇒ Types::LogDeliveryParameters
Returns the value of attribute log_delivery_parameters.
629 630 631 |
# File 'sig/types.rbs', line 629 def log_delivery_parameters @log_delivery_parameters end |
#msk_monitoring_parameters ⇒ Types::MskMonitoringParameters
Returns the value of attribute msk_monitoring_parameters.
630 631 632 |
# File 'sig/types.rbs', line 630 def msk_monitoring_parameters @msk_monitoring_parameters end |
#retention_in_days ⇒ ::Integer
Returns the value of attribute retention_in_days.
624 625 626 |
# File 'sig/types.rbs', line 624 def retention_in_days @retention_in_days end |
#vpc_flow_log_parameters ⇒ Types::VPCFlowLogParameters
Returns the value of attribute vpc_flow_log_parameters.
625 626 627 |
# File 'sig/types.rbs', line 625 def vpc_flow_log_parameters @vpc_flow_log_parameters end |
#waf_logging_parameters ⇒ Types::WAFLoggingParameters
Returns the value of attribute waf_logging_parameters.
628 629 630 |
# File 'sig/types.rbs', line 628 def waf_logging_parameters @waf_logging_parameters end |