# sdm admin resources clone

```shell
NAME:
   sdm admin resources clone - create a new resource using an existing resource as a template

USAGE:
   sdm admin resources clone command [command options] [arguments...]

COMMANDS:
   aerospike                     clone Aerospike datasource
   amazones                      clone Amazon ES datasource
   amazonesiam                   clone Amazon ES IAM datasource
   amazonmq-amqp                 clone Amazon MQ (AMQP) datasource
   amazonmq-amqp-091             clone Amazon MQ (AMQP 0.9.1) datasource
   athena                        clone Athena datasource
   athenaiam                     clone Athena (IAM) datasource
   aurora-mysql                  clone Aurora MySQL datasource
   aurora-mysql-iam              clone Aurora MySQL (IAM) datasource
   aurora-postgres               clone Aurora PostgreSQL datasource
   aurorapostgresiam             clone Aurora PostgreSQL (IAM) datasource
   azuremysql                    clone Azure Database for MySQL datasource
   azuremysqlmanagedidentity     clone Azure MySQL (Managed Identity) datasource
   azurepostgres                 clone Azure Database for PostgreSQL datasource
   azurepostgresmanagedidentity  clone Azure PostgreSQL (Managed Identity) datasource
   bigquery                      clone BigQuery datasource
   cassandra                     clone Cassandra datasource
   citus                         clone Citus datasource
   clickhouseHTTP                clone ClickHouse (HTTP) datasource
   clickhouseTCP                 clone ClickHouse (TCP) datasource
   clickhousemysql               clone ClickHouse (MySQL) datasource
   clustrix                      clone Clustrix datasource
   cockroach                     clone CockroachDB datasource
   couchbaseDatabase             clone Couchbase datasource
   databricks                    clone Databricks SQL datasource
   db2i                          clone Db2i datasource
   db2luw                        clone Db2 LUW datasource
   documentdbhost                clone DocumentDB (single host) datasource
   documentdbhostiam             clone DocumentDB (single host IAM) datasource
   documentdbreplicaset          clone DocumentDB (replica set) datasource
   druid                         clone Druid datasource
   dynamo                        clone DynamoDB datasource
   dynamoiam                     clone DynamoDB (IAM) datasource
   ecredis                       clone ElastiCache Redis datasource
   elastic                       clone Elasticsearch datasource
   greenplum                     clone Greenplum datasource
   gspanner                      clone Google Spanner datasource
   mTLSMysql                     clone MySQL (mTLS) datasource
   mTLSPostgres                  clone PostgreSQL (mTLS) datasource
   maria                         clone Maria datasource
   mcp                           clone MCP Gateway (OAuth) datasource
   mcpNoAuth                     clone MCP Gateway (NoAuth) datasource
   mcpPAT                        clone MCP Gateway (PAT) datasource
   memcached                     clone Memcached datasource
   memsql                        clone MemSQL datasource
   mongoHost                     clone MongoDB (single host mode) datasource
   mongoReplicaSet               clone MongoDB (replica set mode) datasource
   mongoshardedcluster           clone MongoDB (sharded cluster) datasource
   mssql                         clone Microsoft SQL Server datasource
   mssqlAzureAD                  clone Microsoft SQL Server (Azure AD) datasource
   mssqlKerberos                 clone Microsoft SQL Server (Kerberos) datasource
   mysql                         clone MySQL datasource
   neptune                       clone Neptune datasource
   neptuneiam                    clone Neptune (IAM) datasource
   oracle                        clone Oracle datasource
   oraclenne                     clone Oracle (NNE) datasource
   postgres                      clone PostgreSQL datasource
   presto                        clone Presto datasource
   rabbitmq-amqp-091             clone RabbitMQ (AMQP 0.9.1) datasource
   rdspostgresiam                clone RDS PostgreSQL (IAM) datasource
   redis                         clone Redis datasource
   redisCluster                  clone Redis Cluster datasource
   redshift                      clone Redshift datasource
   redshift-iam                  clone Redshift (IAM) datasource
   redshift-serverless-iam       clone Redshift Serverless (IAM) datasource
   singlestore                   clone SingleStore datasource
   snowflake                     clone Snowflake datasource
   sybase                        clone Sybase ASE datasource
   sybase-iq, sybaseiq           clone Sybase IQ datasource
   teradata                      clone Teradata datasource
   trino                         clone Trino datasource
   vertica                       clone Vertica datasource

OPTIONS:
   --help, -h  show help
```

#### aerospike

```shell
NAME:
   sdm admin resources clone aerospike - clone Aerospike datasource

USAGE:
   sdm admin resources clone aerospike [command options] <name>

OPTIONS:
   --bind-interface value    IP address on which to listen for connections to this resource on clients. Specify "default", "loopback", or "vnm" to automatically allocate an available address from the corresponding IP range configured in the organization. (default: "default")
   --egress-filter value     apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value          (required)
   --password value          If username is not set, a set password has no effect (secret)
   --port value              (default: 3000)
   --port-override value     port profile override (default: -1)
   --proxy-cluster-id value  proxy cluster id
   --secret-store-id value   secret store id
   --subdomain value, --bind-subdomain value         DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value              tags e.g. 'key=value,...'
   --template, -t            display a JSON template
   --timeout value           set time limit for command
   --use-services-alternate  Connect to alternate service addresses and ports defined by Aerospike server configuration files
   --username value          Username for authentication. If left blank, unauthenticated access is attempted (secret)
```

#### amazones

