Register Type

GET {{aws_cloudformation_base_url}}/?ClientRequestToken&ExecutionRoleArn&LoggingConfig&SchemaHandlerPackage&Type&TypeName&Action=RegisterType

Request Params

KeyDatatypeRequiredDescription
ClientRequestTokennullA unique identifier that acts as an idempotency key for this registration request. Specifying a client request token prevents CloudFormation from generating more than one version of a type from the same registeration request, even if the request is submitted multiple times.
ExecutionRoleArnnullThe Amazon Resource Name (ARN) of the IAM execution role to use to register the type. If your resource type calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. CloudFormation then assumes that execution role to provide your resource type with the appropriate credentials.
LoggingConfignullSpecifies logging configuration information for a type.
SchemaHandlerPackagenullA url to the S3 bucket containing the schema handler package that contains the schema, event handlers, and associated files for the type you want to register.
TypenullThe kind of type.
TypeNamenullThe name of the type being registered.
Actionstring