ReplaceRouteRequest
public struct ReplaceRouteRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
[IPv4 traffic only] The ID of a carrier gateway.
Declaration
Swift
public let carrierGatewayId: String?
-
The IPv4 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.
Declaration
Swift
public let destinationCidrBlock: String?
-
The IPv6 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.
Declaration
Swift
public let destinationIpv6CidrBlock: String?
-
The ID of the prefix list for the route.
Declaration
Swift
public let destinationPrefixListId: String?
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Declaration
Swift
public let dryRun: Bool?
-
[IPv6 traffic only] The ID of an egress-only internet gateway.
Declaration
Swift
public let egressOnlyInternetGatewayId: String?
-
The ID of an internet gateway or virtual private gateway.
Declaration
Swift
public let gatewayId: String?
-
The ID of a NAT instance in your VPC.
Declaration
Swift
public let instanceId: String?
-
The ID of the local gateway.
Declaration
Swift
public let localGatewayId: String?
-
Specifies whether to reset the local route to its default target (local).
Declaration
Swift
public let localTarget: Bool?
-
[IPv4 traffic only] The ID of a NAT gateway.
Declaration
Swift
public let natGatewayId: String?
-
The ID of a network interface.
Declaration
Swift
public let networkInterfaceId: String?
-
The ID of the route table.
Declaration
Swift
public let routeTableId: String
-
The ID of a transit gateway.
Declaration
Swift
public let transitGatewayId: String?
-
The ID of a VPC peering connection.
Declaration
Swift
public let vpcPeeringConnectionId: String?
-
init(carrierGatewayId:destinationCidrBlock:destinationIpv6CidrBlock:destinationPrefixListId:dryRun:egressOnlyInternetGatewayId:gatewayId:instanceId:localGatewayId:localTarget:natGatewayId:networkInterfaceId:routeTableId:transitGatewayId:vpcPeeringConnectionId:)
Undocumented
Declaration
Swift
public init(carrierGatewayId: String? = nil, destinationCidrBlock: String? = nil, destinationIpv6CidrBlock: String? = nil, destinationPrefixListId: String? = nil, dryRun: Bool? = nil, egressOnlyInternetGatewayId: String? = nil, gatewayId: String? = nil, instanceId: String? = nil, localGatewayId: String? = nil, localTarget: Bool? = nil, natGatewayId: String? = nil, networkInterfaceId: String? = nil, routeTableId: String, transitGatewayId: String? = nil, vpcPeeringConnectionId: String? = nil)