CreateFleetRequest

public struct CreateFleetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The fleet name to display.

    Declaration

    Swift

    public let displayName: String?
  • A unique name for the fleet.

    Declaration

    Swift

    public let fleetName: String
  • The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.

    Declaration

    Swift

    public let optimizeForEndUserLocation: Bool?
  • The tags to add to the resource. A tag is a key-value pair.

    Declaration

    Swift

    public let tags: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(displayName: String? = nil, fleetName: String, optimizeForEndUserLocation: Bool? = nil, tags: [String : String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws