AWS AWSCloudFormation documentation change
Summary
Added Neptune DBClusterParameterGroup and DBParameterGroup to supported import resources
Security assessment
This change expands the list of supported CloudFormation import resources. While Neptune security groups can be security-relevant, the change itself only concerns resource import functionality without any specific security implications or documentation.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.md b/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.md index 3dceef75b..a17a610d3 100644 --- a//AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.md +++ b//AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.md @@ -808,0 +809,2 @@ Resource | Import | Drift detection | IaC generator +[`AWS::Neptune::DBClusterParameterGroup`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbclusterparametergroup.html) | Yes | Yes | No +[`AWS::Neptune::DBParameterGroup`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbparametergroup.html) | Yes | Yes | No