AwsNetworkFirewallFirewallPropertiesArgs

data class AwsNetworkFirewallFirewallPropertiesArgs(val deleteProtection: Output<Boolean>? = null, val description: Output<String>? = null, val endpointIds: Output<List<String>>? = null, val firewallArn: Output<String>? = null, val firewallId: Output<String>? = null, val firewallName: Output<String>? = null, val firewallPolicyArn: Output<String>? = null, val firewallPolicyChangeProtection: Output<Boolean>? = null, val subnetChangeProtection: Output<Boolean>? = null, val subnetMappings: Output<List<SubnetMappingArgs>>? = null, val tags: Output<List<TagArgs>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<AwsNetworkFirewallFirewallPropertiesArgs>

Definition of awsNetworkFirewallFirewall

Constructors

Link copied to clipboard
constructor(deleteProtection: Output<Boolean>? = null, description: Output<String>? = null, endpointIds: Output<List<String>>? = null, firewallArn: Output<String>? = null, firewallId: Output<String>? = null, firewallName: Output<String>? = null, firewallPolicyArn: Output<String>? = null, firewallPolicyChangeProtection: Output<Boolean>? = null, subnetChangeProtection: Output<Boolean>? = null, subnetMappings: Output<List<SubnetMappingArgs>>? = null, tags: Output<List<TagArgs>>? = null, vpcId: Output<String>? = null)

Properties

Link copied to clipboard
val deleteProtection: Output<Boolean>? = null

Property deleteProtection

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

Property description

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

Property endpointIds

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

A resource ARN.

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

Property firewallId

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

Property firewallName

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

A resource ARN.

Link copied to clipboard

Property firewallPolicyChangeProtection

Link copied to clipboard
val subnetChangeProtection: Output<Boolean>? = null

Property subnetChangeProtection

Link copied to clipboard
val subnetMappings: Output<List<SubnetMappingArgs>>? = null

Property subnetMappings

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

Property tags

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

Property vpcId

Functions

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