AWS AWSCloudFormation medium security documentation change
Summary
Added comprehensive documentation for IntegrationResourceProperty including security-related properties (KMS keys, roles, VPC)
Security assessment
New documentation explicitly describes security configurations: KMS keys for encryption, IAM roles for access control, and VPC for network security. This directly addresses secure integration setup requirements.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-glue-integrationresourceproperty.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-glue-integrationresourceproperty.md index 3f4fdd4a6..e4500525f 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-glue-integrationresourceproperty.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-glue-integrationresourceproperty.md @@ -9 +9 @@ This is the new _CloudFormation Template Reference Guide_. Please update your bo -The `AWS::Glue::IntegrationResourceProperty` resource Property description not available. for Glue. +The `AWS::Glue::IntegrationResourceProperty` resource type can be used to setup `ResourceProperty` of the AWS Glue connection (for the SaaS source), DynamoDB Database (for DynamoDB source), or AWS Glue database ARN (for the target). ResourceProperty is used to define the properties requires to setup the integration, including the role to access the connection or database, KMS keys, event bus for event notifications and VPC connection. To set both source and target properties the same API needs to be invoked twice, once with the AWS Glue connection ARN as ResourceArn with SourceProcessingProperties and next, with the AWS Glue database ARN as ResourceArn with TargetProcessingProperties respectively. @@ -61 +61 @@ _Update requires_ : [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/ -Property description not available. +The resource properties associated with the integration source. @@ -85 +85 @@ _Required_ : No -Property description not available. +The structure used to define the resource properties associated with the integration target. @@ -96,0 +97,4 @@ _Required_ : No +When you pass the logical ID of this resource to the intrinsic `Ref` function, `Ref` returns The resource property arn. + +For more information about using the `Ref` function, see [`Ref`](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html). + @@ -98,0 +103,4 @@ _Required_ : No +The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values. + +For more information about using the `Fn::GetAtt` intrinsic function, see [`Fn::GetAtt`](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html). + @@ -112 +120 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -AWS::Glue::DevEndpoint +Tag