odb / Client / create_autonomous_database_wallet

create_autonomous_database_wallet

odb.Client.create_autonomous_database_wallet(**kwargs)

Creates a new wallet for the specified Autonomous Database.

See also: AWS API Documentation

Request Syntax

response = client.create_autonomous_database_wallet(
    autonomousDatabaseId='string',
    walletType='REGIONAL'|'INSTANCE',
    password='string',
    clientToken='string'
)
Parameters:
  • autonomousDatabaseId (string) –

    [REQUIRED]

    The unique identifier of the Autonomous Database to create a wallet for.

  • walletType (string) – The type of wallet to create, either a regional wallet or an instance wallet.

  • password (string) –

    [REQUIRED]

    The password to encrypt the keys inside the wallet.

  • clientToken (string) –

    A client-provided token to ensure the idempotency of the request.

    This field is autopopulated if not provided.

Return type:

dict

Returns:

Response Syntax

{
    'autonomousDatabaseWalletFile': b'bytes'
}

Response Structure

  • (dict) –

    • autonomousDatabaseWalletFile (bytes) –

      The generated wallet file for the Autonomous Database, returned as a compressed archive.

Exceptions

  • odb.Client.exceptions.ThrottlingException

  • odb.Client.exceptions.ValidationException

  • odb.Client.exceptions.AccessDeniedException

  • odb.Client.exceptions.InternalServerException

  • odb.Client.exceptions.ResourceNotFoundException