> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sync.cdata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Amazon DynamoDB

export const CommonAuthSchemeAwscognitosrp = () => {
  return <>
      <p>Amazon Web Services (AWS) Cognito 認証情報で接続するには、次のプロパティを指定します：</p>
      <ul>
        <li><strong>Auth Scheme：</strong><strong>AwsCognitoSrp</strong> を選択。</li>
        <li><strong>User：</strong>ユーザープールに登録されているユーザーのユーザー名を入力。</li>
        <li><strong>Password：</strong>ユーザープールに登録されているユーザーのパスワードを入力。</li>
        <li><strong>AWS Cognito Region：</strong>Amazon Web Services (AWS) Cognito のホスティングリージョンを選択。デフォルトのリージョンは<strong>NORTHERNVIRGINIA</strong> です。</li>
        <li><strong>AWS User Pool Id：</strong>AWS ユーザープールの識別子（Id）を入力。</li>
        <li><strong>AWS User Pool Client App Id：</strong>AWS ユーザープールのクライアントアプリケーションId を入力。</li>
        <li>（オプション）<strong>AWS User Pool Client App Secret：</strong>ユーザープールクライアントのシークレットを入力。</li>
        <li><strong>AWS Region：</strong>Amazon Web Services のホスティングリージョンを選択。デフォルトのリージョンは<strong>NORTHERNVIRGINIA</strong> です。</li>
      </ul>
    </>;
};

export const CommonAuthSchemeAwscognitobasic = () => {
  return <>
      <p>Amazon Web Services (AWS) Cognito 認証情報で接続するには、次のプロパティを指定します：</p>
      <ul>
        <li><strong>Auth Scheme：</strong><strong>AwsCognitoBasic</strong> を選択。</li>
        <li><strong>User：</strong>ユーザープールに登録されているユーザーのユーザー名を入力。</li>
        <li><strong>Password：</strong>ユーザープールに登録されているユーザーのパスワードを入力。</li>
        <li><strong>AWS Cognito Region：</strong>Amazon Web Services (AWS) ユーザープールのリージョンを選択。デフォルトのリージョンは<strong>NORTHERNVIRGINIA</strong> です。</li>
        <li><strong>AWS User Pool Id：</strong>AWS ユーザープールの識別子（Id）を入力。</li>
        <li><strong>AWS User Pool Client App Id：</strong>AWS ユーザープールのクライアントアプリケーションId を入力。</li>
        <li>（オプション）<strong>AWS User Pool Client App Secret：</strong>ユーザープールクライアントのシークレットを入力。</li>
      </ul>
    </>;
};

export const CommonAuthSchemePingfederateSso = () => {
  return <>
      <p>PingFederate を介したシングルサインオンで接続するには、次のプロパティを指定します：</p>
      <ul>
        <li><strong>Auth Scheme：</strong><strong>PingFederate</strong> を選択。</li>
        <li><strong>User：</strong>PingFederate アカウントへの認証に使用するユーザー名を入力。</li>
        <li><strong>Password：</strong>PingFederate アカウントへの認証に使用するパスワードを入力。</li>
        <li><strong>SSO Login URL：</strong>シングルサインオン（SSO）プロバイダーが使用するログインURL を入力。</li>
        <li><strong>SSO Properties：</strong>使用するシングルサインオン（SSO）プロパティをカンマ区切りで入力（例えば、<em>SSOProperty1</em>=<em>Value1</em>;<em>SSOProperty2</em>=<em>Value2</em>;...）。</li>
        <li><strong>SSO Exchange UrI：</strong>PingFederate サーバーインスタンスに設定されているPartner Service Identifier URI を入力。URI は<strong>SP Connections &gt; SP Connection &gt; WS-Trust &gt; Protocol Settings</strong> で入手可能です。</li>
      </ul>
    </>;
};

