Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

put_metadata_flag

put_metadata_flag(**kwargs)

Stores the metadata information about a feature on a form or view.

See also: AWS API Documentation

Request Syntax

response = client.put_metadata_flag(
    appId='string',
    body={
        'newValue': 'string'
    },
    environmentName='string',
    featureName='string'
)
Parameters
  • appId (string) --

    [REQUIRED]

    The unique ID for the Amplify app.

  • body (dict) --

    [REQUIRED]

    The metadata information to store.

    • newValue (string) -- [REQUIRED]

      The new information to store.

  • environmentName (string) --

    [REQUIRED]

    The name of the backend environment that is part of the Amplify app.

  • featureName (string) --

    [REQUIRED]

    The name of the feature associated with the metadata.

Returns

None

Exceptions

  • AmplifyUIBuilder.Client.exceptions.UnauthorizedException
  • AmplifyUIBuilder.Client.exceptions.InvalidParameterException