get-dynamodb-config-source-configuration

Gets the configuration for the DynamoDB configuration source.

Synopsis

asadmin [asadmin-options] get-dynamodb-config-source-configuration [--help]
[--target=server]

Description

The get-dynamodb-config-source-configuration retrieves the current configuration for the DynamoDB Config Source.

Options

asadmin-options

Options for the asadmin utility. For information about these options, see the asadmin help page.

--help
-?

Displays the help text for the subcommand.

--target

Specifies the target where the configuration source resides.
Valid values are as follows:

server

Specifies the DAS (default).

instance-name

Specifies a Payara Server instance.

cluster-name

Specifies a cluster.

configuration-name

Specifies a named configuration.

Example

Example 1 Getting the configuration of the DynamoDB secrets

This example retrieves the current configuration for the DynamoDB Config Source.

asadmin get-dynamodb-config-source-configuration
Enabled  Region Name  Table Name  Key Column Name  Value Column Name  Limit
true     eu-west-2    Books       ISBN             Title              10

Exit Status

0

subcommand executed successfully

1

error in executing the subcommand

See Also