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.
615 616 617 |
# File 'sig/types.rbs', line 615 def cloudtrail_parameters @cloudtrail_parameters end |
#destination_pattern ⇒ ::String
Returns the value of attribute destination_pattern.
612 613 614 |
# File 'sig/types.rbs', line 612 def destination_pattern @destination_pattern end |
#destination_type ⇒ "cloud-watch-logs"
Returns the value of attribute destination_type.
611 612 613 |
# File 'sig/types.rbs', line 611 def destination_type @destination_type end |
#elb_load_balancer_logging_parameters ⇒ Types::ELBLoadBalancerLoggingParameters
Returns the value of attribute elb_load_balancer_logging_parameters.
616 617 618 |
# File 'sig/types.rbs', line 616 def elb_load_balancer_logging_parameters @elb_load_balancer_logging_parameters end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
620 621 622 |
# File 'sig/types.rbs', line 620 def kms_key_arn @kms_key_arn end |
#log_delivery_parameters ⇒ Types::LogDeliveryParameters
Returns the value of attribute log_delivery_parameters.
618 619 620 |
# File 'sig/types.rbs', line 618 def log_delivery_parameters @log_delivery_parameters end |
#msk_monitoring_parameters ⇒ Types::MskMonitoringParameters
Returns the value of attribute msk_monitoring_parameters.
619 620 621 |
# File 'sig/types.rbs', line 619 def msk_monitoring_parameters @msk_monitoring_parameters end |
#retention_in_days ⇒ ::Integer
Returns the value of attribute retention_in_days.
613 614 615 |
# File 'sig/types.rbs', line 613 def retention_in_days @retention_in_days end |
#vpc_flow_log_parameters ⇒ Types::VPCFlowLogParameters
Returns the value of attribute vpc_flow_log_parameters.
614 615 616 |
# File 'sig/types.rbs', line 614 def vpc_flow_log_parameters @vpc_flow_log_parameters end |
#waf_logging_parameters ⇒ Types::WAFLoggingParameters
Returns the value of attribute waf_logging_parameters.
617 618 619 |
# File 'sig/types.rbs', line 617 def waf_logging_parameters @waf_logging_parameters end |