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