Class: Aws::Types::TelemetryConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_identifier::String

Returns the value of attribute account_identifier.

Returns:

  • (::String)


600
601
602
# File 'sig/types.rbs', line 600

def 
  @account_identifier
end

#last_update_time_stamp::Integer

Returns the value of attribute last_update_time_stamp.

Returns:

  • (::Integer)


605
606
607
# File 'sig/types.rbs', line 605

def last_update_time_stamp
  @last_update_time_stamp
end

#resource_identifier::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


603
604
605
# File 'sig/types.rbs', line 603

def resource_identifier
  @resource_identifier
end

#resource_tags::Hash[::String, ::String]

Returns the value of attribute resource_tags.

Returns:

  • (::Hash[::String, ::String])


604
605
606
# File 'sig/types.rbs', line 604

def resource_tags
  @resource_tags
end

#resource_type"AWS::EC2::Instance", ...

Returns the value of attribute resource_type.

Returns:

  • ("AWS::EC2::Instance", "AWS::EC2::VPC", "AWS::Lambda::Function", "AWS::CloudTrail", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL", "AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::Route53Resolver::ResolverEndpoint", "AWS::BedrockAgentCore::Runtime", "AWS::BedrockAgentCore::Browser", "AWS::BedrockAgentCore::CodeInterpreter", "AWS::BedrockAgentCore::Gateway", "AWS::BedrockAgentCore::Memory", "AWS::BedrockAgentCore::WorkloadIdentity", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2", "AWS::CloudWatch::OTelEnrichment", "AWS::MSK::Cluster", "AWS::S3::Bucket", "AWS::Bedrock::KnowledgeBase")


602
603
604
# File 'sig/types.rbs', line 602

def resource_type
  @resource_type
end

#telemetry_configuration_state::Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")]

Returns the value of attribute telemetry_configuration_state.

Returns:

  • (::Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")])


601
602
603
# File 'sig/types.rbs', line 601

def telemetry_configuration_state
  @telemetry_configuration_state
end

#telemetry_source_type"VPC_FLOW_LOGS", ...

Returns the value of attribute telemetry_source_type.

Returns:

  • ("VPC_FLOW_LOGS", "ROUTE53_RESOLVER_QUERY_LOGS", "EKS_AUDIT_LOGS", "EKS_AUTHENTICATOR_LOGS", "EKS_CONTROLLER_MANAGER_LOGS", "EKS_SCHEDULER_LOGS", "EKS_API_LOGS")


606
607
608
# File 'sig/types.rbs', line 606

def telemetry_source_type
  @telemetry_source_type
end