FirewallRuleGroupAssociationArgs

data class FirewallRuleGroupAssociationArgs(val firewallRuleGroupId: Output<String>? = null, val mutationProtection: Output<FirewallRuleGroupAssociationMutationProtection>? = null, val name: Output<String>? = null, val priority: Output<Int>? = null, val tags: Output<List<TagArgs>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<FirewallRuleGroupAssociationArgs>

Resource schema for AWS::Route53Resolver::FirewallRuleGroupAssociation.

Constructors

Link copied to clipboard
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)

Properties

Link copied to clipboard
val firewallRuleGroupId: Output<String>? = null

FirewallRuleGroupId

Link copied to clipboard

MutationProtectionStatus

Link copied to clipboard
val name: Output<String>? = null

FirewallRuleGroupAssociationName

Link copied to clipboard
val priority: Output<Int>? = null

Priority

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Tags

Link copied to clipboard
val vpcId: Output<String>? = null

VpcId

Functions

Link copied to clipboard
open override fun toJava(): FirewallRuleGroupAssociationArgs