azure-native.network.getFirewallPolicyRuleCollectionGroup
Explore with Pulumi AI
Gets the specified FirewallPolicyRuleCollectionGroup. API Version: 2020-11-01.
Using getFirewallPolicyRuleCollectionGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getFirewallPolicyRuleCollectionGroup(args: GetFirewallPolicyRuleCollectionGroupArgs, opts?: InvokeOptions): Promise<GetFirewallPolicyRuleCollectionGroupResult>
function getFirewallPolicyRuleCollectionGroupOutput(args: GetFirewallPolicyRuleCollectionGroupOutputArgs, opts?: InvokeOptions): Output<GetFirewallPolicyRuleCollectionGroupResult>
def get_firewall_policy_rule_collection_group(firewall_policy_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
rule_collection_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFirewallPolicyRuleCollectionGroupResult
def get_firewall_policy_rule_collection_group_output(firewall_policy_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
rule_collection_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFirewallPolicyRuleCollectionGroupResult]
func LookupFirewallPolicyRuleCollectionGroup(ctx *Context, args *LookupFirewallPolicyRuleCollectionGroupArgs, opts ...InvokeOption) (*LookupFirewallPolicyRuleCollectionGroupResult, error)
func LookupFirewallPolicyRuleCollectionGroupOutput(ctx *Context, args *LookupFirewallPolicyRuleCollectionGroupOutputArgs, opts ...InvokeOption) LookupFirewallPolicyRuleCollectionGroupResultOutput
> Note: This function is named LookupFirewallPolicyRuleCollectionGroup
in the Go SDK.
public static class GetFirewallPolicyRuleCollectionGroup
{
public static Task<GetFirewallPolicyRuleCollectionGroupResult> InvokeAsync(GetFirewallPolicyRuleCollectionGroupArgs args, InvokeOptions? opts = null)
public static Output<GetFirewallPolicyRuleCollectionGroupResult> Invoke(GetFirewallPolicyRuleCollectionGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFirewallPolicyRuleCollectionGroupResult> getFirewallPolicyRuleCollectionGroup(GetFirewallPolicyRuleCollectionGroupArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:network:getFirewallPolicyRuleCollectionGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Firewall
Policy stringName The name of the Firewall Policy.
- Resource
Group stringName The name of the resource group.
- Rule
Collection stringGroup Name The name of the FirewallPolicyRuleCollectionGroup.
- Firewall
Policy stringName The name of the Firewall Policy.
- Resource
Group stringName The name of the resource group.
- Rule
Collection stringGroup Name The name of the FirewallPolicyRuleCollectionGroup.
- firewall
Policy StringName The name of the Firewall Policy.
- resource
Group StringName The name of the resource group.
- rule
Collection StringGroup Name The name of the FirewallPolicyRuleCollectionGroup.
- firewall
Policy stringName The name of the Firewall Policy.
- resource
Group stringName The name of the resource group.
- rule
Collection stringGroup Name The name of the FirewallPolicyRuleCollectionGroup.
- firewall_
policy_ strname The name of the Firewall Policy.
- resource_
group_ strname The name of the resource group.
- rule_
collection_ strgroup_ name The name of the FirewallPolicyRuleCollectionGroup.
- firewall
Policy StringName The name of the Firewall Policy.
- resource
Group StringName The name of the resource group.
- rule
Collection StringGroup Name The name of the FirewallPolicyRuleCollectionGroup.
getFirewallPolicyRuleCollectionGroup Result
The following output properties are available:
- Etag string
A unique read-only string that changes whenever the resource is updated.
- Provisioning
State string The provisioning state of the firewall policy rule collection group resource.
- Type string
Rule Group type.
- Id string
Resource ID.
- Name string
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- Priority int
Priority of the Firewall Policy Rule Collection Group resource.
- Rule
Collections List<Union<Pulumi.Azure Native. Network. Outputs. Firewall Policy Filter Rule Collection Response, Pulumi. Azure Native. Network. Outputs. Firewall Policy Nat Rule Collection Response>> Group of Firewall Policy rule collections.
- Etag string
A unique read-only string that changes whenever the resource is updated.
- Provisioning
State string The provisioning state of the firewall policy rule collection group resource.
- Type string
Rule Group type.
- Id string
Resource ID.
- Name string
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- Priority int
Priority of the Firewall Policy Rule Collection Group resource.
- Rule
Collections []interface{} Group of Firewall Policy rule collections.
- etag String
A unique read-only string that changes whenever the resource is updated.
- provisioning
State String The provisioning state of the firewall policy rule collection group resource.
- type String
Rule Group type.
- id String
Resource ID.
- name String
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- priority Integer
Priority of the Firewall Policy Rule Collection Group resource.
- rule
Collections List<Either<FirewallPolicy Filter Rule Collection Response,Firewall Policy Nat Rule Collection Response>> Group of Firewall Policy rule collections.
- etag string
A unique read-only string that changes whenever the resource is updated.
- provisioning
State string The provisioning state of the firewall policy rule collection group resource.
- type string
Rule Group type.
- id string
Resource ID.
- name string
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- priority number
Priority of the Firewall Policy Rule Collection Group resource.
- rule
Collections (FirewallPolicy Filter Rule Collection Response | Firewall Policy Nat Rule Collection Response)[] Group of Firewall Policy rule collections.
- etag str
A unique read-only string that changes whenever the resource is updated.
- provisioning_
state str The provisioning state of the firewall policy rule collection group resource.
- type str
Rule Group type.
- id str
Resource ID.
- name str
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- priority int
Priority of the Firewall Policy Rule Collection Group resource.
- rule_
collections Sequence[Any] Group of Firewall Policy rule collections.
- etag String
A unique read-only string that changes whenever the resource is updated.
- provisioning
State String The provisioning state of the firewall policy rule collection group resource.
- type String
Rule Group type.
- id String
Resource ID.
- name String
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- priority Number
Priority of the Firewall Policy Rule Collection Group resource.
- rule
Collections List<Property Map | Property Map> Group of Firewall Policy rule collections.
Supporting Types
ApplicationRuleResponse
- Description string
Description of the rule.
- Destination
Addresses List<string> List of destination IP addresses or Service Tags.
- List<string>
List of FQDN Tags for this rule.
- Name string
Name of the rule.
- Protocols
List<Pulumi.
Azure Native. Network. Inputs. Firewall Policy Rule Application Protocol Response> Array of Application Protocols.
- Source
Addresses List<string> List of source IP addresses for this rule.
- Source
Ip List<string>Groups List of source IpGroups for this rule.
- Target
Fqdns List<string> List of FQDNs for this rule.
- Target
Urls List<string> List of Urls for this rule condition.
- Terminate
TLS bool Terminate TLS connections for this rule.
- Web
Categories List<string> List of destination azure web categories.
- Description string
Description of the rule.
- Destination
Addresses []string List of destination IP addresses or Service Tags.
- []string
List of FQDN Tags for this rule.
- Name string
Name of the rule.
- Protocols
[]Firewall
Policy Rule Application Protocol Response Array of Application Protocols.
- Source
Addresses []string List of source IP addresses for this rule.
- Source
Ip []stringGroups List of source IpGroups for this rule.
- Target
Fqdns []string List of FQDNs for this rule.
- Target
Urls []string List of Urls for this rule condition.
- Terminate
TLS bool Terminate TLS connections for this rule.
- Web
Categories []string List of destination azure web categories.
- description String
Description of the rule.
- destination
Addresses List<String> List of destination IP addresses or Service Tags.
- List<String>
List of FQDN Tags for this rule.
- name String
Name of the rule.
- protocols
List<Firewall
Policy Rule Application Protocol Response> Array of Application Protocols.
- source
Addresses List<String> List of source IP addresses for this rule.
- source
Ip List<String>Groups List of source IpGroups for this rule.
- target
Fqdns List<String> List of FQDNs for this rule.
- target
Urls List<String> List of Urls for this rule condition.
- terminate
TLS Boolean Terminate TLS connections for this rule.
- web
Categories List<String> List of destination azure web categories.
- description string
Description of the rule.
- destination
Addresses string[] List of destination IP addresses or Service Tags.
- string[]
List of FQDN Tags for this rule.
- name string
Name of the rule.
- protocols
Firewall
Policy Rule Application Protocol Response[] Array of Application Protocols.
- source
Addresses string[] List of source IP addresses for this rule.
- source
Ip string[]Groups List of source IpGroups for this rule.
- target
Fqdns string[] List of FQDNs for this rule.
- target
Urls string[] List of Urls for this rule condition.
- terminate
TLS boolean Terminate TLS connections for this rule.
- web
Categories string[] List of destination azure web categories.
- description str
Description of the rule.
- destination_
addresses Sequence[str] List of destination IP addresses or Service Tags.
- Sequence[str]
List of FQDN Tags for this rule.
- name str
Name of the rule.
- protocols
Sequence[Firewall
Policy Rule Application Protocol Response] Array of Application Protocols.
- source_
addresses Sequence[str] List of source IP addresses for this rule.
- source_
ip_ Sequence[str]groups List of source IpGroups for this rule.
- target_
fqdns Sequence[str] List of FQDNs for this rule.
- target_
urls Sequence[str] List of Urls for this rule condition.
- terminate_
tls bool Terminate TLS connections for this rule.
- web_
categories Sequence[str] List of destination azure web categories.
- description String
Description of the rule.
- destination
Addresses List<String> List of destination IP addresses or Service Tags.
- List<String>
List of FQDN Tags for this rule.
- name String
Name of the rule.
- protocols List<Property Map>
Array of Application Protocols.
- source
Addresses List<String> List of source IP addresses for this rule.
- source
Ip List<String>Groups List of source IpGroups for this rule.
- target
Fqdns List<String> List of FQDNs for this rule.
- target
Urls List<String> List of Urls for this rule condition.
- terminate
TLS Boolean Terminate TLS connections for this rule.
- web
Categories List<String> List of destination azure web categories.
FirewallPolicyFilterRuleCollectionActionResponse
- Type string
The type of action.
- Type string
The type of action.
- type String
The type of action.
- type string
The type of action.
- type str
The type of action.
- type String
The type of action.
FirewallPolicyFilterRuleCollectionResponse
- Action
Pulumi.
Azure Native. Network. Inputs. Firewall Policy Filter Rule Collection Action Response The action type of a Filter rule collection.
- Name string
The name of the rule collection.
- Priority int
Priority of the Firewall Policy Rule Collection resource.
- Rules List<object>
List of rules included in a rule collection.
- Action
Firewall
Policy Filter Rule Collection Action Response The action type of a Filter rule collection.
- Name string
The name of the rule collection.
- Priority int
Priority of the Firewall Policy Rule Collection resource.
- Rules []interface{}
List of rules included in a rule collection.
- action
Firewall
Policy Filter Rule Collection Action Response The action type of a Filter rule collection.
- name String
The name of the rule collection.
- priority Integer
Priority of the Firewall Policy Rule Collection resource.
- rules List<Object>
List of rules included in a rule collection.
- action
Firewall
Policy Filter Rule Collection Action Response The action type of a Filter rule collection.
- name string
The name of the rule collection.
- priority number
Priority of the Firewall Policy Rule Collection resource.
- rules
(Application
Rule Response | Nat Rule Response | Network Rule Response)[] List of rules included in a rule collection.
- action
Firewall
Policy Filter Rule Collection Action Response The action type of a Filter rule collection.
- name str
The name of the rule collection.
- priority int
Priority of the Firewall Policy Rule Collection resource.
- rules
Sequence[Union[Application
Rule Response, Nat Rule Response, Network Rule Response]] List of rules included in a rule collection.
- action Property Map
The action type of a Filter rule collection.
- name String
The name of the rule collection.
- priority Number
Priority of the Firewall Policy Rule Collection resource.
- rules List<Property Map | Property Map | Property Map>
List of rules included in a rule collection.
FirewallPolicyNatRuleCollectionActionResponse
- Type string
The type of action.
- Type string
The type of action.
- type String
The type of action.
- type string
The type of action.
- type str
The type of action.
- type String
The type of action.
FirewallPolicyNatRuleCollectionResponse
- Action
Pulumi.
Azure Native. Network. Inputs. Firewall Policy Nat Rule Collection Action Response The action type of a Nat rule collection.
- Name string
The name of the rule collection.
- Priority int
Priority of the Firewall Policy Rule Collection resource.
- Rules List<object>
List of rules included in a rule collection.
- Action
Firewall
Policy Nat Rule Collection Action Response The action type of a Nat rule collection.
- Name string
The name of the rule collection.
- Priority int
Priority of the Firewall Policy Rule Collection resource.
- Rules []interface{}
List of rules included in a rule collection.
- action
Firewall
Policy Nat Rule Collection Action Response The action type of a Nat rule collection.
- name String
The name of the rule collection.
- priority Integer
Priority of the Firewall Policy Rule Collection resource.
- rules List<Object>
List of rules included in a rule collection.
- action
Firewall
Policy Nat Rule Collection Action Response The action type of a Nat rule collection.
- name string
The name of the rule collection.
- priority number
Priority of the Firewall Policy Rule Collection resource.
- rules
(Application
Rule Response | Nat Rule Response | Network Rule Response)[] List of rules included in a rule collection.
- action
Firewall
Policy Nat Rule Collection Action Response The action type of a Nat rule collection.
- name str
The name of the rule collection.
- priority int
Priority of the Firewall Policy Rule Collection resource.
- rules
Sequence[Union[Application
Rule Response, Nat Rule Response, Network Rule Response]] List of rules included in a rule collection.
- action Property Map
The action type of a Nat rule collection.
- name String
The name of the rule collection.
- priority Number
Priority of the Firewall Policy Rule Collection resource.
- rules List<Property Map | Property Map | Property Map>
List of rules included in a rule collection.
FirewallPolicyRuleApplicationProtocolResponse
- Port int
Port number for the protocol, cannot be greater than 64000.
- Protocol
Type string Protocol type.
- Port int
Port number for the protocol, cannot be greater than 64000.
- Protocol
Type string Protocol type.
- port Integer
Port number for the protocol, cannot be greater than 64000.
- protocol
Type String Protocol type.
- port number
Port number for the protocol, cannot be greater than 64000.
- protocol
Type string Protocol type.
- port int
Port number for the protocol, cannot be greater than 64000.
- protocol_
type str Protocol type.
- port Number
Port number for the protocol, cannot be greater than 64000.
- protocol
Type String Protocol type.
NatRuleResponse
- Description string
Description of the rule.
- Destination
Addresses List<string> List of destination IP addresses or Service Tags.
- Destination
Ports List<string> List of destination ports.
- Ip
Protocols List<string> Array of FirewallPolicyRuleNetworkProtocols.
- Name string
Name of the rule.
- Source
Addresses List<string> List of source IP addresses for this rule.
- Source
Ip List<string>Groups List of source IpGroups for this rule.
- Translated
Address string The translated address for this NAT rule.
- Translated
Fqdn string The translated FQDN for this NAT rule.
- Translated
Port string The translated port for this NAT rule.
- Description string
Description of the rule.
- Destination
Addresses []string List of destination IP addresses or Service Tags.
- Destination
Ports []string List of destination ports.
- Ip
Protocols []string Array of FirewallPolicyRuleNetworkProtocols.
- Name string
Name of the rule.
- Source
Addresses []string List of source IP addresses for this rule.
- Source
Ip []stringGroups List of source IpGroups for this rule.
- Translated
Address string The translated address for this NAT rule.
- Translated
Fqdn string The translated FQDN for this NAT rule.
- Translated
Port string The translated port for this NAT rule.
- description String
Description of the rule.
- destination
Addresses List<String> List of destination IP addresses or Service Tags.
- destination
Ports List<String> List of destination ports.
- ip
Protocols List<String> Array of FirewallPolicyRuleNetworkProtocols.
- name String
Name of the rule.
- source
Addresses List<String> List of source IP addresses for this rule.
- source
Ip List<String>Groups List of source IpGroups for this rule.
- translated
Address String The translated address for this NAT rule.
- translated
Fqdn String The translated FQDN for this NAT rule.
- translated
Port String The translated port for this NAT rule.
- description string
Description of the rule.
- destination
Addresses string[] List of destination IP addresses or Service Tags.
- destination
Ports string[] List of destination ports.
- ip
Protocols string[] Array of FirewallPolicyRuleNetworkProtocols.
- name string
Name of the rule.
- source
Addresses string[] List of source IP addresses for this rule.
- source
Ip string[]Groups List of source IpGroups for this rule.
- translated
Address string The translated address for this NAT rule.
- translated
Fqdn string The translated FQDN for this NAT rule.
- translated
Port string The translated port for this NAT rule.
- description str
Description of the rule.
- destination_
addresses Sequence[str] List of destination IP addresses or Service Tags.
- destination_
ports Sequence[str] List of destination ports.
- ip_
protocols Sequence[str] Array of FirewallPolicyRuleNetworkProtocols.
- name str
Name of the rule.
- source_
addresses Sequence[str] List of source IP addresses for this rule.
- source_
ip_ Sequence[str]groups List of source IpGroups for this rule.
- translated_
address str The translated address for this NAT rule.
- translated_
fqdn str The translated FQDN for this NAT rule.
- translated_
port str The translated port for this NAT rule.
- description String
Description of the rule.
- destination
Addresses List<String> List of destination IP addresses or Service Tags.
- destination
Ports List<String> List of destination ports.
- ip
Protocols List<String> Array of FirewallPolicyRuleNetworkProtocols.
- name String
Name of the rule.
- source
Addresses List<String> List of source IP addresses for this rule.
- source
Ip List<String>Groups List of source IpGroups for this rule.
- translated
Address String The translated address for this NAT rule.
- translated
Fqdn String The translated FQDN for this NAT rule.
- translated
Port String The translated port for this NAT rule.
NetworkRuleResponse
- Description string
Description of the rule.
- Destination
Addresses List<string> List of destination IP addresses or Service Tags.
- Destination
Fqdns List<string> List of destination FQDNs.
- Destination
Ip List<string>Groups List of destination IpGroups for this rule.
- Destination
Ports List<string> List of destination ports.
- Ip
Protocols List<string> Array of FirewallPolicyRuleNetworkProtocols.
- Name string
Name of the rule.
- Source
Addresses List<string> List of source IP addresses for this rule.
- Source
Ip List<string>Groups List of source IpGroups for this rule.
- Description string
Description of the rule.
- Destination
Addresses []string List of destination IP addresses or Service Tags.
- Destination
Fqdns []string List of destination FQDNs.
- Destination
Ip []stringGroups List of destination IpGroups for this rule.
- Destination
Ports []string List of destination ports.
- Ip
Protocols []string Array of FirewallPolicyRuleNetworkProtocols.
- Name string
Name of the rule.
- Source
Addresses []string List of source IP addresses for this rule.
- Source
Ip []stringGroups List of source IpGroups for this rule.
- description String
Description of the rule.
- destination
Addresses List<String> List of destination IP addresses or Service Tags.
- destination
Fqdns List<String> List of destination FQDNs.
- destination
Ip List<String>Groups List of destination IpGroups for this rule.
- destination
Ports List<String> List of destination ports.
- ip
Protocols List<String> Array of FirewallPolicyRuleNetworkProtocols.
- name String
Name of the rule.
- source
Addresses List<String> List of source IP addresses for this rule.
- source
Ip List<String>Groups List of source IpGroups for this rule.
- description string
Description of the rule.
- destination
Addresses string[] List of destination IP addresses or Service Tags.
- destination
Fqdns string[] List of destination FQDNs.
- destination
Ip string[]Groups List of destination IpGroups for this rule.
- destination
Ports string[] List of destination ports.
- ip
Protocols string[] Array of FirewallPolicyRuleNetworkProtocols.
- name string
Name of the rule.
- source
Addresses string[] List of source IP addresses for this rule.
- source
Ip string[]Groups List of source IpGroups for this rule.
- description str
Description of the rule.
- destination_
addresses Sequence[str] List of destination IP addresses or Service Tags.
- destination_
fqdns Sequence[str] List of destination FQDNs.
- destination_
ip_ Sequence[str]groups List of destination IpGroups for this rule.
- destination_
ports Sequence[str] List of destination ports.
- ip_
protocols Sequence[str] Array of FirewallPolicyRuleNetworkProtocols.
- name str
Name of the rule.
- source_
addresses Sequence[str] List of source IP addresses for this rule.
- source_
ip_ Sequence[str]groups List of source IpGroups for this rule.
- description String
Description of the rule.
- destination
Addresses List<String> List of destination IP addresses or Service Tags.
- destination
Fqdns List<String> List of destination FQDNs.
- destination
Ip List<String>Groups List of destination IpGroups for this rule.
- destination
Ports List<String> List of destination ports.
- ip
Protocols List<String> Array of FirewallPolicyRuleNetworkProtocols.
- name String
Name of the rule.
- source
Addresses List<String> List of source IP addresses for this rule.
- source
Ip List<String>Groups List of source IpGroups for this rule.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0