@aws-lite/cloudformation
Advanced tools
Comparing version 0.0.5 to 0.1.0
{ | ||
"name": "@aws-lite/cloudformation", | ||
"version": "0.0.5", | ||
"version": "0.1.0", | ||
"description": "Official `aws-lite` plugin for CloudFormation", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/architect/aws-lite", |
@@ -180,2 +180,13 @@ # `@aws-lite/cloudformation` | ||
### `UpdateTerminationProtection` | ||
[Canonical AWS API doc](https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateTerminationProtection.html) | ||
Properties: | ||
- **`StackName` (string) [required]** | ||
- Stack name or ID | ||
- **`EnableTerminationProtection` (boolean) [required]** | ||
- Enable termination protection on the specified stack | ||
### Methods yet to be implemented | ||
@@ -247,3 +258,2 @@ | ||
- [`UpdateStackSet`](https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html) | ||
- [`UpdateTerminationProtection`](https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateTerminationProtection.html) | ||
- [`ValidateTemplate`](https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ValidateTemplate.html) | ||
@@ -250,0 +260,0 @@ <!-- METHOD_DOCS_END --> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33795
358
265