export const CommonAuthSchemeOktaSso = ({siteName = "CData Sync", siteNameShort = "Sync", datasource = "the data source"}) => {
  return <>
      <p>Okta を介したシングルサインオン（SSO）で接続するには、次のプロパティを指定します：</p>
      <ul>
        <li><strong>Auth Scheme：</strong><strong>OKTA</strong> を選択。</li>
        <li><strong>User：</strong>Okta アカウントへの認証に使用するユーザー名を入力。</li>
        <li><strong>Password：</strong>Okta アカウントへの認証に使用するパスワードを入力。</li>
        <li><strong>SSO Login URL：</strong>シングルサインオン（SSO）プロバイダーが使用するログインURL を入力。</li>
        <li><strong>SSO Properties：</strong>使用するシングルサインオン（SSO）プロパティをセミコロン区切りで入力（例えば、<em>SSOProperty1</em>=<em>Value1</em>;<em>SSOProperty2</em>=<em>Value2</em>;...）。</li>
      </ul>
    </>;
};

export const CommonAuthSchemeAwscredentialsfile = ({siteName = "CData Sync", siteNameShort = "Sync", datasource = "the data source"}) => {
  return <>
      <p>認証情報ファイルで接続するには、次のプロパティを指定します：</p>
      <ul>
        <li><strong>Auth Scheme：</strong><strong>AwsCredentialsFile</strong> を選択。</li>
        <li><strong>AWS Credentials File：</strong>Amazon Web Services（AWS）認証情報ファイルの場所を入力。</li>
        <li>（オプション）<strong>AWS Credentials File Profile：</strong>指定した認証情報ファイルから使用するAWS プロファイルの名前を入力。プロファイル名を入力しない場合、{siteNameShort} は<strong>default</strong> という名前のプロファイルを使用します。</li>
      </ul>
    </>;
};

export const CommonAuthSchemeAwsmfa = () => {
  return <>
      <p>多要素認証で接続するには、次のプロパティを指定します：</p>
      <ul>
        <li><strong>Auth Scheme：</strong><strong>AwsMFA</strong> を選択。</li>
        <li><strong>MFA Serial Number：</strong>多要素認証（MFA）デバイスを使用している場合、そのシリアル番号を入力。</li>
        <li><strong>MFA Token：</strong>MFA デバイスから入手した一時トークンを入力。</li>
        <li>（オプション）<strong>Temporary Token Duration：</strong>一時トークンの有効期間（秒）を入力。デフォルトの期間は<strong>3600</strong> です。</li>
      </ul>
    </>;
};

export const CommonAuthSchemeAwsec2roles = ({siteName = "CData Sync", siteNameShort = "Sync", datasource = "the data source"}) => {
  return <>
      <p>
        EC2 インスタンスで{siteName} を実行すると、{siteName} はインスタンスに割り当てられたIAM ロールを使用して認証できます。そのロールを使用するには、<strong>Auth Scheme</strong> で<strong>AwsEC2Roles</strong> を選択します。追加のプロパティは必要ありません。
      </p>
    </>;
};

export const CommonAuthSchemeAwsiamroles = ({siteName = "CData Sync", siteNameShort = "Sync", datasource = "the data source"}) => {
  return <>
      <p>IAM ユーザー認証情報で接続するには、次のプロパティを指定します：</p>
      <ul>
        <li><strong>Auth Scheme：</strong><strong>AwsIAMRoles</strong> を選択。</li>
        <li><strong>User：</strong>{datasource} アカウントへの認証に使用するユーザー名を入力。</li>
        <li><strong>AWS Access Key：</strong>Amazon Web Services（AWS）アカウントのアクセスキーを入力。この値は、AWS のセキュリティ認証情報ページで確認できます。</li>
        <li><strong>AWS Secret Key：</strong>AWS アカウントのシークレットキーを入力。この値は、AWS のセキュリティ認証情報ページで確認できます。</li>
        <li><strong>AWS Role ARN：</strong>認証したいロールのAmazon リソースネーム（ARN）を入力。</li>
        <li>（オプション）<strong>AWS External Id：</strong>別のアカウントでロールを引き受ける際に必要となる一意の識別子を入力。</li>
      </ul>
    </>;
};

export const CommonAuthSchemeAwsrootkeys = ({siteName = "CData Sync", siteNameShort = "Sync", datasource = "the data source"}) => {
  return <>
      <p>アカウントのルート認証情報で接続するには、次のプロパティを指定します：</p>
      <ul>
        <li><strong>Auth Scheme：</strong><strong>AwsRootKeys</strong> を選択。</li>
        <li><strong>AWS Access Key：</strong>Amazon Web Services（AWS）アカウントのアクセスキーを入力。この値は、AWS のセキュリティ認証情報ページで確認できます。</li>
        <li><strong>AWS Secret Key：</strong>AWS アカウントのシークレットキーを入力。この値は、AWS のセキュリティ認証情報ページで確認できます。</li>
      </ul>
    </>;
};

