AWSCognitoSyncGetIdentityPoolConfigurationRequest

Objective-C

@interface AWSCognitoSyncGetIdentityPoolConfigurationRequest

Swift

class AWSCognitoSyncGetIdentityPoolConfigurationRequest

The input for the GetIdentityPoolConfiguration operation.

Required parameters: [IdentityPoolId]

  • 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 for which to return a configuration.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable identityPoolId;

    Swift

    var identityPoolId: String? { get set }