toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.route53resolver.kotlin
/
FirewallRuleGroupAssociationArgs
/
FirewallRuleGroupAssociationArgs
Firewall
Rule
Group
Association
Args
constructor
(
firewallRuleGroupId
:
Output
<
String
>
?
=
null
,
mutationProtection
:
Output
<
FirewallRuleGroupAssociationMutationProtection
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
priority
:
Output
<
Int
>
?
=
null
,
tags
:
Output
<
List
<
TagArgs
>
>
?
=
null
,
vpcId
:
Output
<
String
>
?
=
null
)