AWS AWSCloudFormation documentation change
Summary
Added PDF link reference and updated resource type/link references
Security assessment
Changes focus on documentation links and resource type descriptions. No security-related content additions or vulnerability mentions detected.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/template-custom-resources.md b/AWSCloudFormation/latest/UserGuide/template-custom-resources.md index b132ee59a..e0d94bdb6 100644 --- a//AWSCloudFormation/latest/UserGuide/template-custom-resources.md +++ b//AWSCloudFormation/latest/UserGuide/template-custom-resources.md @@ -0,0 +1,2 @@ +[](/pdfs/AWSCloudFormation/latest/UserGuide/cfn-ug.pdf#template-custom-resources "Open PDF") + @@ -9 +11 @@ Custom resources provide a way for you to write custom provisioning logic into y -For example, you might want to include resources that aren't available as CloudFormation [resource types](./aws-template-resource-type-ref.html). You can include those resources by using custom resources. That way, you can still manage all your related resources in a single stack. +For example, you might want to include resources that aren't available as CloudFormation resource types. You can include those resources by using custom resources. That way, you can still manage all your related resources in a single stack. @@ -11 +13 @@ For example, you might want to include resources that aren't available as CloudF -To define a custom resource in your CloudFormation template, you use the [`AWS::CloudFormation::CustomResource`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-customresource.html) or [`Custom::`MyCustomResourceTypeName``](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-customresource.html#aws-resource-cloudformation-customresource--remarks) resource type. Custom resources require one property, the service token, which specifies where CloudFormation sends requests to, such as an Amazon SNS topic or a Lambda function. +To define a custom resource in your CloudFormation template, you use the [`AWS::CloudFormation::CustomResource`](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-cloudformation-customresource.html) or [`Custom::`MyCustomResourceTypeName``](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-cloudformation-customresource.html#aws-resource-cloudformation-customresource--remarks) resource type. Custom resources require one property, the service token, which specifies where CloudFormation sends requests to, such as an Amazon SNS topic or a Lambda function. @@ -118 +120 @@ The following sample data shows what a custom resource might include in a respon - 3. After getting a `SUCCESS` response, CloudFormation proceeds with the stack operation. If a `FAILED` response or no response is returned, the operation fails. Any output data from the custom resource is stored in the pre-signed URL location. The template developer can retrieve that data by using the [Fn::GetAtt](./intrinsic-function-reference-getatt.html) function. + 3. After getting a `SUCCESS` response, CloudFormation proceeds with the stack operation. If a `FAILED` response or no response is returned, the operation fails. Any output data from the custom resource is stored in the pre-signed URL location. The template developer can retrieve that data by using the [Fn::GetAtt](./resources-section-structure.html#resource-properties-getatt) function.