CreateLinkRequest
public struct CreateLinkRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The upload speed and download speed in Mbps.
Declaration
Swift
public let bandwidth: Bandwidth
-
A description of the link. Length Constraints: Maximum length of 256 characters.
Declaration
Swift
public let description: String?
-
The ID of the global network.
Declaration
Swift
public let globalNetworkId: String
-
The provider of the link. Constraints: Cannot include the following characters: | \ ^ Length Constraints: Maximum length of 128 characters.
Declaration
Swift
public let provider: String?
-
The ID of the site.
Declaration
Swift
public let siteId: String
-
The tags to apply to the resource during creation.
Declaration
Swift
public let tags: [Tag]?
-
The type of the link. Constraints: Cannot include the following characters: | \ ^ Length Constraints: Maximum length of 128 characters.
Declaration
Swift
public let type: String?