```shell
NAME:
   sdm admin resources clone amazones - clone Amazon ES datasource

USAGE:
   sdm admin resources clone amazones [command options] <ID>

OPTIONS:
   --access-key-id value      (secret)
   --bind-interface value     bind interface (default: "127.0.0.1")
   --delete-all-tags          
   --delete-tags value        delete-tags e.g. 'key,...'
   --egress-filter value      apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --endpoint value           
   --name value               datasource name
   --port-override value      port profile override (default: -1)
   --region value             
   --role-arn value           The role to assume after logging in. (secret)
   --role-external-id value   (secret)
   --secret-access-key value  (secret)
   --subdomain value, --bind-subdomain value          DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value               tags e.g. 'key=value,...'
   --timeout value            set time limit for command
```

#### amazonesiam

```shell
NAME:
   sdm admin resources clone amazonesiam - clone Amazon ES IAM datasource

USAGE:
   sdm admin resources clone amazonesiam [command options] <ID>

OPTIONS:
   --bind-interface value    IP address on which to listen for connections to this resource on clients. Specify "default", "loopback", or "vnm" to automatically allocate an available address from the corresponding IP range configured in the organization. (default: "default")
   --delete-all-tags         
   --delete-tags value       delete-tags e.g. 'key,...'
   --egress-filter value     apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --endpoint value          
   --name value              datasource name
   --no-tls-required         Use TLS to connect to the OpenSearch server (disable)
   --port-override value     port profile override (default: -1)
   --region value            
   --role-arn value          The role to assume after logging in. (secret)
   --role-external-id value  (secret)
   --subdomain value, --bind-subdomain value         DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value              tags e.g. 'key=value,...'
   --timeout value           set time limit for command
```

#### amazonmq-amqp

```shell
NAME:
   sdm admin resources clone amazonmq-amqp - clone Amazon MQ (AMQP) datasource

USAGE:
   sdm admin resources clone amazonmq-amqp [command options] <name>

OPTIONS:
   --bind-interface value    IP address on which to listen for connections to this resource on clients. Specify "default", "loopback", or "vnm" to automatically allocate an available address from the corresponding IP range configured in the organization. (default: "default")
   --egress-filter value     apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value          Do not include the protocol or port. (required)
   --password value          (required, secret)
   --port value              (default: 5671)
   --port-override value     port profile override (default: -1)
   --proxy-cluster-id value  proxy cluster id
   --secret-store-id value   secret store id
   --subdomain value, --bind-subdomain value         DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value              tags e.g. 'key=value,...'
   --template, -t            display a JSON template
   --timeout value           set time limit for command
   --tls-required            Use TLS to connect to the AMQP server
   --username value          (required, secret)
```

#### amazonmq-amqp-091

```shell
NAME:
   sdm admin resources clone amazonmq-amqp-091 - clone Amazon MQ (AMQP 0.9.1) datasource

USAGE:
   sdm admin resources clone amazonmq-amqp-091 [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        Do not include the protocol or port.
   --name value            datasource name
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --tls-required          Use TLS to connect to the AMQP server
   --username value        (secret)
```

#### athena

```shell
NAME:
   sdm admin resources clone athena - clone Athena datasource

USAGE:
   sdm admin resources clone athena [command options] <ID>

OPTIONS:
   --aws-access-key-id value      (secret)
   --aws-secret-access-key value  (secret)
   --bind-interface value         bind interface (default: "127.0.0.1")
   --delete-all-tags              
   --delete-tags value            delete-tags e.g. 'key,...'
   --egress-filter value          apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --name value                   datasource name
   --port-override value          port profile override (default: -1)
   --region value                 
   --role-arn value               The role to assume after logging in. (secret)
   --role-external-id value       (secret)
   --s3-output-location value     
   --subdomain value, --bind-subdomain value              DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value                   tags e.g. 'key=value,...'
   --timeout value                set time limit for command
```

#### aurora-mysql

```shell
NAME:
   sdm admin resources clone aurora-mysql - clone Aurora MySQL datasource

USAGE:
   sdm admin resources clone aurora-mysql [command options] <ID>

OPTIONS:
   --bind-interface value               bind interface (default: "127.0.0.1")
   --database value                     This database is exclusively used for healthchecks; the database sent by clients is respected otherwise.
   --delete-all-tags                    
   --delete-tags value                  delete-tags e.g. 'key,...'
   --egress-filter value                apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value                     
   --name value                         datasource name
   --password value                     (secret)
   --port value                         (default: 0)
   --port-override value                port profile override (default: -1)
   --require-native-auth                Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
   --subdomain value, --bind-subdomain value                    DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value                         tags e.g. 'key=value,...'
   --timeout value                      set time limit for command
   --use-azure-single-server-usernames  If true, appends the hostname to the username when hitting a database.azure.com address
   --username value                     (secret)
```

#### aurora-postgres

```shell
NAME:
   sdm admin resources clone aurora-postgres - clone Aurora PostgreSQL datasource

USAGE:
   sdm admin resources clone aurora-postgres [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --database value        
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --override-database     Limit all connections to the configured database
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --username value        (secret)
```

#### azuremysql

```shell
NAME:
   sdm admin resources clone azuremysql - clone Azure Database for MySQL datasource

USAGE:
   sdm admin resources clone azuremysql [command options] <ID>

OPTIONS:
   --bind-interface value               bind interface (default: "127.0.0.1")
   --database value                     This database is exclusively used for healthchecks; the database sent by clients is respected otherwise.
   --delete-all-tags                    
   --delete-tags value                  delete-tags e.g. 'key,...'
   --egress-filter value                apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value                     
   --name value                         datasource name
   --password value                     (secret)
   --port value                         (default: 0)
   --port-override value                port profile override (default: -1)
   --require-native-auth                Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
   --subdomain value, --bind-subdomain value                    DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value                         tags e.g. 'key=value,...'
   --timeout value                      set time limit for command
   --use-azure-single-server-usernames  If true, appends the hostname to the username when hitting a database.azure.com address
   --username value                     (secret)
```

