AWSCognitoIdentityGetPrincipalTagAttributeMapResponse

Objective-C

@interface AWSCognitoIdentityGetPrincipalTagAttributeMapResponse : AWSModel

Swift

class AWSCognitoIdentityGetPrincipalTagAttributeMapResponse : AWSModel
  • You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.

    Declaration

    Objective-C

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

    Swift

    var identityPoolId: String? { get set }
  • You can use this operation to get the provider name.

    Declaration

    Objective-C

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

    Swift

    var identityProviderName: String? { get set }
  • You can use this operation to add principal tags. The PrincipalTagsoperation enables you to reference user attributes in your IAM permissions policy.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable principalTags;

    Swift

    var principalTags: [String : String]? { get set }
  • You can use this operation to list

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable useDefaults;

    Swift

    var useDefaults: NSNumber? { get set }