Class: Aws::Types::TelemetryDestinationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloudtrail_parametersTypes::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.

Returns:

  • (::String)


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.

Returns:

  • ("cloud-watch-logs")


622
623
624
# File 'sig/types.rbs', line 622

def destination_type
  @destination_type
end

#elb_load_balancer_logging_parametersTypes::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.

Returns:

  • (::String)


631
632
633
# File 'sig/types.rbs', line 631

def kms_key_arn
  @kms_key_arn
end

#log_delivery_parametersTypes::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_parametersTypes::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.

Returns:

  • (::Integer)


624
625
626
# File 'sig/types.rbs', line 624

def retention_in_days
  @retention_in_days
end

#vpc_flow_log_parametersTypes::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_parametersTypes::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