SetIdentityPoolConfigurationRequest
public struct SetIdentityPoolConfigurationRequest : 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. This is the ID of the pool to modify.
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, pushSync: PushSync? = nil)
-
Declaration
Swift
public func validate(name: String) throws