Class: Aws::Types::FlowLog

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


9775
9776
9777
# File 'sig/types.rbs', line 9775

def creation_time
  @creation_time
end

#deliver_cross_account_role::String

Returns the value of attribute deliver_cross_account_role.

Returns:

  • (::String)


9778
9779
9780
# File 'sig/types.rbs', line 9778

def 
  @deliver_cross_account_role
end

#deliver_logs_error_message::String

Returns the value of attribute deliver_logs_error_message.

Returns:

  • (::String)


9776
9777
9778
# File 'sig/types.rbs', line 9776

def deliver_logs_error_message
  @deliver_logs_error_message
end

#deliver_logs_permission_arn::String

Returns the value of attribute deliver_logs_permission_arn.

Returns:

  • (::String)


9777
9778
9779
# File 'sig/types.rbs', line 9777

def deliver_logs_permission_arn
  @deliver_logs_permission_arn
end

#deliver_logs_status::String

Returns the value of attribute deliver_logs_status.

Returns:

  • (::String)


9779
9780
9781
# File 'sig/types.rbs', line 9779

def deliver_logs_status
  @deliver_logs_status
end

#destination_optionsTypes::DestinationOptionsResponse

Returns the value of attribute destination_options.



9790
9791
9792
# File 'sig/types.rbs', line 9790

def destination_options
  @destination_options
end

#flow_log_id::String

Returns the value of attribute flow_log_id.

Returns:

  • (::String)


9780
9781
9782
# File 'sig/types.rbs', line 9780

def flow_log_id
  @flow_log_id
end

#flow_log_status::String

Returns the value of attribute flow_log_status.

Returns:

  • (::String)


9781
9782
9783
# File 'sig/types.rbs', line 9781

def flow_log_status
  @flow_log_status
end

#log_destination::String

Returns the value of attribute log_destination.

Returns:

  • (::String)


9786
9787
9788
# File 'sig/types.rbs', line 9786

def log_destination
  @log_destination
end

#log_destination_type"cloud-watch-logs", ...

Returns the value of attribute log_destination_type.

Returns:

  • ("cloud-watch-logs", "s3", "kinesis-data-firehose")


9785
9786
9787
# File 'sig/types.rbs', line 9785

def log_destination_type
  @log_destination_type
end

#log_format::String

Returns the value of attribute log_format.

Returns:

  • (::String)


9787
9788
9789
# File 'sig/types.rbs', line 9787

def log_format
  @log_format
end

#log_group_name::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


9782
9783
9784
# File 'sig/types.rbs', line 9782

def log_group_name
  @log_group_name
end

#max_aggregation_interval::Integer

Returns the value of attribute max_aggregation_interval.

Returns:

  • (::Integer)


9789
9790
9791
# File 'sig/types.rbs', line 9789

def max_aggregation_interval
  @max_aggregation_interval
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


9783
9784
9785
# File 'sig/types.rbs', line 9783

def resource_id
  @resource_id
end

#tag_field_specifications::Array[Types::TagFieldSpecificationResponse]

Returns the value of attribute tag_field_specifications.



9791
9792
9793
# File 'sig/types.rbs', line 9791

def tag_field_specifications
  @tag_field_specifications
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



9788
9789
9790
# File 'sig/types.rbs', line 9788

def tags
  @tags
end

#traffic_type"ACCEPT", ...

Returns the value of attribute traffic_type.

Returns:

  • ("ACCEPT", "REJECT", "ALL")


9784
9785
9786
# File 'sig/types.rbs', line 9784

def traffic_type
  @traffic_type
end