A module that has been registered in the CloudFormation registry.
module_name
(String) The name of the module being registered.Recommended module naming pattern: company_or_organization::service::type::MODULE.
module_package
(String) The url to the S3 bucket containing the schema and template fragment for the module you want to register.arn
(String) The Amazon Resource Name (ARN) of the module.description
(String) The description of the registered module.documentation_url
(String) The URL of a page providing detailed documentation for this module.id
(String) Uniquely identifies the resource.is_default_version
(Boolean) Indicator of whether this module version is the current default versionschema
(String) The schema defining input parameters to and resources generated by the module.time_created
(String) The time that the specified module version was registered.version_id
(String) The version ID of the module represented by this module instance.visibility
(String) The scope at which the type is visible and usable in CloudFormation operations.The only allowed value at present is:
PRIVATE: The type is only visible and usable within the account in which it is registered. Currently, AWS CloudFormation marks any types you register as PRIVATE.
Import is supported using the following syntax:
$ terraform import awscc_cloudformation_module_version.example <resource ID>