CreateDataflowEndpointGroupRequest
public struct CreateDataflowEndpointGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Endpoint details of each endpoint in the dataflow endpoint group.
Declaration
Swift
public let endpointDetails: [EndpointDetails] -
Tags of a dataflow endpoint group.
Declaration
Swift
public let tags: [String : String]? -
Undocumented
Declaration
Swift
public init(endpointDetails: [EndpointDetails], tags: [String : String]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateDataflowEndpointGroupRequest Structure Reference