FirewallFirewallStatusSyncState

data class FirewallFirewallStatusSyncState(val attachments: List<FirewallFirewallStatusSyncStateAttachment>? = null, val availabilityZone: String? = null)

Constructors

Link copied to clipboard
constructor(attachments: List<FirewallFirewallStatusSyncStateAttachment>? = null, availabilityZone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Nested list describing the attachment status of the firewall's association with a single VPC subnet.

Link copied to clipboard

The Availability Zone where the subnet is configured.