View source: R/ssm_operations.R
ssm_delete_parameter | R Documentation |
Delete a parameter from the system. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.
See https://www.paws-r-sdk.com/docs/ssm_delete_parameter/ for full documentation.
ssm_delete_parameter(Name)
Name |
[required] The name of the parameter to delete. You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.