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)


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

def 
  @account_identifier
end

#last_update_time_stamp::Integer

Returns the value of attribute last_update_time_stamp.

Returns:

  • (::Integer)


616
617
618
# File 'sig/types.rbs', line 616

def last_update_time_stamp
  @last_update_time_stamp
end

#resource_identifier::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


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

def resource_identifier
  @resource_identifier
end

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

Returns the value of attribute resource_tags.

Returns:

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


615
616
617
# File 'sig/types.rbs', line 615

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")


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

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")])


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

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")


617
618
619
# File 'sig/types.rbs', line 617

def telemetry_source_type
  @telemetry_source_type
end