Class: Aws::Types::TelemetryRuleSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_time_stamp::Integer

Returns the value of attribute created_time_stamp.

Returns:

  • (::Integer)


673
674
675
# File 'sig/types.rbs', line 673

def created_time_stamp
  @created_time_stamp
end

#last_update_time_stamp::Integer

Returns the value of attribute last_update_time_stamp.

Returns:

  • (::Integer)


674
675
676
# File 'sig/types.rbs', line 674

def last_update_time_stamp
  @last_update_time_stamp
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")


675
676
677
# File 'sig/types.rbs', line 675

def resource_type
  @resource_type
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


672
673
674
# File 'sig/types.rbs', line 672

def rule_arn
  @rule_arn
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


671
672
673
# File 'sig/types.rbs', line 671

def rule_name
  @rule_name
end

#telemetry_source_types::Array[("VPC_FLOW_LOGS" | "ROUTE53_RESOLVER_QUERY_LOGS" | "EKS_AUDIT_LOGS" | "EKS_AUTHENTICATOR_LOGS" | "EKS_CONTROLLER_MANAGER_LOGS" | "EKS_SCHEDULER_LOGS" | "EKS_API_LOGS")]

Returns the value of attribute telemetry_source_types.

Returns:

  • (::Array[("VPC_FLOW_LOGS" | "ROUTE53_RESOLVER_QUERY_LOGS" | "EKS_AUDIT_LOGS" | "EKS_AUTHENTICATOR_LOGS" | "EKS_CONTROLLER_MANAGER_LOGS" | "EKS_SCHEDULER_LOGS" | "EKS_API_LOGS")])


677
678
679
# File 'sig/types.rbs', line 677

def telemetry_source_types
  @telemetry_source_types
end

#telemetry_type"Logs", ...

Returns the value of attribute telemetry_type.

Returns:

  • ("Logs", "Metrics", "Traces")


676
677
678
# File 'sig/types.rbs', line 676

def telemetry_type
  @telemetry_type
end