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