CreateEndpointInput
public struct CreateEndpointInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of an endpoint configuration. For more information, see CreateEndpointConfig.
Declaration
Swift
public let endpointConfigName: String
-
The name of the endpoint. The name must be unique within an AWS Region in your AWS account.
Declaration
Swift
public let endpointName: String
-
An array of key-value pairs. For more information, see Using Cost Allocation Tagsin the AWS Billing and Cost Management User Guide.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(endpointConfigName: String, endpointName: String, tags: [Tag]? = nil)
-
Declaration
Swift
public func validate(name: String) throws