FlowLogInformation Class
Information on the configuration of flow log.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
FlowLogInformation
Constructor
FlowLogInformation(*, target_resource_id: str, storage_id: str, enabled: bool, retention_policy: typing.Union[_ForwardRef('RetentionPolicyParameters'), NoneType] = None, **kwargs)
Parameters
- target_resource_id
- str
Required. The ID of the resource to configure for flow logging.
- storage_id
- str
Required. ID of the storage account which is used to store the flow log.
- enabled
- bool
Required. Flag to enable/disable flow logging.
- retention_policy
- RetentionPolicyParameters
Parameters that define the retention policy for flow log.
Feedback
Submit and view feedback for