1. Packages
  2. AWS
  3. API Docs
  4. glue
  5. getDataCatalogEncryptionSettings
AWS v6.76.0 published on Tuesday, Apr 8, 2025 by Pulumi

aws.glue.getDataCatalogEncryptionSettings

Explore with Pulumi AI

This data source can be used to fetch information about AWS Glue Data Catalog Encryption Settings.

Example Usage

Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.glue.GlueFunctions;
import com.pulumi.aws.glue.inputs.GetDataCatalogEncryptionSettingsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var example = GlueFunctions.getDataCatalogEncryptionSettings(GetDataCatalogEncryptionSettingsArgs.builder()
            .id("123456789123")
            .build());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: aws:glue:getDataCatalogEncryptionSettings
      arguments:
        id: '123456789123'
Copy

Using getDataCatalogEncryptionSettings

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getDataCatalogEncryptionSettings(args: GetDataCatalogEncryptionSettingsArgs, opts?: InvokeOptions): Promise<GetDataCatalogEncryptionSettingsResult>
function getDataCatalogEncryptionSettingsOutput(args: GetDataCatalogEncryptionSettingsOutputArgs, opts?: InvokeOptions): Output<GetDataCatalogEncryptionSettingsResult>
Copy
def get_data_catalog_encryption_settings(catalog_id: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetDataCatalogEncryptionSettingsResult
def get_data_catalog_encryption_settings_output(catalog_id: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetDataCatalogEncryptionSettingsResult]
Copy
func LookupDataCatalogEncryptionSettings(ctx *Context, args *LookupDataCatalogEncryptionSettingsArgs, opts ...InvokeOption) (*LookupDataCatalogEncryptionSettingsResult, error)
func LookupDataCatalogEncryptionSettingsOutput(ctx *Context, args *LookupDataCatalogEncryptionSettingsOutputArgs, opts ...InvokeOption) LookupDataCatalogEncryptionSettingsResultOutput
Copy

> Note: This function is named LookupDataCatalogEncryptionSettings in the Go SDK.

public static class GetDataCatalogEncryptionSettings 
{
    public static Task<GetDataCatalogEncryptionSettingsResult> InvokeAsync(GetDataCatalogEncryptionSettingsArgs args, InvokeOptions? opts = null)
    public static Output<GetDataCatalogEncryptionSettingsResult> Invoke(GetDataCatalogEncryptionSettingsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetDataCatalogEncryptionSettingsResult> getDataCatalogEncryptionSettings(GetDataCatalogEncryptionSettingsArgs args, InvokeOptions options)
public static Output<GetDataCatalogEncryptionSettingsResult> getDataCatalogEncryptionSettings(GetDataCatalogEncryptionSettingsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws:glue/getDataCatalogEncryptionSettings:getDataCatalogEncryptionSettings
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

CatalogId This property is required. string
ID of the Data Catalog. This is typically the AWS account ID.
CatalogId This property is required. string
ID of the Data Catalog. This is typically the AWS account ID.
catalogId This property is required. String
ID of the Data Catalog. This is typically the AWS account ID.
catalogId This property is required. string
ID of the Data Catalog. This is typically the AWS account ID.
catalog_id This property is required. str
ID of the Data Catalog. This is typically the AWS account ID.
catalogId This property is required. String
ID of the Data Catalog. This is typically the AWS account ID.

getDataCatalogEncryptionSettings Result

The following output properties are available:

CatalogId string
DataCatalogEncryptionSettings List<GetDataCatalogEncryptionSettingsDataCatalogEncryptionSetting>
The security configuration to set. see Data Catalog Encryption Settings.
Id string
The provider-assigned unique ID for this managed resource.
CatalogId string
DataCatalogEncryptionSettings []GetDataCatalogEncryptionSettingsDataCatalogEncryptionSetting
The security configuration to set. see Data Catalog Encryption Settings.
Id string
The provider-assigned unique ID for this managed resource.
catalogId String
dataCatalogEncryptionSettings List<GetDataCatalogEncryptionSettingsDataCatalogEncryptionSetting>
The security configuration to set. see Data Catalog Encryption Settings.
id String
The provider-assigned unique ID for this managed resource.
catalogId string
dataCatalogEncryptionSettings GetDataCatalogEncryptionSettingsDataCatalogEncryptionSetting[]
The security configuration to set. see Data Catalog Encryption Settings.
id string
The provider-assigned unique ID for this managed resource.
catalog_id str
data_catalog_encryption_settings Sequence[GetDataCatalogEncryptionSettingsDataCatalogEncryptionSetting]
The security configuration to set. see Data Catalog Encryption Settings.
id str
The provider-assigned unique ID for this managed resource.
catalogId String
dataCatalogEncryptionSettings List<Property Map>
The security configuration to set. see Data Catalog Encryption Settings.
id String
The provider-assigned unique ID for this managed resource.

Supporting Types

GetDataCatalogEncryptionSettingsDataCatalogEncryptionSetting

ConnectionPasswordEncryptions This property is required. List<GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingConnectionPasswordEncryption>
When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption. see Connection Password Encryption.
EncryptionAtRests This property is required. List<GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest>
Encryption-at-rest configuration for the Data Catalog. see Encryption At Rest.
ConnectionPasswordEncryptions This property is required. []GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingConnectionPasswordEncryption
When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption. see Connection Password Encryption.
EncryptionAtRests This property is required. []GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest
Encryption-at-rest configuration for the Data Catalog. see Encryption At Rest.
connectionPasswordEncryptions This property is required. List<GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingConnectionPasswordEncryption>
When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption. see Connection Password Encryption.
encryptionAtRests This property is required. List<GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest>
Encryption-at-rest configuration for the Data Catalog. see Encryption At Rest.
connectionPasswordEncryptions This property is required. GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingConnectionPasswordEncryption[]
When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption. see Connection Password Encryption.
encryptionAtRests This property is required. GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest[]
Encryption-at-rest configuration for the Data Catalog. see Encryption At Rest.
connection_password_encryptions This property is required. Sequence[GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingConnectionPasswordEncryption]
When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption. see Connection Password Encryption.
encryption_at_rests This property is required. Sequence[GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest]
Encryption-at-rest configuration for the Data Catalog. see Encryption At Rest.
connectionPasswordEncryptions This property is required. List<Property Map>
When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption. see Connection Password Encryption.
encryptionAtRests This property is required. List<Property Map>
Encryption-at-rest configuration for the Data Catalog. see Encryption At Rest.

GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingConnectionPasswordEncryption

AwsKmsKeyId This property is required. string
KMS key ARN that is used to encrypt the connection password.
ReturnConnectionPasswordEncrypted This property is required. bool
When set to true, passwords remain encrypted in the responses of GetConnection and GetConnections. This encryption takes effect independently of the catalog encryption.
AwsKmsKeyId This property is required. string
KMS key ARN that is used to encrypt the connection password.
ReturnConnectionPasswordEncrypted This property is required. bool
When set to true, passwords remain encrypted in the responses of GetConnection and GetConnections. This encryption takes effect independently of the catalog encryption.
awsKmsKeyId This property is required. String
KMS key ARN that is used to encrypt the connection password.
returnConnectionPasswordEncrypted This property is required. Boolean
When set to true, passwords remain encrypted in the responses of GetConnection and GetConnections. This encryption takes effect independently of the catalog encryption.
awsKmsKeyId This property is required. string
KMS key ARN that is used to encrypt the connection password.
returnConnectionPasswordEncrypted This property is required. boolean
When set to true, passwords remain encrypted in the responses of GetConnection and GetConnections. This encryption takes effect independently of the catalog encryption.
aws_kms_key_id This property is required. str
KMS key ARN that is used to encrypt the connection password.
return_connection_password_encrypted This property is required. bool
When set to true, passwords remain encrypted in the responses of GetConnection and GetConnections. This encryption takes effect independently of the catalog encryption.
awsKmsKeyId This property is required. String
KMS key ARN that is used to encrypt the connection password.
returnConnectionPasswordEncrypted This property is required. Boolean
When set to true, passwords remain encrypted in the responses of GetConnection and GetConnections. This encryption takes effect independently of the catalog encryption.

GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest

CatalogEncryptionMode This property is required. string
The encryption-at-rest mode for encrypting Data Catalog data.
CatalogEncryptionServiceRole This property is required. string
The ARN of the AWS IAM role used for accessing encrypted Data Catalog data.
SseAwsKmsKeyId This property is required. string
ARN of the AWS KMS key to use for encryption at rest.
CatalogEncryptionMode This property is required. string
The encryption-at-rest mode for encrypting Data Catalog data.
CatalogEncryptionServiceRole This property is required. string
The ARN of the AWS IAM role used for accessing encrypted Data Catalog data.
SseAwsKmsKeyId This property is required. string
ARN of the AWS KMS key to use for encryption at rest.
catalogEncryptionMode This property is required. String
The encryption-at-rest mode for encrypting Data Catalog data.
catalogEncryptionServiceRole This property is required. String
The ARN of the AWS IAM role used for accessing encrypted Data Catalog data.
sseAwsKmsKeyId This property is required. String
ARN of the AWS KMS key to use for encryption at rest.
catalogEncryptionMode This property is required. string
The encryption-at-rest mode for encrypting Data Catalog data.
catalogEncryptionServiceRole This property is required. string
The ARN of the AWS IAM role used for accessing encrypted Data Catalog data.
sseAwsKmsKeyId This property is required. string
ARN of the AWS KMS key to use for encryption at rest.
catalog_encryption_mode This property is required. str
The encryption-at-rest mode for encrypting Data Catalog data.
catalog_encryption_service_role This property is required. str
The ARN of the AWS IAM role used for accessing encrypted Data Catalog data.
sse_aws_kms_key_id This property is required. str
ARN of the AWS KMS key to use for encryption at rest.
catalogEncryptionMode This property is required. String
The encryption-at-rest mode for encrypting Data Catalog data.
catalogEncryptionServiceRole This property is required. String
The ARN of the AWS IAM role used for accessing encrypted Data Catalog data.
sseAwsKmsKeyId This property is required. String
ARN of the AWS KMS key to use for encryption at rest.

Package Details

Repository
AWS Classic pulumi/pulumi-aws
License
Apache-2.0
Notes
This Pulumi package is based on the aws Terraform Provider.