as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

@amazon-devices/kepler-parental-controls

Kepler Parental Controls provides a centralized way to restrict viewing of video content based on the end-user's content restriction settings.

Get started

Setup

  1. Add the following library dependency to the dependencies section of your package.json file.

    Copied to clipboard.

     "@amazon-devices/kepler-media-content-metadata": "~1.0.0",
     "@amazon-devices/kepler-parental-controls": "~1.0.0"
    
  2. Add following component and privilege in your manifest.toml.

    Copied to clipboard.

    [[wants.service]]
    id = "com.amazon.kepler.pcon.service.main"
    [[needs.privilege]]
    id = "com.amazon.kepler.parental_controls.gates.restricted-content-playback"
    

Modules


Last updated: Oct 02, 2025