#### azuremysqlmanagedidentity

```shell
NAME:
   sdm admin resources clone azuremysqlmanagedidentity - clone Azure MySQL (Managed Identity) datasource

USAGE:
   sdm admin resources clone azuremysqlmanagedidentity [command options] <ID>

OPTIONS:
   --bind-interface value               IP address on which to listen for connections to this resource on clients. Specify "default", "loopback", or "vnm" to automatically allocate an available address from the corresponding IP range configured in the organization. (default: "default")
   --client-id value                    (secret)
   --database value                     This database is exclusively used for healthchecks; the database sent by clients is respected otherwise.
   --delete-all-tags                    
   --delete-tags value                  delete-tags e.g. 'key,...'
   --egress-filter value                apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value                     
   --name value                         datasource name
   --port value                         (default: 0)
   --port-override value                Port on which to listen for connections to this resource on clients. Specify "-1" to automatically allocate an available port. (default: -1)
   --proxy-cluster-id value             proxy cluster id
   --schema value                       
   --subdomain value, --bind-subdomain value                    DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value                         tags e.g. 'key=value,...'
   --timeout value                      set time limit for command
   --use-azure-single-server-usernames  If true, appends the hostname to the username when hitting a database.azure.com address
   --username value                     (secret)
```

#### azurepostgres

```shell
NAME:
   sdm admin resources clone azurepostgres - clone Azure Database for PostgreSQL datasource

USAGE:
   sdm admin resources clone azurepostgres [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --database value        
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --override-database     Limit all connections to the configured database
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --username value        The Username will be augmented with the hostname for compatibility with Azure Single Server types. For Flexible servers, use the normal Postgres type. (secret)
```

#### bigquery

```shell
NAME:
   sdm admin resources clone bigquery - clone BigQuery datasource

USAGE:
   sdm admin resources clone bigquery [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --endpoint value        
   --name value            datasource name
   --port-override value   port profile override (default: -1)
   --private-key value     The file path of the private key used to authenticate with the server. (secret)
   --project value         
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --username value        
```

#### cassandra

```shell
NAME:
   sdm admin resources clone cassandra - clone Cassandra datasource

USAGE:
   sdm admin resources clone cassandra [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --tls-required          Use TLS to connect to the Cassandra sever
   --username value        (secret)
```

#### citus

```shell
NAME:
   sdm admin resources clone citus - clone Citus datasource

USAGE:
   sdm admin resources clone citus [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --database value        
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --override-database     Limit all connections to the configured database
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --username value        (secret)
```

#### clickhouseHTTP

```shell
NAME:
   sdm admin resources clone clickhouseHTTP - clone ClickHouse (HTTP) datasource

USAGE:
   sdm admin resources clone clickhouseHTTP [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --database value        
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --name value            datasource name
   --password value        (secret)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --url value             The base address of database without the path.
   --username value        (secret)
```

#### clickhousemysql

```shell
NAME:
   sdm admin resources clone clickhousemysql - clone ClickHouse (MySQL) datasource

USAGE:
   sdm admin resources clone clickhousemysql [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --database value        This database is exclusively used for healthchecks; the database sent by clients is respected otherwise.
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --require-native-auth   Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --username value        (secret)
```

#### clickhouseTCP

```shell
NAME:
   sdm admin resources clone clickhouseTCP - clone ClickHouse (TCP) datasource

USAGE:
   sdm admin resources clone clickhouseTCP [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --database value        
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --tls-required          sdm must use TLS to connect
   --username value        (secret)
```

#### clustrix

```shell
NAME:
   sdm admin resources clone clustrix - clone Clustrix datasource

USAGE:
   sdm admin resources clone clustrix [command options] <ID>

OPTIONS:
   --bind-interface value               bind interface (default: "127.0.0.1")
   --database value                     This database is exclusively used for healthchecks; the database sent by clients is respected otherwise.
   --delete-all-tags                    
   --delete-tags value                  delete-tags e.g. 'key,...'
   --egress-filter value                apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value                     
   --name value                         datasource name
   --password value                     (secret)
   --port value                         (default: 0)
   --port-override value                port profile override (default: -1)
   --require-native-auth                Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
   --subdomain value, --bind-subdomain value                    DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value                         tags e.g. 'key=value,...'
   --timeout value                      set time limit for command
   --use-azure-single-server-usernames  If true, appends the hostname to the username when hitting a database.azure.com address
   --username value                     (secret)
```

#### cockroach

```shell
NAME:
   sdm admin resources clone cockroach - clone CockroachDB datasource

USAGE:
   sdm admin resources clone cockroach [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --database value        
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --override-database     Limit all connections to the configured database
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --username value        (secret)
```

#### databricks

