Versions in this module Expand all Collapse all v1 v1.0.2 Aug 4, 2023 v1.0.1 Aug 3, 2023 v1.0.0 Aug 3, 2023 Changes in this version + type Network struct + NetworkWatcherFlowLogs []NetworkWatcherFlowLog + SecurityGroups []SecurityGroup + type NetworkWatcherFlowLog struct + Metadata defsecTypes.Metadata + RetentionPolicy RetentionPolicy + type PortRange struct + End int + Metadata defsecTypes.Metadata + Start int + func (r PortRange) Includes(port int) bool + type RetentionPolicy struct + Days defsecTypes.IntValue + Enabled defsecTypes.BoolValue + Metadata defsecTypes.Metadata + type SecurityGroup struct + Metadata defsecTypes.Metadata + Rules []SecurityGroupRule + type SecurityGroupRule struct + Allow defsecTypes.BoolValue + DestinationAddresses []defsecTypes.StringValue + DestinationPorts []PortRange + Metadata defsecTypes.Metadata + Outbound defsecTypes.BoolValue + Protocol defsecTypes.StringValue + SourceAddresses []defsecTypes.StringValue + SourcePorts []PortRange