UpdateFleetPortSettingsInput
public struct UpdateFleetPortSettingsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A unique identifier for a fleet to update port settings for. You can use either the fleet ID or ARN value.
Declaration
Swift
public let fleetId: String
-
A collection of port settings to be added to the fleet resource.
Declaration
Swift
public let inboundPermissionAuthorizations: [IpPermission]?
-
A collection of port settings to be removed from the fleet resource.
Declaration
Swift
public let inboundPermissionRevocations: [IpPermission]?
-
Undocumented
Declaration
Swift
public init(fleetId: String, inboundPermissionAuthorizations: [IpPermission]? = nil, inboundPermissionRevocations: [IpPermission]? = nil)
-
Declaration
Swift
public func validate(name: String) throws