Cookie の設定を選択する

当社は、当社のサイトおよびサービスを提供するために必要な必須 Cookie および類似のツールを使用しています。当社は、パフォーマンス Cookie を使用して匿名の統計情報を収集することで、お客様が当社のサイトをどのように利用しているかを把握し、改善に役立てています。必須 Cookie は無効化できませんが、[カスタマイズ] または [拒否] をクリックしてパフォーマンス Cookie を拒否することはできます。

お客様が同意した場合、AWS および承認された第三者は、Cookie を使用して便利なサイト機能を提供したり、お客様の選択を記憶したり、関連する広告を含む関連コンテンツを表示したりします。すべての必須ではない Cookie を受け入れるか拒否するには、[受け入れる] または [拒否] をクリックしてください。より詳細な選択を行うには、[カスタマイズ] をクリックしてください。

Develop a module using the CFN-CLI

フォーカスモード
Develop a module using the CFN-CLI - Extension Development for CloudFormation
このページはお客様の言語に翻訳されていません。 翻訳のリクエスト

Follow these basic steps to develop and register a module project.

  1. In the CFN-CLI, use the init command to create a new project. The init command creates a fragments folder containing a sample fragment file named sample.json.

    Follow the prompts. Specify that you want to create a module(m), and enter the module name.

    $ cfn init Initializing new project Do you want to develop a new resource(r) a module(m) or a hook(h)? >> m What is the name of your module type? (<Organization>::<Service>::<Name>::MODULE) >> My::Sample::SampleBucket::MODULE
  2. Include your template fragment in the project.

    In the fragments folder in the project, you should find a file named sample.json. This is the template fragment file. Author your template fragment in this file and save.

    You can rename this file as necessary. The folder can only contain a single file.

    For more information, see Creating a module template fragment.

  3. Use validate to validate your project. Fix any issues reported.

    The validate command regenerates the module schema, based on the template fragment you included in the fragments folder. The module schema is located in the root folder, and named schema.json.

  4. Use submit to register the module with CloudFormation, in the specified region. Registering a module makes it available for inclusion in CloudFormation templates.

    Note

    When you register your module using submit, CloudFormation regenerates your module schema based on the template fragment in your project. You can't specify a schema file directly. To specify a module schema file when registering a module, use RegisterType in the CloudFormation API.

For information about using modules in CloudFormation templates, see Using modules in the CloudFormation Users Guide.

プライバシーサイト規約Cookie の設定
© 2025, Amazon Web Services, Inc. or its affiliates.All rights reserved.