Connect / Client / update_predefined_attribute

update_predefined_attribute#

Connect.Client.update_predefined_attribute(**kwargs)#

Updates a predefined attribute for the specified Amazon Connect instance.

See also: AWS API Documentation

Request Syntax

response = client.update_predefined_attribute(
    InstanceId='string',
    Name='string',
    Values={
        'StringList': [
            'string',
        ]
    }
)
Parameters:
  • InstanceId (string) –

    [REQUIRED]

    The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

  • Name (string) –

    [REQUIRED]

    The name of the predefined attribute.

  • Values (dict) –

    The values of the predefined attribute.

    Note

    This is a Tagged Union structure. Only one of the following top level keys can be set: StringList.

    • StringList (list) –

      Predefined attribute values of type string list.

      • (string) –

Returns:

None

Exceptions