GetIdentityPoolRolesResponse
public struct GetIdentityPoolRolesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An identity pool ID in the format REGION:GUID.
Declaration
Swift
public let identityPoolId: String?
-
How users for a specific identity provider are to mapped to roles. This is a String-to-RoleMapping object map. The string identifies the identity provider, for example, “graph.facebook.com” or “cognito-idp.us-east-1.amazonaws.com/us-east-1_abcdefghi:app_client_id”.
Declaration
Swift
public let roleMappings: [String : RoleMapping]?
-
The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.
Declaration
Swift
public let roles: [String : String]?
-
Undocumented
Declaration
Swift
public init(identityPoolId: String? = nil, roleMappings: [String : RoleMapping]? = nil, roles: [String : String]? = nil)