1. Packages
  2. AWS Classic
  3. API Docs
  4. glue
  5. getDataCatalogEncryptionSettings

Try AWS Native preview for resources not in the classic version.

AWS Classic v6.3.0 published on Thursday, Sep 28, 2023 by Pulumi

aws.glue.getDataCatalogEncryptionSettings

Explore with Pulumi AI

aws logo

Try AWS Native preview for resources not in the classic version.

AWS Classic v6.3.0 published on Thursday, Sep 28, 2023 by Pulumi

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

    Example Usage

    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());
    
        }
    }
    

    Coming soon!

    Coming soon!

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws:glue/getDataCatalogEncryptionSettings:getDataCatalogEncryptionSettings
      arguments:
        # arguments dictionary

    The 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
    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 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 List<GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest>

    Encryption-at-rest configuration for the Data Catalog. see Encryption At Rest.

    ConnectionPasswordEncryptions []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 []GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest

    Encryption-at-rest configuration for the Data Catalog. see Encryption At Rest.

    connectionPasswordEncryptions 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 List<GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest>

    Encryption-at-rest configuration for the Data Catalog. see Encryption At Rest.

    connectionPasswordEncryptions 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 GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest[]

    Encryption-at-rest configuration for the Data Catalog. see Encryption At Rest.

    connection_password_encryptions 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 Sequence[GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingEncryptionAtRest]

    Encryption-at-rest configuration for the Data Catalog. see Encryption At Rest.

    connectionPasswordEncryptions 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 List<Property Map>

    Encryption-at-rest configuration for the Data Catalog. see Encryption At Rest.

    GetDataCatalogEncryptionSettingsDataCatalogEncryptionSettingConnectionPasswordEncryption

    AwsKmsKeyId string

    KMS key ARN that is used to encrypt the connection password.

    ReturnConnectionPasswordEncrypted 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 string

    KMS key ARN that is used to encrypt the connection password.

    ReturnConnectionPasswordEncrypted 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 String

    KMS key ARN that is used to encrypt the connection password.

    returnConnectionPasswordEncrypted 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 string

    KMS key ARN that is used to encrypt the connection password.

    returnConnectionPasswordEncrypted 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 str

    KMS key ARN that is used to encrypt the connection password.

    return_connection_password_encrypted 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 String

    KMS key ARN that is used to encrypt the connection password.

    returnConnectionPasswordEncrypted 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 string

    The encryption-at-rest mode for encrypting Data Catalog data.

    SseAwsKmsKeyId string

    ARN of the AWS KMS key to use for encryption at rest.

    CatalogEncryptionMode string

    The encryption-at-rest mode for encrypting Data Catalog data.

    SseAwsKmsKeyId string

    ARN of the AWS KMS key to use for encryption at rest.

    catalogEncryptionMode String

    The encryption-at-rest mode for encrypting Data Catalog data.

    sseAwsKmsKeyId String

    ARN of the AWS KMS key to use for encryption at rest.

    catalogEncryptionMode string

    The encryption-at-rest mode for encrypting Data Catalog data.

    sseAwsKmsKeyId string

    ARN of the AWS KMS key to use for encryption at rest.

    catalog_encryption_mode str

    The encryption-at-rest mode for encrypting Data Catalog data.

    sse_aws_kms_key_id str

    ARN of the AWS KMS key to use for encryption at rest.

    catalogEncryptionMode String

    The encryption-at-rest mode for encrypting Data Catalog data.

    sseAwsKmsKeyId 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.

    aws logo

    Try AWS Native preview for resources not in the classic version.

    AWS Classic v6.3.0 published on Thursday, Sep 28, 2023 by Pulumi