AWS AWSCloudFormation documentation change
Summary
Updated terminology from 'AWS CloudFormation' to 'CloudFormation' in multiple instances
Security assessment
Changes are branding/terminology updates without security implications. The OAuth token handling guidance remains unchanged.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-appflow-flow.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-appflow-flow.md index de89474bd..dfc8b4d6f 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-appflow-flow.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-appflow-flow.md @@ -5 +5 @@ SyntaxPropertiesReturn valuesExamplesSee also -This is the new _AWS CloudFormation Template Reference Guide_. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html). +This is the new _CloudFormation Template Reference Guide_. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html). @@ -13 +13 @@ The `AWS::AppFlow::Flow` resource is an Amazon AppFlow resource type that specif -If you want to use AWS CloudFormation to create a connector profile for connectors that implement OAuth (such as Salesforce, Slack, Zendesk, and Google Analytics), you must fetch the access and refresh tokens. You can do this by implementing your own UI for OAuth, or by retrieving the tokens from elsewhere. Alternatively, you can use the Amazon AppFlow console to create the connector profile, and then use that connector profile in the flow creation CloudFormation template. +If you want to use CloudFormation to create a connector profile for connectors that implement OAuth (such as Salesforce, Slack, Zendesk, and Google Analytics), you must fetch the access and refresh tokens. You can do this by implementing your own UI for OAuth, or by retrieving the tokens from elsewhere. Alternatively, you can use the Amazon AppFlow console to create the connector profile, and then use that connector profile in the flow creation CloudFormation template. @@ -17 +17 @@ If you want to use AWS CloudFormation to create a connector profile for connecto -To declare this entity in your AWS CloudFormation template, use the following syntax: +To declare this entity in your CloudFormation template, use the following syntax: