toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.network.kotlin.outputs
/
AzureFirewallApplicationRuleResponse
/
AzureFirewallApplicationRuleResponse
Azure
Firewall
Application
Rule
Response
constructor
(
description
:
String
?
=
null
,
fqdnTags
:
List
<
String
>
?
=
null
,
name
:
String
?
=
null
,
protocols
:
List
<
AzureFirewallApplicationRuleProtocolResponse
>
?
=
null
,
sourceAddresses
:
List
<
String
>
?
=
null
,
sourceIpGroups
:
List
<
String
>
?
=
null
,
targetFqdns
:
List
<
String
>
?
=
null
)