Class: Aws::Types::CreateFlowLogsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2471
2472
2473
# File 'sig/types.rbs', line 2471

def client_token
  @client_token
end

#deliver_cross_account_role::String

Returns the value of attribute deliver_cross_account_role.

Returns:

  • (::String)


2473
2474
2475
# File 'sig/types.rbs', line 2473

def 
  @deliver_cross_account_role
end

#deliver_logs_permission_arn::String

Returns the value of attribute deliver_logs_permission_arn.

Returns:

  • (::String)


2472
2473
2474
# File 'sig/types.rbs', line 2472

def deliver_logs_permission_arn
  @deliver_logs_permission_arn
end

#destination_optionsTypes::DestinationOptionsRequest

Returns the value of attribute destination_options.



2483
2484
2485
# File 'sig/types.rbs', line 2483

def destination_options
  @destination_options
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2470
2471
2472
# File 'sig/types.rbs', line 2470

def dry_run
  @dry_run
end

#log_destination::String

Returns the value of attribute log_destination.

Returns:

  • (::String)


2479
2480
2481
# File 'sig/types.rbs', line 2479

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


2478
2479
2480
# File 'sig/types.rbs', line 2478

def log_destination_type
  @log_destination_type
end

#log_format::String

Returns the value of attribute log_format.

Returns:

  • (::String)


2480
2481
2482
# File 'sig/types.rbs', line 2480

def log_format
  @log_format
end

#log_group_name::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


2474
2475
2476
# File 'sig/types.rbs', line 2474

def log_group_name
  @log_group_name
end

#max_aggregation_interval::Integer

Returns the value of attribute max_aggregation_interval.

Returns:

  • (::Integer)


2482
2483
2484
# File 'sig/types.rbs', line 2482

def max_aggregation_interval
  @max_aggregation_interval
end

#resource_ids::Array[::String]

Returns the value of attribute resource_ids.

Returns:

  • (::Array[::String])


2475
2476
2477
# File 'sig/types.rbs', line 2475

def resource_ids
  @resource_ids
end

#resource_type"VPC", ...

Returns the value of attribute resource_type.

Returns:



2476
2477
2478
# File 'sig/types.rbs', line 2476

def resource_type
  @resource_type
end

#tag_field_specifications::Array[Types::TagFieldSpecificationRequest]

Returns the value of attribute tag_field_specifications.



2484
2485
2486
# File 'sig/types.rbs', line 2484

def tag_field_specifications
  @tag_field_specifications
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2481
2482
2483
# File 'sig/types.rbs', line 2481

def tag_specifications
  @tag_specifications
end

#traffic_type"ACCEPT", ...

Returns the value of attribute traffic_type.

Returns:

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


2477
2478
2479
# File 'sig/types.rbs', line 2477

def traffic_type
  @traffic_type
end