View source: R/cloudformation_operations.R
cloudformation_set_type_configuration | R Documentation |
Specifies the configuration data for a registered CloudFormation extension, in the given account and Region.
See https://www.paws-r-sdk.com/docs/cloudformation_set_type_configuration/ for full documentation.
cloudformation_set_type_configuration(
TypeArn = NULL,
Configuration,
ConfigurationAlias = NULL,
TypeName = NULL,
Type = NULL
)
TypeArn |
The Amazon Resource Name (ARN) for the extension, in this account and Region. For public extensions, this will be the ARN assigned when you call the
Do not include the extension versions suffix at the end of the ARN. You can set the configuration for an extension, but not for a specific extension version. |
Configuration |
[required] The configuration data for the extension, in this account and Region. The configuration data must be formatted as JSON, and validate against
the schema returned in the |
ConfigurationAlias |
An alias by which to refer to this extension configuration data. Conditional: Specifying a configuration alias is required when setting a configuration for a resource type extension. |
TypeName |
The name of the extension. Conditional: You must specify |
Type |
The type of extension. Conditional: You must specify |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.