Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Network ¶
type Network struct { SecurityGroups []SecurityGroup NetworkWatcherFlowLogs []NetworkWatcherFlowLog }
type NetworkWatcherFlowLog ¶
type NetworkWatcherFlowLog struct {
RetentionPolicy RetentionPolicy
}
type SecurityGroup ¶
type SecurityGroup struct { InboundAllowRules []SecurityGroupRule InboundDenyRules []SecurityGroupRule OutboundAllowRules []SecurityGroupRule OutboundDenyRules []SecurityGroupRule }
type SecurityGroupRule ¶
type SecurityGroupRule struct { SourceAddresses []types.StringValue SourcePortRanges []types.StringValue DestinationAddresses []types.StringValue DestinationPortRanges []types.StringValue }
Click to show internal directories.
Click to hide internal directories.