You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CognitoIdentityProvider::Types::UpdateIdentityProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UpdateIdentityProviderRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateIdentityProviderRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
user_pool_id: "UserPoolIdType", # required
provider_name: "ProviderNameType", # required
provider_details: {
"StringType" => "StringType",
},
attribute_mapping: {
"AttributeMappingKeyType" => "StringType",
},
idp_identifiers: ["IdpIdentifierType"],
}
Instance Attribute Summary collapse
-
#attribute_mapping ⇒ Hash<String,String>
The identity provider attribute mapping to be changed.
-
#idp_identifiers ⇒ Array<String>
A list of identity provider identifiers.
-
#provider_details ⇒ Hash<String,String>
The identity provider details to be updated, such as
MetadataURL
andMetadataFile
. -
#provider_name ⇒ String
The identity provider name.
-
#user_pool_id ⇒ String
The user pool ID.
Instance Attribute Details
#attribute_mapping ⇒ Hash<String,String>
The identity provider attribute mapping to be changed.
#idp_identifiers ⇒ Array<String>
A list of identity provider identifiers.
#provider_details ⇒ Hash<String,String>
The identity provider details to be updated, such as MetadataURL
and
MetadataFile
.
#provider_name ⇒ String
The identity provider name.
#user_pool_id ⇒ String
The user pool ID.