```shellscript
NAME:
   sdm admin resources clone databricks - clone Databricks SQL datasource

USAGE:
   sdm admin resources clone databricks [command options] <ID>

OPTIONS:
   --access-token value                       Databricks Personal Access Token (PAT) for authentication. (secret)
   --bind-interface value                     IP address on which to listen for connections to this resource on clients. Specify "default", "loopback", or "vnm" to automatically allocate an available address from the corresponding IP range configured in the organization. (default: "default")
   --delete-all-tags                          
   --delete-tags value                        delete-tags e.g. 'key,...'
   --egress-filter value                      apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value                           
   --http-path value                          The HTTP path to your SQL warehouse or cluster. Found in the JDBC/ODBC connection details.
   --name value                               datasource name
   --port-override value                      Port on which to listen for connections to this resource on clients. Specify "-1" to automatically allocate an available port. (default: -1)
   --proxy-cluster-id value                   proxy cluster id
   --subdomain value, --bind-subdomain value  DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value                               tags e.g. 'key=value,...'
   --timeout value                            set time limit for command

```

#### db2i

```shell
NAME:
   sdm admin resources clone db2i - clone Db2i datasource

USAGE:
   sdm admin resources clone db2i [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --username value        (secret)
```

#### db2luw

```shell
NAME:
   sdm admin resources clone db2luw - clone Db2 LUW datasource

USAGE:
   sdm admin resources clone db2luw [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --database value        
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --username value        (secret)
```

#### documentdbhost

```shell
NAME:
   sdm admin resources clone documentdbhost - clone DocumentDB (single host) datasource

USAGE:
   sdm admin resources clone documentdbhost [command options] <ID>

OPTIONS:
   --auth-database value   
   --bind-interface value  bind interface (default: "127.0.0.1")
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --username value        (secret)
```

#### documentdbhostiam

```shell
NAME:
   sdm admin resources clone documentdbhostiam - clone DocumentDB (single host IAM) datasource

USAGE:
   sdm admin resources clone documentdbhostiam [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --delete-all-tags
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value
   --name value            datasource name
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --region value          The AWS region to connect to.
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
```

#### documentdbreplicaset

```shell
NAME:
   sdm admin resources clone documentdbreplicaset - clone DocumentDB (replica set) datasource

USAGE:
   sdm admin resources clone documentdbreplicaset [command options] <ID>

OPTIONS:
   --auth-database value   
   --bind-interface value  bind interface (default: "127.0.0.1")
   --connect-to-replica    Connect to a replica instead of the primary node.
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        Hostnames and ports of all instances in the replica set separated by commas
   --name value            datasource name
   --password value        (secret)
   --port-override value   port profile override (default: -1)
   --replica-set value     The name of the mongo replicaset
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --username value        (secret)
```

#### druid

```shell
NAME:
   sdm admin resources clone druid - clone Druid datasource

USAGE:
   sdm admin resources clone druid [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --username value        (secret)
```

#### dynamo

```shell
NAME:
   sdm admin resources clone dynamo - clone DynamoDB datasource

USAGE:
   sdm admin resources clone dynamo [command options] <ID>

OPTIONS:
   --access-key-id value      (secret)
   --bind-interface value     bind interface (default: "127.0.0.1")
   --delete-all-tags          
   --delete-tags value        delete-tags e.g. 'key,...'
   --egress-filter value      apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --endpoint value           Do not include the protocol or port.
   --name value               datasource name
   --port-override value      port profile override (default: -1)
   --region value             
   --role-arn value           The role to assume after logging in. (secret)
   --role-external-id value   (secret)
   --secret-access-key value  (secret)
   --subdomain value, --bind-subdomain value          DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value               tags e.g. 'key=value,...'
   --timeout value            set time limit for command
```

#### dynamoiam

```shell
NAME:
   sdm admin resources clone dynamoiam - clone DynamoDB resource

USAGE:
   sdm admin resources clone dynamoiam [command options] <name>

OPTIONS:
   --bind-interface value    IP address on which to listen for connections to this resource on clients. Specify "default", "loopback", or "vnm" to automatically allocate an available address from the corresponding IP range configured in the organization. (default: "default")
   --egress-filter value     apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --endpoint value          Do not include the protocol or port. (required)
   --port-override value     port profile override (default: -1)
   --region value            (required)
   --role-arn value          The role to assume after logging in. (secret)
   --role-external-id value  (secret)
   --secret-store-id value   secret store id
   --subdomain value, --bind-subdomain value         DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value              tags e.g. 'key=value,...'
   --template, -t            display a JSON template
   --timeout value           set time limit for command
```

#### ecredis

```shell
NAME:
   sdm admin resources clone ecredis - clone ElastiCache Redis datasource

USAGE:
   sdm admin resources clone ecredis [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --no-tls-required       Use TLS to connect to the OpenSearch server (disable)
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --username value        (secret)
```

#### elastic

```shell
NAME:
   sdm admin resources clone elastic - clone Elasticsearch datasource

USAGE:
   sdm admin resources clone elastic [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --tls-required          sdm must use TLS to connect
   --username value        (secret)
```

#### gspanner

```shell
NAME:
   sdm admin resources clone gspanner - clone Google Spanner datasource

USAGE:
   sdm admin resources clone gspanner [command options] <ID>

OPTIONS:
   --bind-interface value                     IP address on which to listen for connections to this resource on clients. Specify "default", "loopback", or "vnm" to automatically allocate an available address from the corresponding IP range configured in the organization. (default: "default")
   --database value                           
   --delete-all-tags                          
   --delete-tags value                        delete-tags e.g. 'key,...'
   --egress-filter value                      apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --endpoint value                           
   --instance value                           
   --name value                               datasource name
   --port value                               (default: 0)
   --port-override value                      Port on which to listen for connections to this resource on clients. Specify "-1" to automatically allocate an available port. (default: -1)
   --project value                            
   --proxy-cluster-id value                   proxy cluster id
   --service-account-to-impersonate value     If set, the relay will impersonate this service account when accessing Spanner.
   --subdomain value, --bind-subdomain value  DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value                               tags e.g. 'key=value,...'
   --timeout value                            set time limit for command
```

