HEX
Server: LiteSpeed
System: Linux s3604.bom1.stableserver.net 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: dmstechonline (1480)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //usr/lib/python3.6/site-packages/awscli/examples/cloudformation/register-type.rst
**To register a resource type**

The following ``register-type`` example registers the specified resource type as a private resource type in the user's account. ::

    aws cloudformation register-type \
        --type-name My::Organization::ResourceName \
        --schema-handler-package s3://bucket_name/my-organization-resource_name.zip \
        --type RESOURCE

Output::

    {
        "RegistrationToken": "f5525280-104e-4d35-bef5-8f1f1example"
    }

For more information, see `Registering Resource Providers <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-register.html>`__ in the *CloudFormation Command Line Interface User Guide for Type Development*.