export const CommonAuthSchemeAdfsSso = () => {
  return <>
      <p>ADFS を介したシングルサインオン（SSO）で接続するには、次のプロパティを指定します：</p>
      <ul>
        <li><strong>Auth Scheme：</strong><strong>ADFS</strong> を選択。</li>
        <li><strong>User：</strong>ADFS アカウントへの認証に使用するユーザー名を入力。</li>
        <li><strong>Password：</strong>ADFS アカウントへの認証に使用するパスワードを入力。</li>
        <li><strong>SSO Login URL：</strong>シングルサインオン（SSO）プロバイダーが使用するログインURL を入力。</li>
        <li><strong>SSO Properties：</strong>使用するシングルサインオン（SSO）プロパティをセミコロン区切りで入力（例えば、<em>SSOProperty1</em>=<em>Value1</em>;<em>SSOProperty2</em>=<em>Value2</em>;...）。</li>
        <li><strong>SSO Exchange UrI：</strong>PingFederate サーバーインスタンスに設定されているPartner Service Identifier URI を入力。URI は<strong>SP Connections &gt; SP Connection &gt; WS-Trust &gt; Protocol Settings</strong> で入手可能です。</li>
      </ul>
    </>;
};

export const CommonDatasourceMoreInformation = ({datasource = "the data source", advancedurl = "", siteName = "CData Sync", driverVersion = ""}) => {
  return <>
      <p>
        {siteName} と{datasource} の連携について、詳しくは{' '}
        <a href={`https://cdn.cdata.com/help/${advancedurl}${driverVersion}/jp/synch/default.htm`}>
          {datasource} Connector for {siteName}
        </a> を参照してください。
      </p>
    </>;
};

export const CommonDatasourceAddConnector = ({datasource = "the data source", title = "the connector", destination = false, siteNameShort = "Sync"}) => {
  return <>
      <p>
        {siteNameShort} で{datasource} のデータを使用できるようにするには、まず以下の手順でコネクタを追加する必要があります：
      </p>
      <ol>
        <li>{siteNameShort} のダッシュボードから<strong>接続</strong>ページを開きます。</li>
        <li><strong>接続を追加</strong>をクリックして<strong>コネクタを選択</strong>ページを開きます。</li>
        <li>
          <strong>{destination ? "同期先" : "データソース"}</strong>タブをクリックして
          <strong>{title}</strong> 行に移動します。
        </li>
        <li>
          行末にある<strong>接続を設定</strong>アイコンをクリックして、<strong>新しい接続</strong>ページを開きます。この操作により、{' '}
          <strong>接続を追加</strong>ダイアログボックスが開きます。
          <br />
          <strong>Note：</strong> <strong>接続を設定</strong>アイコンが表示されない場合は、<strong>コネクタをダウンロード</strong>アイコンをクリックして {title} コネクタをインストールしてください。
        </li>
        <li><strong>接続を追加</strong>ダイアログボックスに接続名を入力します。</li>
        <li><strong>追加</strong>をクリックして、コネクタの<strong>設定</strong>タブを開きます。</li>
      </ol>
      <p>
        新しいコネクタのインストールについての詳細は、{' '}
        <a href="../connections">接続</a>を参照してください。
      </p>
    </>;
};

export const CommonDatasourceIntroSource = ({datasource = "the data source", siteName = "CData Sync"}) => {
  return <p>
      {siteName} アプリケーションから{datasource} コネクタを使用して、{datasource} からデータを取得してサポートされている任意の同期先に移動できます。これを行うには、コネクタを追加し、コネクタへの認証を行い、接続を完了する必要があります。
    </p>;
};

export const driverVersion = "M";

export const siteNameShort = "Sync";

export const siteName = "CData Sync";

export const datasource = "Amazon DynamoDB";
export const pageTitle = "Amazon DynamoDB";
export const advancedurl = "DD";

