| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkFirewallMissingExpectedRTViolation.Builder |
NetworkFirewallMissingExpectedRTViolation.Builder.availabilityZone(String availabilityZone)
The Availability Zone of a violating subnet.
|
static NetworkFirewallMissingExpectedRTViolation.Builder |
NetworkFirewallMissingExpectedRTViolation.builder() |
NetworkFirewallMissingExpectedRTViolation.Builder |
NetworkFirewallMissingExpectedRTViolation.Builder.currentRouteTable(String currentRouteTable)
The resource ID of the current route table that's associated with the subnet, if one is available.
|
NetworkFirewallMissingExpectedRTViolation.Builder |
NetworkFirewallMissingExpectedRTViolation.Builder.expectedRouteTable(String expectedRouteTable)
The resource ID of the route table that should be associated with the subnet.
|
NetworkFirewallMissingExpectedRTViolation.Builder |
NetworkFirewallMissingExpectedRTViolation.toBuilder() |
NetworkFirewallMissingExpectedRTViolation.Builder |
NetworkFirewallMissingExpectedRTViolation.Builder.violationTarget(String violationTarget)
The ID of the AWS Network Firewall or VPC resource that's in violation.
|
NetworkFirewallMissingExpectedRTViolation.Builder |
NetworkFirewallMissingExpectedRTViolation.Builder.vpc(String vpc)
The resource ID of the VPC associated with a violating subnet.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NetworkFirewallMissingExpectedRTViolation.Builder> |
NetworkFirewallMissingExpectedRTViolation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourceViolation.Builder |
ResourceViolation.Builder.networkFirewallMissingExpectedRTViolation(Consumer<NetworkFirewallMissingExpectedRTViolation.Builder> networkFirewallMissingExpectedRTViolation)
Violation detail for an Network Firewall policy that indicates that a subnet is not associated with the
expected Firewall Manager managed route table.
|
Copyright © 2020. All rights reserved.