AWS AWSCloudFormation documentation change
Summary
Corrected a typo in the property name from 'SecurityDbEncryptian' to 'SecurityDbEncryption' and fixed the service name from 'AWM DMS' to 'AWS DMS'.
Security assessment
This change fixes documentation typos but doesn't address any security vulnerability. The content still describes the same TDE password security feature without altering security implications.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-dms-endpoint-oraclesettings.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-dms-endpoint-oraclesettings.md index 89b353aca..7c654c75c 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-dms-endpoint-oraclesettings.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-dms-endpoint-oraclesettings.md @@ -427 +427 @@ _Required_ : No -For an Oracle source endpoint, the transparent data encryption (TDE) password required by AWM DMS to access Oracle redo logs encrypted by TDE using Binary Reader. It is also the ` _TDE_Password_ ` part of the comma-separated value you set to the `Password` request parameter when you create the endpoint. The `SecurityDbEncryptian` setting is related to this `SecurityDbEncryptionName` setting. For more information, see [ Supported encryption methods for using Oracle as a source for AWS DMS](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.Encryption) in the _AWS Database Migration Service User Guide_. +For an Oracle source endpoint, the transparent data encryption (TDE) password required by AWS DMS to access Oracle redo logs encrypted by TDE using Binary Reader. It is also the ` _TDE_Password_ ` part of the comma-separated value you set to the `Password` request parameter when you create the endpoint. The `SecurityDbEncryption` setting is related to this `SecurityDbEncryptionName` setting. For more information, see [ Supported encryption methods for using Oracle as a source for AWS DMS](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.Encryption) in the _AWS Database Migration Service User Guide_.