Class: Aws::Types::CreateFlowLogsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFlowLogsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#deliver_cross_account_role ⇒ ::String
Returns the value of attribute deliver_cross_account_role.
-
#deliver_logs_permission_arn ⇒ ::String
Returns the value of attribute deliver_logs_permission_arn.
-
#destination_options ⇒ Types::DestinationOptionsRequest
Returns the value of attribute destination_options.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#log_destination ⇒ ::String
Returns the value of attribute log_destination.
-
#log_destination_type ⇒ "cloud-watch-logs", ...
Returns the value of attribute log_destination_type.
-
#log_format ⇒ ::String
Returns the value of attribute log_format.
-
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
-
#max_aggregation_interval ⇒ ::Integer
Returns the value of attribute max_aggregation_interval.
-
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
-
#resource_type ⇒ "VPC", ...
Returns the value of attribute resource_type.
-
#tag_field_specifications ⇒ ::Array[Types::TagFieldSpecificationRequest]
Returns the value of attribute tag_field_specifications.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#traffic_type ⇒ "ACCEPT", ...
Returns the value of attribute traffic_type.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2359 2360 2361 |
# File 'sig/types.rbs', line 2359 def client_token @client_token end |
#deliver_cross_account_role ⇒ ::String
Returns the value of attribute deliver_cross_account_role.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def deliver_cross_account_role @deliver_cross_account_role end |
#deliver_logs_permission_arn ⇒ ::String
Returns the value of attribute deliver_logs_permission_arn.
2360 2361 2362 |
# File 'sig/types.rbs', line 2360 def @deliver_logs_permission_arn end |
#destination_options ⇒ Types::DestinationOptionsRequest
Returns the value of attribute destination_options.
2371 2372 2373 |
# File 'sig/types.rbs', line 2371 def @destination_options end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2358 2359 2360 |
# File 'sig/types.rbs', line 2358 def dry_run @dry_run end |
#log_destination ⇒ ::String
Returns the value of attribute log_destination.
2367 2368 2369 |
# File 'sig/types.rbs', line 2367 def log_destination @log_destination end |
#log_destination_type ⇒ "cloud-watch-logs", ...
Returns the value of attribute log_destination_type.
2366 2367 2368 |
# File 'sig/types.rbs', line 2366 def log_destination_type @log_destination_type end |
#log_format ⇒ ::String
Returns the value of attribute log_format.
2368 2369 2370 |
# File 'sig/types.rbs', line 2368 def log_format @log_format end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def log_group_name @log_group_name end |
#max_aggregation_interval ⇒ ::Integer
Returns the value of attribute max_aggregation_interval.
2370 2371 2372 |
# File 'sig/types.rbs', line 2370 def max_aggregation_interval @max_aggregation_interval end |
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
2363 2364 2365 |
# File 'sig/types.rbs', line 2363 def resource_ids @resource_ids end |
#resource_type ⇒ "VPC", ...
Returns the value of attribute resource_type.
2364 2365 2366 |
# File 'sig/types.rbs', line 2364 def resource_type @resource_type end |
#tag_field_specifications ⇒ ::Array[Types::TagFieldSpecificationRequest]
Returns the value of attribute tag_field_specifications.
2372 2373 2374 |
# File 'sig/types.rbs', line 2372 def tag_field_specifications @tag_field_specifications end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2369 2370 2371 |
# File 'sig/types.rbs', line 2369 def tag_specifications @tag_specifications end |
#traffic_type ⇒ "ACCEPT", ...
Returns the value of attribute traffic_type.
2365 2366 2367 |
# File 'sig/types.rbs', line 2365 def traffic_type @traffic_type end |