AWS AWSCloudFormation documentation change
Summary
Expanded IDE support to include JetBrains IDEs and added clarifications about feature availability limitations for JetBrains
Security assessment
The changes only update supported IDEs and clarify feature availability. No security vulnerabilities or security features are mentioned.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/ide-extension.md b/AWSCloudFormation/latest/UserGuide/ide-extension.md index 5aaffeade..c6e8cef88 100644 --- a//AWSCloudFormation/latest/UserGuide/ide-extension.md +++ b//AWSCloudFormation/latest/UserGuide/ide-extension.md @@ -28 +28 @@ The AWS CloudFormation language server provides capabilities to accelerate autho -The [AWS Toolkit](https://docs.aws.amazon.com/toolkit-for-vscode/latest/userguide/welcome.html) extension integrates the CloudFormation language server to enhance the authoring experience. This integration is currently supported in VS Code based IDEs, including: +The [AWS Toolkit](https://docs.aws.amazon.com/toolkit-for-vscode/latest/userguide/welcome.html) extension integrates the CloudFormation language server to enhance the authoring experience. This integration is currently supported in VS Code and JetBrains based IDEs, including: @@ -30 +30,3 @@ The [AWS Toolkit](https://docs.aws.amazon.com/toolkit-for-vscode/latest/userguid - * [Visual Studio](https://code.visualstudio.com/) Code + * [Visual Studio Code](https://code.visualstudio.com/) + + * [JetBrains](https://www.jetbrains.com/ides/#choose-your-ide) @@ -62 +64 @@ Before you begin, make sure that: - * You are using a VS Code-based IDE on a supported operation system (macOS, Windows, or Linux). + * You are using a VS Code or IntelliJ based IDE on a supported operating system (macOS, Windows, or Linux). @@ -174 +176 @@ You can select resource type using **AWS CloudFormation: Add Resource Types** in -You can add related resources to the selected resource by using the command **AWS CloudFormation: Add Related Resources by Type**. Once you select a resource type from the ones already defined in your template, the IDE displays a list of resources that are typically associated with or dependent on that type. For example, if you select an `AWS::EC2::Instance`, the IDE may suggest adding related resources such as `AWS::EC2::SecurityGroup` or `AWS::EC2::Subnet`. This feature helps you quickly build connected infrastructure components without manually searching for compatible resource types. +You can add related resources to the selected resource by using the command **AWS CloudFormation: Add Related Resources by Type**. Once you select a resource type from the ones already defined in your template, the IDE displays a list of resources that are typically associated with or dependent on that type. For example, if you select an `AWS::EC2::Instance`, the IDE may suggest adding related resources such as `AWS::EC2::SecurityGroup` or `AWS::EC2::Subnet`. This feature helps you quickly build connected infrastructure components without manually searching for compatible resource types. Adding related resources is currently not supported on JetBrains IDEs. @@ -276 +278 @@ You can also view the stack's **Resources** and **Outputs** from this panel. If -Initializing a CloudFormation project in the IDE helps you set up a structured workspace with the correct folders, environment configuration, and AWS credentials so you can validate and deploy your templates reliably. You can initialize a new CloudFormation project directly from the IDE to create this recommended setup. +Initializing a CloudFormation project in the IDE helps you set up a structured workspace with the correct folders, environment configuration, and AWS credentials so you can validate and deploy your templates reliably. You can initialize a new CloudFormation project directly from the IDE to create this recommended setup. This feature is currently not supported on JetBrains IDEs.