#### greenplum

```shell
NAME:
   sdm admin resources clone greenplum - clone Greenplum datasource

USAGE:
   sdm admin resources clone greenplum [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --database value        
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --override-database     Limit all connections to the configured database
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --username value        (secret)
```

#### mTLSPostgres

```shell
NAME:
   sdm admin resources clone mTLSPostgres - clone PostgreSQL (mTLS) datasource

USAGE:
   sdm admin resources clone mTLSPostgres [command options] <ID>

OPTIONS:
   --bind-interface value         bind interface (default: "127.0.0.1")
   --certificate-authority value  Server CA for TLS verification (unverified by StrongDM if empty) (secret)
   --client-certificate value     (secret)
   --client-key value             (secret)
   --database value               
   --delete-all-tags              
   --delete-tags value            delete-tags e.g. 'key,...'
   --egress-filter value          apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value               
   --name value                   datasource name
   --override-database            Limit all connections to the configured database
   --password value               (secret)
   --port value                   (default: 0)
   --port-override value          port profile override (default: -1)
   --server-name value            Server name for TLS verification (unverified by StrongDM if empty)
   --subdomain value, --bind-subdomain value              DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value                   tags e.g. 'key=value,...'
   --timeout value                set time limit for command
   --username value               (secret)
```

#### maria

```shell
NAME:
   sdm admin resources clone maria - clone Maria datasource

USAGE:
   sdm admin resources clone maria [command options] <ID>

OPTIONS:
   --bind-interface value               bind interface (default: "127.0.0.1")
   --database value                     This database is exclusively used for healthchecks; the database sent by clients is respected otherwise.
   --delete-all-tags                    
   --delete-tags value                  delete-tags e.g. 'key,...'
   --egress-filter value                apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value                     
   --name value                         datasource name
   --password value                     (secret)
   --port value                         (default: 0)
   --port-override value                port profile override (default: -1)
   --require-native-auth                Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
   --subdomain value, --bind-subdomain value                    DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value                         tags e.g. 'key=value,...'
   --timeout value                      set time limit for command
   --use-azure-single-server-usernames  If true, appends the hostname to the username when hitting a database.azure.com address
   --username value                     (secret)
```

#### mcp

```shell
NAME:
   sdm admin resources clone mcp - clone MCP Gateway (OAuth) datasource

USAGE:
   sdm admin resources clone mcp [command options] <ID>

OPTIONS:
   --bind-interface value                     IP address on which to listen for connections to this resource on clients. Specify "default", "loopback", or "vnm" to automatically allocate an available address from the corresponding IP range configured in the organization. (default: "default")
   --client-id value
   --client-secret value                      (secret)
   --delete-all-tags
   --delete-tags value                        delete-tags e.g. 'key,...'
   --egress-filter value                      apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --name value                               datasource name
   --oauth-auth-endpoint value                OAuth authorization endpoint URL
   --oauth-scopes value                       Space-separated list of OAuth scopes to request
   --oauth-token-endpoint value               OAuth token endpoint URL
   --port-override value                      Port on which to listen for connections to this resource on clients. Specify "-1" to automatically allocate an available port. (default: -1)
   --proxy-cluster-id value                   proxy cluster id
   --subdomain value, --bind-subdomain value  DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value                               tags e.g. 'key=value,...'
   --timeout value                            set time limit for command
   --url value                                Full URL of MCP Server
```

#### mcpNoAuth

```shell
NAME:
   sdm admin resources clone mcpNoAuth - clone MCP Gateway (NoAuth) datasource

USAGE:
   sdm admin resources clone mcpNoAuth [command options] <ID>

OPTIONS:
   --bind-interface value                     IP address on which to listen for connections to this resource on clients. Specify "default", "loopback", or "vnm" to automatically allocate an available address from the corresponding IP range configured in the organization. (default: "default")
   --delete-all-tags
   --delete-tags value                        delete-tags e.g. 'key,...'
   --egress-filter value                      apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --name value                               datasource name
   --port-override value                      Port on which to listen for connections to this resource on clients. Specify "-1" to automatically allocate an available port. (default: -1)
   --proxy-cluster-id value                   proxy cluster id
   --subdomain value, --bind-subdomain value  DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value                               tags e.g. 'key=value,...'
   --timeout value                            set time limit for command
   --url value                                Full URL of MCP Server
```

#### mcpPAT

```shell
NAME:
   sdm admin resources clone mcpPAT - clone MCP Gateway (PAT) datasource

USAGE:
   sdm admin resources clone mcpPAT [command options] <ID>

OPTIONS:
   --bind-interface value                     IP address on which to listen for connections to this resource on clients. Specify "default", "loopback", or "vnm" to automatically allocate an available address from the corresponding IP range configured in the organization. (default: "default")
   --delete-all-tags
   --delete-tags value                        delete-tags e.g. 'key,...'
   --egress-filter value                      apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --name value                               datasource name
   --port-override value                      Port on which to listen for connections to this resource on clients. Specify "-1" to automatically allocate an available port. (default: -1)
   --proxy-cluster-id value                   proxy cluster id
   --subdomain value, --bind-subdomain value  DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value                               tags e.g. 'key=value,...'
   --timeout value                            set time limit for command
   --token value                              Authorization Token (Personal Access Token) (secret)
   --url value                                Full URL of MCP Server
```

#### memcached

