AWS v6.71.0 published on Friday, Mar 7, 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());
    }
}
variables:
  example:
    fn::invoke:
      function: aws:glue:getDataCatalogEncryptionSettings
      arguments:
        id: '123456789123'
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>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]func LookupDataCatalogEncryptionSettings(ctx *Context, args *LookupDataCatalogEncryptionSettingsArgs, opts ...InvokeOption) (*LookupDataCatalogEncryptionSettingsResult, error)
func LookupDataCatalogEncryptionSettingsOutput(ctx *Context, args *LookupDataCatalogEncryptionSettingsOutputArgs, opts ...InvokeOption) LookupDataCatalogEncryptionSettingsResultOutput> 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)
}public static CompletableFuture<GetDataCatalogEncryptionSettingsResult> getDataCatalogEncryptionSettings(GetDataCatalogEncryptionSettingsArgs args, InvokeOptions options)
public static Output<GetDataCatalogEncryptionSettingsResult> getDataCatalogEncryptionSettings(GetDataCatalogEncryptionSettingsArgs args, InvokeOptions options)
fn::invoke:
  function: aws:glue/getDataCatalogEncryptionSettings:getDataCatalogEncryptionSettings
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CatalogId string
- ID of the Data Catalog. This is typically the AWS account ID.
- CatalogId string
- ID of the Data Catalog. This is typically the AWS account ID.
- catalogId String
- ID of the Data Catalog. This is typically the AWS account ID.
- catalogId string
- ID of the Data Catalog. This is typically the AWS account ID.
- catalog_id str
- ID of the Data Catalog. This is typically the AWS account ID.
- catalogId String
- ID of the Data Catalog. This is typically the AWS account ID.
getDataCatalogEncryptionSettings Result
The following output properties are available:
- CatalogId string
- DataCatalog List<GetEncryption Settings Data Catalog Encryption Settings Data Catalog Encryption Setting> 
- The security configuration to set. see Data Catalog Encryption Settings.
- Id string
- The provider-assigned unique ID for this managed resource.
- CatalogId string
- DataCatalog []GetEncryption Settings Data Catalog Encryption Settings Data Catalog Encryption Setting 
- The security configuration to set. see Data Catalog Encryption Settings.
- Id string
- The provider-assigned unique ID for this managed resource.
- catalogId String
- dataCatalog List<GetEncryption Settings Data Catalog Encryption Settings Data Catalog Encryption Setting> 
- The security configuration to set. see Data Catalog Encryption Settings.
- id String
- The provider-assigned unique ID for this managed resource.
- catalogId string
- dataCatalog GetEncryption Settings Data Catalog Encryption Settings Data Catalog Encryption Setting[] 
- 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_ Sequence[Getencryption_ settings Data Catalog Encryption Settings Data Catalog Encryption Setting] 
- The security configuration to set. see Data Catalog Encryption Settings.
- id str
- The provider-assigned unique ID for this managed resource.
- catalogId String
- dataCatalog List<Property Map>Encryption Settings 
- The security configuration to set. see Data Catalog Encryption Settings.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GetDataCatalogEncryptionSettingsDataCatalogEncryptionSetting        
- ConnectionPassword List<GetEncryptions Data Catalog Encryption Settings Data Catalog Encryption Setting Connection Password Encryption> 
- 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.
- EncryptionAt List<GetRests Data Catalog Encryption Settings Data Catalog Encryption Setting Encryption At Rest> 
- Encryption-at-rest configuration for the Data Catalog. see Encryption At Rest.
- ConnectionPassword []GetEncryptions Data Catalog Encryption Settings Data Catalog Encryption Setting Connection Password Encryption 
- 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.
- EncryptionAt []GetRests Data Catalog Encryption Settings Data Catalog Encryption Setting Encryption At Rest 
- Encryption-at-rest configuration for the Data Catalog. see Encryption At Rest.
- connectionPassword List<GetEncryptions Data Catalog Encryption Settings Data Catalog Encryption Setting Connection Password Encryption> 
- 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.
- encryptionAt List<GetRests Data Catalog Encryption Settings Data Catalog Encryption Setting Encryption At Rest> 
- Encryption-at-rest configuration for the Data Catalog. see Encryption At Rest.
- connectionPassword GetEncryptions Data Catalog Encryption Settings Data Catalog Encryption Setting Connection Password Encryption[] 
- 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.
- encryptionAt GetRests Data Catalog Encryption Settings Data Catalog Encryption Setting Encryption At Rest[] 
- Encryption-at-rest configuration for the Data Catalog. see Encryption At Rest.
- connection_password_ Sequence[Getencryptions Data Catalog Encryption Settings Data Catalog Encryption Setting Connection Password Encryption] 
- 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_ Sequence[Getrests Data Catalog Encryption Settings Data Catalog Encryption Setting Encryption At Rest] 
- Encryption-at-rest configuration for the Data Catalog. see Encryption At Rest.
- connectionPassword List<Property Map>Encryptions 
- 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.
- encryptionAt List<Property Map>Rests 
- Encryption-at-rest configuration for the Data Catalog. see Encryption At Rest.
GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingConnectionPasswordEncryption           
- AwsKms stringKey Id 
- KMS key ARN that is used to encrypt the connection password.
- ReturnConnection boolPassword Encrypted 
- When set to true, passwords remain encrypted in the responses of GetConnection and GetConnections. This encryption takes effect independently of the catalog encryption.
- AwsKms stringKey Id 
- KMS key ARN that is used to encrypt the connection password.
- ReturnConnection boolPassword Encrypted 
- When set to true, passwords remain encrypted in the responses of GetConnection and GetConnections. This encryption takes effect independently of the catalog encryption.
- awsKms StringKey Id 
- KMS key ARN that is used to encrypt the connection password.
- returnConnection BooleanPassword Encrypted 
- When set to true, passwords remain encrypted in the responses of GetConnection and GetConnections. This encryption takes effect independently of the catalog encryption.
- awsKms stringKey Id 
- KMS key ARN that is used to encrypt the connection password.
- returnConnection booleanPassword Encrypted 
- 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_ strkey_ id 
- KMS key ARN that is used to encrypt the connection password.
- return_connection_ boolpassword_ encrypted 
- When set to true, passwords remain encrypted in the responses of GetConnection and GetConnections. This encryption takes effect independently of the catalog encryption.
- awsKms StringKey Id 
- KMS key ARN that is used to encrypt the connection password.
- returnConnection BooleanPassword Encrypted 
- When set to true, passwords remain encrypted in the responses of GetConnection and GetConnections. This encryption takes effect independently of the catalog encryption.
GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest           
- CatalogEncryption stringMode 
- The encryption-at-rest mode for encrypting Data Catalog data.
- CatalogEncryption stringService Role 
- The ARN of the AWS IAM role used for accessing encrypted Data Catalog data.
- SseAws stringKms Key Id 
- ARN of the AWS KMS key to use for encryption at rest.
- CatalogEncryption stringMode 
- The encryption-at-rest mode for encrypting Data Catalog data.
- CatalogEncryption stringService Role 
- The ARN of the AWS IAM role used for accessing encrypted Data Catalog data.
- SseAws stringKms Key Id 
- ARN of the AWS KMS key to use for encryption at rest.
- catalogEncryption StringMode 
- The encryption-at-rest mode for encrypting Data Catalog data.
- catalogEncryption StringService Role 
- The ARN of the AWS IAM role used for accessing encrypted Data Catalog data.
- sseAws StringKms Key Id 
- ARN of the AWS KMS key to use for encryption at rest.
- catalogEncryption stringMode 
- The encryption-at-rest mode for encrypting Data Catalog data.
- catalogEncryption stringService Role 
- The ARN of the AWS IAM role used for accessing encrypted Data Catalog data.
- sseAws stringKms Key Id 
- ARN of the AWS KMS key to use for encryption at rest.
- catalog_encryption_ strmode 
- The encryption-at-rest mode for encrypting Data Catalog data.
- catalog_encryption_ strservice_ role 
- The ARN of the AWS IAM role used for accessing encrypted Data Catalog data.
- sse_aws_ strkms_ key_ id 
- ARN of the AWS KMS key to use for encryption at rest.
- catalogEncryption StringMode 
- The encryption-at-rest mode for encrypting Data Catalog data.
- catalogEncryption StringService Role 
- The ARN of the AWS IAM role used for accessing encrypted Data Catalog data.
- sseAws StringKms Key Id 
- 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 awsTerraform Provider.