Identity Pool Role Attachment Role Mapping
data class IdentityPoolRoleAttachmentRoleMapping(val ambiguousRoleResolution: String? = null, val identityProvider: String, val mappingRules: List<IdentityPoolRoleAttachmentRoleMappingMappingRule>? = null, val type: String)
Constructors
Link copied to clipboard
fun IdentityPoolRoleAttachmentRoleMapping(ambiguousRoleResolution: String? = null, identityProvider: String, mappingRules: List<IdentityPoolRoleAttachmentRoleMappingMappingRule>? = null, type: String)