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.



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.

Returns:

  • (::String)


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.

Returns:

  • ("cloud-watch-logs")


611
612
613
# File 'sig/types.rbs', line 611

def destination_type
  @destination_type
end

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

Returns:

  • (::String)


620
621
622
# File 'sig/types.rbs', line 620

def kms_key_arn
  @kms_key_arn
end

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

Returns:

  • (::Integer)


613
614
615
# File 'sig/types.rbs', line 613

def retention_in_days
  @retention_in_days
end

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