> For the complete documentation index, see [llms.txt](https://docs.ionos.com/ruby-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/ruby-sdk/models/flowlogproperties.md).

# FlowLogProperties

## Properties

\| **action** | **String** | Specifies the traffic action pattern. | |

\| **bucket** | **String** | The S3 bucket name of an existing IONOS Cloud S3 bucket. | |

\| **direction** | **String** | Specifies the traffic direction pattern. | |

\| **name** | **String** | The resource name. | |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::FlowLogProperties.new(
  action: ACCEPTED,

  bucket: bucketName/key,

  direction: INGRESS,

  name: My resource
)
```
