FlowLogInformation Class
Information on the configuration of flow log and traffic analytics (optional) .
Constructor
FlowLogInformation(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
target_resource_id
|
The ID of the resource to configure for flow log and traffic analytics (optional) . Required. |
|
properties
|
Properties of the flow log. Required. |
|
flow_analytics_configuration
|
Parameters that define the configuration of traffic analytics. |
|
identity
|
FlowLog resource Managed Identity. |
Attributes
flow_analytics_configuration
Parameters that define the configuration of traffic analytics.
flow_analytics_configuration: _models.TrafficAnalyticsProperties | None
identity
FlowLog resource Managed Identity.
identity: _models.ManagedServiceIdentity | None
properties
Properties of the flow log. Required.
properties: _models.FlowLogProperties
target_resource_id
The ID of the resource to configure for flow log and traffic analytics (optional) . Required.
target_resource_id: str