```shell
NAME:
   sdm admin resources clone memcached - clone Memcached datasource

USAGE:
   sdm admin resources clone memcached [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
```

#### memsql

```shell
NAME:
   sdm admin resources clone memsql - clone MemSQL datasource

USAGE:
   sdm admin resources clone memsql [command options] <ID>

OPTIONS:
   --bind-interface value               bind interface (default: "127.0.0.1")
   --database value                     This database is exclusively used for healthchecks; the database sent by clients is respected otherwise.
   --delete-all-tags                    
   --delete-tags value                  delete-tags e.g. 'key,...'
   --egress-filter value                apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value                     
   --name value                         datasource name
   --password value                     (secret)
   --port value                         (default: 0)
   --port-override value                port profile override (default: -1)
   --require-native-auth                Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
   --subdomain value, --bind-subdomain value                    DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value                         tags e.g. 'key=value,...'
   --timeout value                      set time limit for command
   --use-azure-single-server-usernames  If true, appends the hostname to the username when hitting a database.azure.com address
   --username value                     (secret)
```

#### mongo

```shell
NAME:
   sdm admin resources clone mongo - clone MongoDB (single host) datasource

USAGE:
   sdm admin resources clone mongo [command options] <ID>

OPTIONS:
   --auth-database value   
   --bind-interface value  bind interface (default: "127.0.0.1")
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --tls-required          sdm must use TLS to connect
   --username value        (secret)
```

#### mongo-replicaset

```shell
NAME:
   sdm admin resources clone mongo-replicaset - clone MongoDB (replica set) datasource

USAGE:
   sdm admin resources clone mongo-replicaset [command options] <ID>

OPTIONS:
   --auth-database value   
   --bind-interface value  bind interface (default: "127.0.0.1")
   --connect-to-replica    Connect to a replica instead of the primary node.
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --replica-set value     The name of the mongo replicaset
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --tls-required          sdm must use TLS to connect
   --username value        (secret)
```

#### mssql

```shell
NAME:
   sdm admin resources clone mssql - clone Microsoft SQL Server datasource

USAGE:
   sdm admin resources clone mssql [command options] <ID>

OPTIONS:
   --allow-deprecated-encryption value  Whether to allow deprecated encryption protocols to be used for this resource. For example, TLS 1.0
   --bind-interface value               bind interface (default: "127.0.0.1")
   --database value                     This database is used for healthchecks and overrides client databases if Override Default Database is configured.
   --delete-all-tags                    
   --delete-tags value                  delete-tags e.g. 'key,...'
   --egress-filter value                apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value                     
   --name value                         datasource name
   --override-database                  Clients connect to the configured database by default.
   --password value                     (secret)
   --port value                         (default: 0)
   --port-override value                port profile override (default: -1)
   --schema value                       
   --subdomain value, --bind-subdomain value                    DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value                         tags e.g. 'key=value,...'
   --timeout value                      set time limit for command
   --username value                     (secret)
```

#### mssqlAzureAD

```shell
NAME:
   sdm admin resources clone mssqlAzureAD - clone Microsoft SQL Server (Azure AD) datasource

USAGE:
   sdm admin resources clone mssqlAzureAD [command options] <ID>

OPTIONS:
   --allow-deprecated-encryption value  Whether to allow deprecated encryption protocols to be used for this resource. For example, TLS 1.0
   --bind-interface value               bind interface (default: "127.0.0.1")
   --client-id value                    The Azure AD application (client) ID with which to authenticate. (secret)
   --database value                     This database is used for healthchecks and overrides client databases if Override Default Database is configured.
   --delete-all-tags                    
   --delete-tags value                  delete-tags e.g. 'key,...'
   --egress-filter value                apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value                     
   --name value                         datasource name
   --override-database                  Clients connect to the configured database by default.
   --port value                         (default: 0)
   --port-override value                port profile override (default: -1)
   --schema value                       
   --secret value                       The Azure AD client secret (application password) with which to authenticate. (secret)
   --subdomain value, --bind-subdomain value                    DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value                         tags e.g. 'key=value,...'
   --tenant-id value                    The Azure AD directory (tenant) ID with which to authenticate. (secret)
   --timeout value                      set time limit for command
```

#### mssqlKerberos

```shell
NAME:
   sdm admin resources clone mssqlKerberos - clone Microsoft SQL Server (Kerberos) datasource

USAGE:
   sdm admin resources clone mssqlKerberos [command options] <ID>

OPTIONS:
   --allow-deprecated-encryption value  Whether to allow deprecated encryption protocols to be used for this resource. For example, TLS 1.0
   --bind-interface value               bind interface (default: "127.0.0.1")
   --database value                     This database is used for healthchecks and overrides client databases if Override Default Database is configured.
   --delete-all-tags                    
   --delete-tags value                  delete-tags e.g. 'key,...'
   --egress-filter value                apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value                     
   --keytab value                       The keytab file in base64 format containing an entry with the principal name (<username>@<realm>) and key version number with which to authenticate. (secret)
   --krb-config value                   The Kerberos 5 configuration file (krb5.conf) specifying the Active Directory server (KDC) for the configured realm. (secret)
   --name value                         datasource name
   --override-database                  Clients connect to the configured database by default.
   --password value                     Password of the principal (<username>@<realm>). If used, Kerberos Keytab should be left empty. (secret)clear
   --port value                         (default: 0)
   --port-override value                port profile override (default: -1)
   --realm value                        The Active Directory domain (realm) to which the configured username belongs. (secret)
   --schema value                       
   --server-spn value                   The Service Principal Name of the Microsoft SQL Server instance in Active Directory. (secret)
   --subdomain value, --bind-subdomain value                    DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value                         tags e.g. 'key=value,...'
   --timeout value                      set time limit for command
   --username value                     The Active Directory username with which to authenticate. (secret)
```

