AWSVPCFirewall
No description
type AWSVPCFirewall {
metadata: ResourceMetadata!
id: String!
firewallPolicy: AWSVPCFirewallPolicy
subnetMappings: [AWSVPCSubnet!]!
vpcId: String!
deleteProtection: Boolean!
description: String!
encryptionConfiguration: AWSVPCFirewallEncryptionConfiguration
arn: String!
name: String!
firewallPolicyChangeProtection: Boolean!
subnetChangeProtection: Boolean!
tags: [AWSTag!]!
status: AWSVPCFirewallStatus
}
Fields
AWSVPCFirewall.metadata ● ResourceMetadata! non-null object
The metadata to identify this resource in Shisho Cloud
AWSVPCFirewall.id ● String! non-null scalar
The unique identifier for the firewall
AWSVPCFirewall.firewallPolicy ● AWSVPCFirewallPolicy object
The Amazon Resource Name (ARN) of the firewall policy
AWSVPCFirewall.subnetMappings ● [AWSVPCSubnet!]! non-null object
The public subnets that Network Firewall is using for the firewall
AWSVPCFirewall.vpcId ● String! non-null scalar
The unique identifier of the VPC where the firewall is in use
AWSVPCFirewall.deleteProtection ● Boolean! non-null scalar
A flag indicating whether it is possible to delete the firewall
AWSVPCFirewall.description ● String! non-null scalar
A description of the firewall
AWSVPCFirewall.encryptionConfiguration ● AWSVPCFirewallEncryptionConfiguration object
A complex type that contains the Amazon Web Services KMS encryption configuration settings for your firewall
AWSVPCFirewall.arn ● String! non-null scalar
The Amazon Resource Name (ARN) of the firewall
AWSVPCFirewall.name ● String! non-null scalar
The descriptive name of the firewall
AWSVPCFirewall.firewallPolicyChangeProtection ● Boolean! non-null scalar
A setting indicating whether the firewall is protected against a change to the firewall policy association
AWSVPCFirewall.subnetChangeProtection ● Boolean! non-null scalar
A setting indicating whether the firewall is protected against changes to the subnet associations
AWSVPCFirewall.tags ● [AWSTag!]! non-null object
The tags associated with the resource
AWSVPCFirewall.status ● AWSVPCFirewallStatus object
The status of the firewall
Member of
AWSVPC object