<CommonDatasourceIntroSource datasource={datasource} siteName={siteName} />

## Amazon DynamoDB コネクタを追加

<CommonDatasourceAddConnector datasource={datasource} title={pageTitle} destination={false} siteNameShort={siteNameShort} />

## Amazon DynamoDB への認証

After you add the connector, you need to set the required properties.

{siteName} supports authenticating to {pageTitle} in several ways. Select your authentication method below to proceed to the relevant section that contains the authentication details.

* [**ADFS**](#active-directory-federation-services)
* [**Aws Root Keys**](#aws-root-keys) (default)
* [**Aws IAM Roles**](#aws-iam-roles)
* [**AwsEC2Roles**](#aws-ec2-roles)
* [**Aws Multifactor Authentication**](#aws-multifactor-authentication)
* [**Aws Credentials File**](#aws-credentials-file)
* [**Okta**](#okta)
* [**PingFederate**](#pingfederate)
* [**Aws Cognito Basic**](#aws-cognito-basic)
* [**Aws Cognito Secure Remote Password**](#aws-cognito-secure-remote-password)

### Active Directory Federation Services

<CommonAuthSchemeAdfsSso siteName={siteName} siteNameShort={siteNameShort} datasource={datasource} />

* (Optional) **Use Lake Formation:** Select **True** if you want the AWS Lake Formation service to retrieve temporary credentials. These temporary credentials enforce access policies against the user based on the configured IAM role. You can use this service when you authenticate through Okta, ADFS, and PingFederate, while providing a Security Assertion Markup Language (SAML) assertion. The default setting for **Use Lake Formation** is **False**.

### AWS Root Keys

<CommonAuthSchemeAwsrootkeys siteName={siteName} siteNameShort={siteNameShort} datasource={datasource} />

### AWS IAM Roles

<CommonAuthSchemeAwsiamroles siteName={siteName} siteNameShort={siteNameShort} datasource={datasource} />

### AWS EC2 Roles

<CommonAuthSchemeAwsec2roles siteName={siteName} siteNameShort={siteNameShort} datasource={datasource} />

### AWS Multifactor Authentication

<CommonAuthSchemeAwsmfa siteName={siteName} siteNameShort={siteNameShort} datasource={datasource} />

### AWS Credentials File

<CommonAuthSchemeAwscredentialsfile siteName={siteName} siteNameShort={siteNameShort} datasource={datasource} />

### Okta

<CommonAuthSchemeOktaSso siteName={siteName} siteNameShort={siteNameShort} datasource={datasource} />

* (Optional) **Use Lake Formation:** Select **True** if you want the AWS Lake Formation service to retrieve temporary credentials. These temporary credentials enforce access policies against the user based on the configured IAM role. You can use this service when you authenticate through Okta, ADFS, and PingFederate, while providing a Security Assertion Markup Language (SAML) assertion. The default setting for **Use Lake Formation** is **False**.

### PingFederate

<CommonAuthSchemePingfederateSso siteName={siteName} siteNameShort={siteNameShort} datasource={datasource} />

* (Optional) **Use Lake Formation:** Select **True** if you want the AWS Lake Formation service to retrieve temporary credentials. These temporary credentials enforce access policies against the user based on the configured IAM role. You can use this service when you authenticate through Okta, ADFS, and PingFederate, while providing a Security Assertion Markup Language (SAML) assertion. The default setting for **Use Lake Formation** is **False**.

### AWS Cognito Basic

<CommonAuthSchemeAwscognitobasic siteName={siteName} siteNameShort={siteNameShort} datasource={datasource} />

### AWS Cognito Secure Remote Password

<CommonAuthSchemeAwscognitosrp siteName={siteName} siteNameShort={siteNameShort} datasource={datasource} />

## 接続を完了する

To complete your connection:

1. For **AWS Region**, select the region that hosts your Amazon Web Services. The default region is **NORTHERNVIRGINIA**.
2. Define advanced connection settings on the **Advanced** tab. (In most cases, though, you should not need these settings.)
3. Click **Create & Test** to create your connection.

## 詳細について

<CommonDatasourceMoreInformation datasource={datasource} advancedurl={advancedurl} siteName={siteName} driverVersion={driverVersion} />
