CreateResourceServerRequest
public struct CreateResourceServerRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A unique resource server identifier for the resource server. This could be an HTTPS endpoint where the resource server is located. For example, https://my-weather-api.example.com.
Declaration
Swift
public let identifier: String
-
A friendly name for the resource server.
Declaration
Swift
public let name: String
-
A list of scopes. Each scope is map, where the keys are name and description.
Declaration
Swift
public let scopes: [ResourceServerScopeType]?
-
The user pool ID for the user pool.
Declaration
Swift
public let userPoolId: String
-
Undocumented
Declaration
Swift
public init(identifier: String, name: String, scopes: [ResourceServerScopeType]? = nil, userPoolId: String)
-
Declaration
Swift
public func validate(name: String) throws