Class: Aws::CloudWatchLogs::Types::SubscriptionFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Represents a subscription filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeInteger

The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Returns:

  • (Integer)


4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4788

class SubscriptionFilter < Struct.new(
  :filter_name,
  :log_group_name,
  :filter_pattern,
  :destination_arn,
  :role_arn,
  :distribution,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#destination_arnString

The Amazon Resource Name (ARN) of the destination.

Returns:

  • (String)


4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4788

class SubscriptionFilter < Struct.new(
  :filter_name,
  :log_group_name,
  :filter_pattern,
  :destination_arn,
  :role_arn,
  :distribution,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#distributionString

The method used to distribute log data to the destination, which can be either random or grouped by log stream.

Returns:

  • (String)


4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4788

class SubscriptionFilter < Struct.new(
  :filter_name,
  :log_group_name,
  :filter_pattern,
  :destination_arn,
  :role_arn,
  :distribution,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#filter_nameString

The name of the subscription filter.

Returns:

  • (String)


4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4788

class SubscriptionFilter < Struct.new(
  :filter_name,
  :log_group_name,
  :filter_pattern,
  :destination_arn,
  :role_arn,
  :distribution,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#filter_patternString

A symbolic description of how CloudWatch Logs should interpret the data in each log event. For example, a log event can contain timestamps, IP addresses, strings, and so on. You use the filter pattern to specify what to look for in the log event message.

Returns:

  • (String)


4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4788

class SubscriptionFilter < Struct.new(
  :filter_name,
  :log_group_name,
  :filter_pattern,
  :destination_arn,
  :role_arn,
  :distribution,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#log_group_nameString

The name of the log group.

Returns:

  • (String)


4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4788

class SubscriptionFilter < Struct.new(
  :filter_name,
  :log_group_name,
  :filter_pattern,
  :destination_arn,
  :role_arn,
  :distribution,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

Returns:

  • (String)


4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4788

class SubscriptionFilter < Struct.new(
  :filter_name,
  :log_group_name,
  :filter_pattern,
  :destination_arn,
  :role_arn,
  :distribution,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end