Aws Network Firewall Firewall Properties Response
data class AwsNetworkFirewallFirewallPropertiesResponse(val deleteProtection: Boolean? = null, val description: String? = null, val endpointIds: List<String>? = null, val firewallArn: String? = null, val firewallId: String? = null, val firewallName: String? = null, val firewallPolicyArn: String? = null, val firewallPolicyChangeProtection: Boolean? = null, val subnetChangeProtection: Boolean? = null, val subnetMappings: List<SubnetMappingResponse>? = null, val tags: List<TagResponse>? = null, val vpcId: String? = null)
Definition of awsNetworkFirewallFirewall
Constructors
Link copied to clipboard
constructor(deleteProtection: Boolean? = null, description: String? = null, endpointIds: List<String>? = null, firewallArn: String? = null, firewallId: String? = null, firewallName: String? = null, firewallPolicyArn: String? = null, firewallPolicyChangeProtection: Boolean? = null, subnetChangeProtection: Boolean? = null, subnetMappings: List<SubnetMappingResponse>? = null, tags: List<TagResponse>? = null, vpcId: String? = null)
Properties
Link copied to clipboard
Property deleteProtection
Link copied to clipboard
Property description
Link copied to clipboard
Property endpointIds
Link copied to clipboard
A resource ARN.
Link copied to clipboard
Property firewallId
Link copied to clipboard
Property firewallName
Link copied to clipboard
A resource ARN.
Link copied to clipboard
Property firewallPolicyChangeProtection
Link copied to clipboard
Property subnetChangeProtection
Link copied to clipboard
Property subnetMappings
Link copied to clipboard
Property tags