RuntimeforBedrockDataAutomation / Client / invoke_data_automation_async

invoke_data_automation_async#

RuntimeforBedrockDataAutomation.Client.invoke_data_automation_async(**kwargs)#

Async API: Invoke data automation.

See also: AWS API Documentation

Request Syntax

response = client.invoke_data_automation_async(
    clientToken='string',
    inputConfiguration={
        's3Uri': 'string'
    },
    outputConfiguration={
        's3Uri': 'string'
    },
    dataAutomationConfiguration={
        'dataAutomationProjectArn': 'string',
        'stage': 'LIVE'|'DEVELOPMENT'
    },
    encryptionConfiguration={
        'kmsKeyId': 'string',
        'kmsEncryptionContext': {
            'string': 'string'
        }
    },
    notificationConfiguration={
        'eventBridgeConfiguration': {
            'eventBridgeEnabled': True|False
        }
    },
    blueprints=[
        {
            'blueprintArn': 'string',
            'version': 'string',
            'stage': 'DEVELOPMENT'|'LIVE'
        },
    ],
    dataAutomationProfileArn='string',
    tags=[
        {
            'key': 'string',
            'value': 'string'
        },
    ]
)
Parameters:
  • clientToken (string) –

    Idempotency token.

    This field is autopopulated if not provided.

  • inputConfiguration (dict) –

    [REQUIRED]

    Input configuration.

    • s3Uri (string) – [REQUIRED]

      S3 uri.

  • outputConfiguration (dict) –

    [REQUIRED]

    Output configuration.

    • s3Uri (string) – [REQUIRED]

      S3 uri.

  • dataAutomationConfiguration (dict) –

    Data automation configuration.

    • dataAutomationProjectArn (string) – [REQUIRED]

      Data automation project arn.

    • stage (string) –

      Data automation stage.

  • encryptionConfiguration (dict) –

    Encryption configuration.

    • kmsKeyId (string) – [REQUIRED]

      Customer KMS key used for encryption

    • kmsEncryptionContext (dict) –

      KMS encryption context.

      • (string) –

        Excryption context key.

        • (string) –

          Encryption context value.

  • notificationConfiguration (dict) –

    Notification configuration.

    • eventBridgeConfiguration (dict) – [REQUIRED]

      Event bridge configuration.

      • eventBridgeEnabled (boolean) – [REQUIRED]

        Event bridge flag.

  • blueprints (list) –

    Blueprint list.

    • (dict) –

      Blueprint.

      • blueprintArn (string) – [REQUIRED]

        Arn of blueprint.

      • version (string) –

        Version of blueprint.

      • stage (string) –

        Stage of blueprint.

  • dataAutomationProfileArn (string) –

    [REQUIRED]

    Data automation profile ARN

  • tags (list) –

    List of tags.

    • (dict) –

      Key value pair of a tag

      • key (string) – [REQUIRED]

        Defines the context of the tag.

      • value (string) – [REQUIRED]

        Defines the value within the context. e.g. <key=reason, value=training>.

Return type:

dict

Returns:

Response Syntax

{
    'invocationArn': 'string'
}

Response Structure

  • (dict) –

    Invoke Data Automation Async Response

    • invocationArn (string) –

      ARN of the automation job

Exceptions