#### mysql

```shell
NAME:
   sdm admin resources clone mysql - clone MySQL datasource

USAGE:
   sdm admin resources clone mysql [command options] <ID>

OPTIONS:
   --bind-interface value               bind interface (default: "127.0.0.1")
   --database value                     This database is exclusively used for healthchecks; the database sent by clients is respected otherwise.
   --delete-all-tags                    
   --delete-tags value                  delete-tags e.g. 'key,...'
   --egress-filter value                apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value                     
   --name value                         datasource name
   --password value                     (secret)
   --port value                         (default: 0)
   --port-override value                port profile override (default: -1)
   --require-native-auth                Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
   --subdomain value, --bind-subdomain value                    DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value                         tags e.g. 'key=value,...'
   --timeout value                      set time limit for command
   --use-azure-single-server-usernames  If true, appends the hostname to the username when hitting a database.azure.com address
   --username value                     (secret)
```

#### neptune

```shell
NAME:
   sdm admin resources clone neptune - clone Neptune datasource

USAGE:
   sdm admin resources clone neptune [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --endpoint value        
   --name value            datasource name
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
```

#### neptuneiam

```shell
NAME:
   sdm admin resources clone neptuneiam - clone Neptune (IAM) datasource

USAGE:
   sdm admin resources clone neptuneiam [command options] <ID>

OPTIONS:
   --access-key-id value      (secret)
   --bind-interface value     bind interface (default: "127.0.0.1")
   --delete-all-tags          
   --delete-tags value        delete-tags e.g. 'key,...'
   --egress-filter value      apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --endpoint value           
   --name value               datasource name
   --port value               (default: 0)
   --port-override value      port profile override (default: -1)
   --region value             
   --role-arn value           The role to assume after logging in. (secret)
   --role-external-id value   (secret)
   --secret-access-key value  (secret)
   --subdomain value, --bind-subdomain value          DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value               tags e.g. 'key=value,...'
   --timeout value            set time limit for command
```

#### oracle

```shell
NAME:
   sdm admin resources clone oracle - clone Oracle datasource

USAGE:
   sdm admin resources clone oracle [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --database value        
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --tls-required          sdm must use TLS to connect
   --username value        (secret)
```

#### oraclenne

```shell
NAME:
   sdm admin resources clone oraclenne - clone Oracle (NNE) datasource

USAGE:
   sdm admin resources clone oraclenne [command options] <name>

OPTIONS:
   --bind-interface value    IP address on which to listen for connections to this resource on clients. Specify "default", "loopback", or "vnm" to automatically allocate an available address from the corresponding IP range configured in the organization. (default: "default")
   --egress-filter value     apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value          (required)
   --password value          (required, secret)
   --port value              (required) (default: 1521)
   --port-override value     port profile override (default: -1)
   --proxy-cluster-id value  proxy cluster id
   --secret-store-id value   secret store id
   --service-name value      (required)
   --subdomain value, --bind-subdomain value         DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value              tags e.g. 'key=value,...'
   --template, -t            display a JSON template
   --timeout value           set time limit for command
   --username value          (required, secret)
```

#### postgres

```shell
NAME:
   sdm admin resources clone postgres - clone PostgreSQL datasource

USAGE:
   sdm admin resources clone postgres [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --database value        
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --override-database     Limit all connections to the configured database
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --username value        (secret)
```

#### presto

```shell
NAME:
   sdm admin resources clone presto - clone Presto datasource

USAGE:
   sdm admin resources clone presto [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --database value        
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --tls-required          sdm must use TLS to connect
```

#### rabbitmq-amqp-091

```shell
NAME:
   sdm admin resources clone rabbitmq-amqp-091 - clone RabbitMQ (AMQP 0.9.1) datasource

USAGE:
   sdm admin resources clone rabbitmq-amqp-091 [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        Do not include the protocol or port.
   --name value            datasource name
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --tls-required          Use TLS to connect to the AMQP server
   --username value        (secret)
```

#### redis

```shell
NAME:
   sdm admin resources clone redis - clone Redis datasource

USAGE:
   sdm admin resources clone redis [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --no-tls-required       Use TLS to connect to the OpenSearch server (disable)
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --username value        (secret)
```

#### redisCluster

```shell
NAME:
  sdm admin resources clone redisCluster - clone Redis Cluster datasource

USAGE:
  sdm admin resources clone redisCluster [command options] <name>

OPTIONS:
  --bind-interface value    IP address on which to listen for connections to this resource on clients. Specify "default", "loopback", or "vnm" to automatically allocate an available address from the corresponding IP range configured in the organization. (default: "default")
  --egress-filter value    apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
  --hostname value         Hostname of one of the cluster nodes (required)
  --no-tls-required        Use TLS to connect to the OpenSearch server (disable)
  --password value         (secret)
  --port value             Port of one of the cluster nodes (default: 6379)
  --port-override value    port profile override (default: -1)
  --proxy-cluster-id value proxy cluster id
  --secret-store-id value  secret store id
  --subdomain value, --bind-subdomain value        DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
  --tags value             tags e.g. 'key=value,...'
  --template, -t           display a JSON template
  --timeout value          set time limit for command
  --username value         (secret)
```

#### redshift

```shell
NAME:
   sdm admin resources clone redshift - clone Redshift datasource

USAGE:
   sdm admin resources clone redshift [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --database value        
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --override-database     Limit all connections to the configured database
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --username value        (secret)
```

