# FlowLogProperties

## Properties

| Name          | Type                                | Description                                              | Notes |
| ------------- | ----------------------------------- | -------------------------------------------------------- | ----- |
| **action**    | [**ActionEnum**](#ActionEnum)       | Specifies the traffic action pattern.                    |       |
| **bucket**    | **String**                          | The S3 bucket name of an existing IONOS Cloud S3 bucket. |       |
| **direction** | [**DirectionEnum**](#DirectionEnum) | Specifies the traffic direction pattern.                 |       |
| **name**      | **String**                          | The resource name.                                       |       |

## Enum: ActionEnum

| Name     | Value      |
| -------- | ---------- |
| ACCEPTED | "ACCEPTED" |
| REJECTED | "REJECTED" |
| ALL      | "ALL"      |

## Enum: DirectionEnum

| Name          | Value           |
| ------------- | --------------- |
| INGRESS       | "INGRESS"       |
| EGRESS        | "EGRESS"        |
| BIDIRECTIONAL | "BIDIRECTIONAL" |
