View source: R/cloudformation_operations.R
cloudformation_update_generated_template | R Documentation |
Updates a generated template. This can be used to change the name, add and remove resources, refresh resources, and change the DeletionPolicy
and UpdateReplacePolicy
settings. You can check the status of the update to the generated template using the describe_generated_template
API action.
See https://www.paws-r-sdk.com/docs/cloudformation_update_generated_template/ for full documentation.
cloudformation_update_generated_template(
GeneratedTemplateName,
NewGeneratedTemplateName = NULL,
AddResources = NULL,
RemoveResources = NULL,
RefreshAllResources = NULL,
TemplateConfiguration = NULL
)
GeneratedTemplateName |
[required] The name or Amazon Resource Name (ARN) of a generated template. |
NewGeneratedTemplateName |
An optional new name to assign to the generated template. |
AddResources |
An optional list of resources to be added to the generated template. |
RemoveResources |
A list of logical ids for resources to remove from the generated template. |
RefreshAllResources |
If |
TemplateConfiguration |
The configuration details of the generated template, including the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.