SetIdentityPoolConfigurationResponse
public struct SetIdentityPoolConfigurationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Options to apply to this identity pool for Amazon Cognito streams.
Declaration
Swift
public let cognitoStreams: CognitoStreams?
-
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
Declaration
Swift
public let identityPoolId: String?
-
Options to apply to this identity pool for push synchronization.
Declaration
Swift
public let pushSync: PushSync?
-
Undocumented
Declaration
Swift
public init(cognitoStreams: CognitoStreams? = nil, identityPoolId: String? = nil, pushSync: PushSync? = nil)