#### redshift-iam

```shell
NAME:
   sdm admin resources clone redshift-iam - create Redshift (IAM) datasource

USAGE:
   sdm admin resources clone redshift-iam [command options] <name>

OPTIONS:
   --bind-interface value       bind interface (default: "127.0.0.1")
   --cluster-id value           (required)
   --database value             (required)
   --egress-filter value        apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value             (required)
   --override-database          Limit all connections to the configured database
   --port value                 (default: 5439)
   --port-override value        port profile override (default: -1)
   --region value               (required)
   --role-assumption-arn value  
   --subdomain value, --bind-subdomain value            DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value                 tags e.g. 'key=value,...'
   --template, -t               display a JSON template
   --timeout value              set time limit for command
```

#### redshift-serverless-iam

```shell
NAME:
   sdm admin resources clone redshift-serverless-iam - create Redshift Serverless (IAM) datasource

USAGE:
   sdm admin resources clone redshift-serverless-iam [command options] <name>

OPTIONS:
   --bind-interface value       bind interface (default: "127.0.0.1")
   --database value             (required)
   --egress-filter value        apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value             (required)
   --override-database          Limit all connections to the configured database
   --port value                 (default: 5439)
   --port-override value        port profile override (default: -1)
   --region value               (required)
   --role-assumption-arn value  
   --subdomain value, --bind-subdomain value            DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value                 tags e.g. 'key=value,...'
   --template, -t               display a JSON template
   --timeout value              set time limit for command
   --workgroup value            (required)
```

#### singlestore

```shell
NAME:
   sdm admin resources clone singlestore - clone SingleStore datasource

USAGE:
   sdm admin resources clone singlestore [command options] <ID>

OPTIONS:
   --bind-interface value               bind interface (default: "127.0.0.1")
   --database value                     This database is exclusively used for healthchecks; the database sent by clients is respected otherwise.
   --delete-all-tags                    
   --delete-tags value                  delete-tags e.g. 'key,...'
   --egress-filter value                apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value                     
   --name value                         datasource name
   --password value                     (secret)
   --port value                         (default: 0)
   --port-override value                port profile override (default: -1)
   --require-native-auth                Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
   --subdomain value, --bind-subdomain value                    DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value                         tags e.g. 'key=value,...'
   --timeout value                      set time limit for command
   --use-azure-single-server-usernames  If true, appends the hostname to the username when hitting a database.azure.com address
   --username value                     (secret)
```

#### snowflake

```shell
NAME:
   sdm admin resources clone snowflake - clone Snowflake datasource

USAGE:
   sdm admin resources clone snowflake [command options] <ID>

OPTIONS:
   --bind-interface value    IP address on which to listen for connections to this resource on clients. Specify "default", "loopback", or "vnm" to automatically allocate an available address from the corresponding IP range configured in the organization. (default: "default")
   --database value          
   --delete-all-tags         
   --delete-tags value       delete-tags e.g. 'key,...'
   --egress-filter value     apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value          Do not include the protocol or port.
   --name value              datasource name
   --port-override value     port profile override (default: -1)
   --private-key value       (secret)
   --proxy-cluster-id value  proxy cluster id
   --schema value            
   --subdomain value, --bind-subdomain value         DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value              tags e.g. 'key=value,...'
   --timeout value           set time limit for command
   --username value          (secret)
```

#### sybase

```shell
NAME:
   sdm admin resources clone sybase - clone Sybase ASE datasource

USAGE:
   sdm admin resources clone sybase [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --username value        (secret)
```

#### sybase-iq, sybaseiq

```shell
NAME:
   sdm admin resources clone sybase-iq - clone Sybase IQ datasource

USAGE:
   sdm admin resources clone sybase-iq [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --username value        (secret)
```

#### teradata

```shell
NAME:
   sdm admin resources clone teradata - clone Teradata datasource

USAGE:
   sdm admin resources clone teradata [command options] <ID>

OPTIONS:
   --bind-interface value  bind interface (default: "127.0.0.1")
   --delete-all-tags       
   --delete-tags value     delete-tags e.g. 'key,...'
   --egress-filter value   apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value        
   --name value            datasource name
   --password value        (secret)
   --port value            (default: 0)
   --port-override value   port profile override (default: -1)
   --subdomain value, --bind-subdomain value       DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
   --username value        (secret)
```

#### vertica

```shell
NAME:
   sdm admin resources clone vertica - clone Vertica datasource

USAGE:
   sdm admin resources clone vertica [command options] <name>

OPTIONS:
   --bind-interface value    IP address on which to listen for connections to this resource on clients. Specify "default", "loopback", or "vnm" to automatically allocate an available address from the corresponding IP range configured in the organization. (default: "default")
   --database value         (required)
   --egress-filter value    apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --hostname value         (required)
   --password value         (required, secret)
   --port value             (default: 5433)
   --port-override value    port profile override (default: -1)
   --subdomain value, --bind-subdomain value        DNS subdomain through which this resource may be accessed on clients (e.g. "app-prod" allows the resource to be accessed as "app-prod.<your-org-name>.<sdm-proxy-domain>"). Only applicable to HTTP-based resources or resources using virtual networking mode.
   --tags value             tags e.g. 'key=value,...'
   --template, -t           display a JSON template
   --timeout value          set time limit for command
   --tls-required           sdm must use TLS to connect
   --username value         (required, secret)
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.strongdm.com/references/cli/admin/resources/sdm-admin-resources-clone.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
