@Stability(value=Stable) public static final class CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty |
build()
Builds the configured instance.
|
CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.Builder |
kmsKeyId(String kmsKeyId)
|
CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.Builder |
returnConnectionPasswordEncrypted(Boolean returnConnectionPasswordEncrypted)
|
CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.Builder |
returnConnectionPasswordEncrypted(IResolvable returnConnectionPasswordEncrypted)
|
@Stability(value=Stable) public CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.Builder kmsKeyId(String kmsKeyId)
CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.getKmsKeyId()kmsKeyId - An AWS KMS key that is used to encrypt the connection password.
If connection password protection is enabled, the caller of CreateConnection and UpdateConnection needs at least kms:Encrypt permission on the specified AWS KMS key, to encrypt passwords before storing them in the Data Catalog. You can set the decrypt permission to enable or restrict access on the password key according to your security requirements.this@Stability(value=Stable) public CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.Builder returnConnectionPasswordEncrypted(Boolean returnConnectionPasswordEncrypted)
CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.getReturnConnectionPasswordEncrypted()returnConnectionPasswordEncrypted - When the `ReturnConnectionPasswordEncrypted` flag is set to "true", passwords remain encrypted in the responses of `GetConnection` and `GetConnections` .
This encryption takes effect independently from catalog encryption.this@Stability(value=Stable) public CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.Builder returnConnectionPasswordEncrypted(IResolvable returnConnectionPasswordEncrypted)
CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.getReturnConnectionPasswordEncrypted()returnConnectionPasswordEncrypted - When the `ReturnConnectionPasswordEncrypted` flag is set to "true", passwords remain encrypted in the responses of `GetConnection` and `GetConnections` .
This encryption takes effect independently from catalog encryption.this@Stability(value=Stable) public CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty build()
build in interface software.amazon.jsii.Builder<CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty>CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.