1. Packages
  2. Packages
  3. AWS
  4. API Docs
  5. glue
  6. getCatalog
Viewing docs for AWS v7.30.0
published on Thursday, May 14, 2026 by Pulumi
aws logo
Viewing docs for AWS v7.30.0
published on Thursday, May 14, 2026 by Pulumi

    Provides details about an AWS Glue Catalog.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as aws from "@pulumi/aws";
    
    const example = aws.glue.getCatalog({
        name: "example",
    });
    
    import pulumi
    import pulumi_aws as aws
    
    example = aws.glue.get_catalog(name="example")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-aws/sdk/v7/go/aws/glue"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := glue.LookupCatalog(ctx, &glue.LookupCatalogArgs{
    			Name: "example",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Aws = Pulumi.Aws;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Aws.Glue.GetCatalog.Invoke(new()
        {
            Name = "example",
        });
    
    });
    
    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.GetCatalogArgs;
    import java.util.ArrayList;
    import java.util.Arrays;
    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.getCatalog(GetCatalogArgs.builder()
                .name("example")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: aws:glue:getCatalog
          arguments:
            name: example
    
    Example coming soon!
    

    Using getCatalog

    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 getCatalog(args: GetCatalogArgs, opts?: InvokeOptions): Promise<GetCatalogResult>
    function getCatalogOutput(args: GetCatalogOutputArgs, opts?: InvokeOptions): Output<GetCatalogResult>
    def get_catalog(name: Optional[str] = None,
                    region: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetCatalogResult
    def get_catalog_output(name: pulumi.Input[Optional[str]] = None,
                    region: pulumi.Input[Optional[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetCatalogResult]
    func LookupCatalog(ctx *Context, args *LookupCatalogArgs, opts ...InvokeOption) (*LookupCatalogResult, error)
    func LookupCatalogOutput(ctx *Context, args *LookupCatalogOutputArgs, opts ...InvokeOption) LookupCatalogResultOutput

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

    public static class GetCatalog 
    {
        public static Task<GetCatalogResult> InvokeAsync(GetCatalogArgs args, InvokeOptions? opts = null)
        public static Output<GetCatalogResult> Invoke(GetCatalogInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCatalogResult> getCatalog(GetCatalogArgs args, InvokeOptions options)
    public static Output<GetCatalogResult> getCatalog(GetCatalogArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws:glue/getCatalog:getCatalog
      arguments:
        # arguments dictionary
    data "aws_glue_getcatalog" "name" {
        # arguments
    }

    The following arguments are supported:

    Name string

    Name of the catalog to look up.

    The following arguments are optional:

    Region string
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    Name string

    Name of the catalog to look up.

    The following arguments are optional:

    Region string
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    name string

    Name of the catalog to look up.

    The following arguments are optional:

    region string
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    name String

    Name of the catalog to look up.

    The following arguments are optional:

    region String
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    name string

    Name of the catalog to look up.

    The following arguments are optional:

    region string
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    name str

    Name of the catalog to look up.

    The following arguments are optional:

    region str
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    name String

    Name of the catalog to look up.

    The following arguments are optional:

    region String
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.

    getCatalog Result

    The following output properties are available:

    AllowFullTableExternalDataAccess string
    Whether third-party engines can access data in Amazon S3 locations that are registered with Lake Formation.
    Arn string
    ARN of the Glue Catalog.
    CatalogId string
    ID of the parent catalog.
    CatalogProperties List<GetCatalogCatalogProperty>
    Catalog properties. See catalogProperties below.
    CreateDatabaseDefaultPermissions List<GetCatalogCreateDatabaseDefaultPermission>
    Default permissions on databases for principals. See createDatabaseDefaultPermissions below.
    CreateTableDefaultPermissions List<GetCatalogCreateTableDefaultPermission>
    Default permissions on tables for principals. See createTableDefaultPermissions below.
    CreateTime string
    Time at which the catalog was created.
    Description string
    Description of the catalog.
    FederatedCatalogs List<GetCatalogFederatedCatalog>
    Federated catalog configuration. See federatedCatalog below.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Parameters Dictionary<string, string>
    Map of key-value pairs that define parameters and properties of the catalog.
    Region string
    Tags Dictionary<string, string>
    Key-value map of resource tags.
    TargetRedshiftCatalogs List<GetCatalogTargetRedshiftCatalog>
    Target Redshift catalog configuration. See targetRedshiftCatalog below.
    UpdateTime string
    Time at which the catalog was last updated.
    AllowFullTableExternalDataAccess string
    Whether third-party engines can access data in Amazon S3 locations that are registered with Lake Formation.
    Arn string
    ARN of the Glue Catalog.
    CatalogId string
    ID of the parent catalog.
    CatalogProperties []GetCatalogCatalogProperty
    Catalog properties. See catalogProperties below.
    CreateDatabaseDefaultPermissions []GetCatalogCreateDatabaseDefaultPermission
    Default permissions on databases for principals. See createDatabaseDefaultPermissions below.
    CreateTableDefaultPermissions []GetCatalogCreateTableDefaultPermission
    Default permissions on tables for principals. See createTableDefaultPermissions below.
    CreateTime string
    Time at which the catalog was created.
    Description string
    Description of the catalog.
    FederatedCatalogs []GetCatalogFederatedCatalog
    Federated catalog configuration. See federatedCatalog below.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Parameters map[string]string
    Map of key-value pairs that define parameters and properties of the catalog.
    Region string
    Tags map[string]string
    Key-value map of resource tags.
    TargetRedshiftCatalogs []GetCatalogTargetRedshiftCatalog
    Target Redshift catalog configuration. See targetRedshiftCatalog below.
    UpdateTime string
    Time at which the catalog was last updated.
    allow_full_table_external_data_access string
    Whether third-party engines can access data in Amazon S3 locations that are registered with Lake Formation.
    arn string
    ARN of the Glue Catalog.
    catalog_id string
    ID of the parent catalog.
    catalog_properties list(object)
    Catalog properties. See catalogProperties below.
    create_database_default_permissions list(object)
    Default permissions on databases for principals. See createDatabaseDefaultPermissions below.
    create_table_default_permissions list(object)
    Default permissions on tables for principals. See createTableDefaultPermissions below.
    create_time string
    Time at which the catalog was created.
    description string
    Description of the catalog.
    federated_catalogs list(object)
    Federated catalog configuration. See federatedCatalog below.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    parameters map(string)
    Map of key-value pairs that define parameters and properties of the catalog.
    region string
    tags map(string)
    Key-value map of resource tags.
    target_redshift_catalogs list(object)
    Target Redshift catalog configuration. See targetRedshiftCatalog below.
    update_time string
    Time at which the catalog was last updated.
    allowFullTableExternalDataAccess String
    Whether third-party engines can access data in Amazon S3 locations that are registered with Lake Formation.
    arn String
    ARN of the Glue Catalog.
    catalogId String
    ID of the parent catalog.
    catalogProperties List<GetCatalogCatalogProperty>
    Catalog properties. See catalogProperties below.
    createDatabaseDefaultPermissions List<GetCatalogCreateDatabaseDefaultPermission>
    Default permissions on databases for principals. See createDatabaseDefaultPermissions below.
    createTableDefaultPermissions List<GetCatalogCreateTableDefaultPermission>
    Default permissions on tables for principals. See createTableDefaultPermissions below.
    createTime String
    Time at which the catalog was created.
    description String
    Description of the catalog.
    federatedCatalogs List<GetCatalogFederatedCatalog>
    Federated catalog configuration. See federatedCatalog below.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    parameters Map<String,String>
    Map of key-value pairs that define parameters and properties of the catalog.
    region String
    tags Map<String,String>
    Key-value map of resource tags.
    targetRedshiftCatalogs List<GetCatalogTargetRedshiftCatalog>
    Target Redshift catalog configuration. See targetRedshiftCatalog below.
    updateTime String
    Time at which the catalog was last updated.
    allowFullTableExternalDataAccess string
    Whether third-party engines can access data in Amazon S3 locations that are registered with Lake Formation.
    arn string
    ARN of the Glue Catalog.
    catalogId string
    ID of the parent catalog.
    catalogProperties GetCatalogCatalogProperty[]
    Catalog properties. See catalogProperties below.
    createDatabaseDefaultPermissions GetCatalogCreateDatabaseDefaultPermission[]
    Default permissions on databases for principals. See createDatabaseDefaultPermissions below.
    createTableDefaultPermissions GetCatalogCreateTableDefaultPermission[]
    Default permissions on tables for principals. See createTableDefaultPermissions below.
    createTime string
    Time at which the catalog was created.
    description string
    Description of the catalog.
    federatedCatalogs GetCatalogFederatedCatalog[]
    Federated catalog configuration. See federatedCatalog below.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    parameters {[key: string]: string}
    Map of key-value pairs that define parameters and properties of the catalog.
    region string
    tags {[key: string]: string}
    Key-value map of resource tags.
    targetRedshiftCatalogs GetCatalogTargetRedshiftCatalog[]
    Target Redshift catalog configuration. See targetRedshiftCatalog below.
    updateTime string
    Time at which the catalog was last updated.
    allow_full_table_external_data_access str
    Whether third-party engines can access data in Amazon S3 locations that are registered with Lake Formation.
    arn str
    ARN of the Glue Catalog.
    catalog_id str
    ID of the parent catalog.
    catalog_properties Sequence[GetCatalogCatalogProperty]
    Catalog properties. See catalogProperties below.
    create_database_default_permissions Sequence[GetCatalogCreateDatabaseDefaultPermission]
    Default permissions on databases for principals. See createDatabaseDefaultPermissions below.
    create_table_default_permissions Sequence[GetCatalogCreateTableDefaultPermission]
    Default permissions on tables for principals. See createTableDefaultPermissions below.
    create_time str
    Time at which the catalog was created.
    description str
    Description of the catalog.
    federated_catalogs Sequence[GetCatalogFederatedCatalog]
    Federated catalog configuration. See federatedCatalog below.
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    parameters Mapping[str, str]
    Map of key-value pairs that define parameters and properties of the catalog.
    region str
    tags Mapping[str, str]
    Key-value map of resource tags.
    target_redshift_catalogs Sequence[GetCatalogTargetRedshiftCatalog]
    Target Redshift catalog configuration. See targetRedshiftCatalog below.
    update_time str
    Time at which the catalog was last updated.
    allowFullTableExternalDataAccess String
    Whether third-party engines can access data in Amazon S3 locations that are registered with Lake Formation.
    arn String
    ARN of the Glue Catalog.
    catalogId String
    ID of the parent catalog.
    catalogProperties List<Property Map>
    Catalog properties. See catalogProperties below.
    createDatabaseDefaultPermissions List<Property Map>
    Default permissions on databases for principals. See createDatabaseDefaultPermissions below.
    createTableDefaultPermissions List<Property Map>
    Default permissions on tables for principals. See createTableDefaultPermissions below.
    createTime String
    Time at which the catalog was created.
    description String
    Description of the catalog.
    federatedCatalogs List<Property Map>
    Federated catalog configuration. See federatedCatalog below.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    parameters Map<String>
    Map of key-value pairs that define parameters and properties of the catalog.
    region String
    tags Map<String>
    Key-value map of resource tags.
    targetRedshiftCatalogs List<Property Map>
    Target Redshift catalog configuration. See targetRedshiftCatalog below.
    updateTime String
    Time at which the catalog was last updated.

    Supporting Types

    GetCatalogCatalogProperty

    CustomProperties Dictionary<string, string>
    Map of custom key-value pairs for the catalog properties.
    DataLakeAccessProperties List<GetCatalogCatalogPropertyDataLakeAccessProperty>
    Data lake access properties. See dataLakeAccessProperties below.
    IcebergOptimizationProperties List<GetCatalogCatalogPropertyIcebergOptimizationProperty>
    Iceberg optimization properties. See icebergOptimizationProperties below.
    CustomProperties map[string]string
    Map of custom key-value pairs for the catalog properties.
    DataLakeAccessProperties []GetCatalogCatalogPropertyDataLakeAccessProperty
    Data lake access properties. See dataLakeAccessProperties below.
    IcebergOptimizationProperties []GetCatalogCatalogPropertyIcebergOptimizationProperty
    Iceberg optimization properties. See icebergOptimizationProperties below.
    custom_properties map(string)
    Map of custom key-value pairs for the catalog properties.
    data_lake_access_properties list(object)
    Data lake access properties. See dataLakeAccessProperties below.
    iceberg_optimization_properties list(object)
    Iceberg optimization properties. See icebergOptimizationProperties below.
    customProperties Map<String,String>
    Map of custom key-value pairs for the catalog properties.
    dataLakeAccessProperties List<GetCatalogCatalogPropertyDataLakeAccessProperty>
    Data lake access properties. See dataLakeAccessProperties below.
    icebergOptimizationProperties List<GetCatalogCatalogPropertyIcebergOptimizationProperty>
    Iceberg optimization properties. See icebergOptimizationProperties below.
    customProperties {[key: string]: string}
    Map of custom key-value pairs for the catalog properties.
    dataLakeAccessProperties GetCatalogCatalogPropertyDataLakeAccessProperty[]
    Data lake access properties. See dataLakeAccessProperties below.
    icebergOptimizationProperties GetCatalogCatalogPropertyIcebergOptimizationProperty[]
    Iceberg optimization properties. See icebergOptimizationProperties below.
    custom_properties Mapping[str, str]
    Map of custom key-value pairs for the catalog properties.
    data_lake_access_properties Sequence[GetCatalogCatalogPropertyDataLakeAccessProperty]
    Data lake access properties. See dataLakeAccessProperties below.
    iceberg_optimization_properties Sequence[GetCatalogCatalogPropertyIcebergOptimizationProperty]
    Iceberg optimization properties. See icebergOptimizationProperties below.
    customProperties Map<String>
    Map of custom key-value pairs for the catalog properties.
    dataLakeAccessProperties List<Property Map>
    Data lake access properties. See dataLakeAccessProperties below.
    icebergOptimizationProperties List<Property Map>
    Iceberg optimization properties. See icebergOptimizationProperties below.

    GetCatalogCatalogPropertyDataLakeAccessProperty

    CatalogType string
    Type of the catalog.
    DataLakeAccess bool
    Whether data lake access is enabled.
    DataTransferRole string
    ARN of the IAM role used for data transfer.
    KmsKey string
    ARN of the KMS key used for encryption.
    ManagedWorkgroupName string
    Managed workgroup name.
    ManagedWorkgroupStatus string
    Managed workgroup status.
    RedshiftDatabaseName string
    Redshift database name.
    StatusMessage string
    Status message.
    CatalogType string
    Type of the catalog.
    DataLakeAccess bool
    Whether data lake access is enabled.
    DataTransferRole string
    ARN of the IAM role used for data transfer.
    KmsKey string
    ARN of the KMS key used for encryption.
    ManagedWorkgroupName string
    Managed workgroup name.
    ManagedWorkgroupStatus string
    Managed workgroup status.
    RedshiftDatabaseName string
    Redshift database name.
    StatusMessage string
    Status message.
    catalog_type string
    Type of the catalog.
    data_lake_access bool
    Whether data lake access is enabled.
    data_transfer_role string
    ARN of the IAM role used for data transfer.
    kms_key string
    ARN of the KMS key used for encryption.
    managed_workgroup_name string
    Managed workgroup name.
    managed_workgroup_status string
    Managed workgroup status.
    redshift_database_name string
    Redshift database name.
    status_message string
    Status message.
    catalogType String
    Type of the catalog.
    dataLakeAccess Boolean
    Whether data lake access is enabled.
    dataTransferRole String
    ARN of the IAM role used for data transfer.
    kmsKey String
    ARN of the KMS key used for encryption.
    managedWorkgroupName String
    Managed workgroup name.
    managedWorkgroupStatus String
    Managed workgroup status.
    redshiftDatabaseName String
    Redshift database name.
    statusMessage String
    Status message.
    catalogType string
    Type of the catalog.
    dataLakeAccess boolean
    Whether data lake access is enabled.
    dataTransferRole string
    ARN of the IAM role used for data transfer.
    kmsKey string
    ARN of the KMS key used for encryption.
    managedWorkgroupName string
    Managed workgroup name.
    managedWorkgroupStatus string
    Managed workgroup status.
    redshiftDatabaseName string
    Redshift database name.
    statusMessage string
    Status message.
    catalog_type str
    Type of the catalog.
    data_lake_access bool
    Whether data lake access is enabled.
    data_transfer_role str
    ARN of the IAM role used for data transfer.
    kms_key str
    ARN of the KMS key used for encryption.
    managed_workgroup_name str
    Managed workgroup name.
    managed_workgroup_status str
    Managed workgroup status.
    redshift_database_name str
    Redshift database name.
    status_message str
    Status message.
    catalogType String
    Type of the catalog.
    dataLakeAccess Boolean
    Whether data lake access is enabled.
    dataTransferRole String
    ARN of the IAM role used for data transfer.
    kmsKey String
    ARN of the KMS key used for encryption.
    managedWorkgroupName String
    Managed workgroup name.
    managedWorkgroupStatus String
    Managed workgroup status.
    redshiftDatabaseName String
    Redshift database name.
    statusMessage String
    Status message.

    GetCatalogCatalogPropertyIcebergOptimizationProperty

    Compaction Dictionary<string, string>
    OrphanFileDeletion Dictionary<string, string>
    Retention Dictionary<string, string>
    RoleArn string
    Compaction map[string]string
    OrphanFileDeletion map[string]string
    Retention map[string]string
    RoleArn string
    compaction map(string)
    orphan_file_deletion map(string)
    retention map(string)
    role_arn string
    compaction Map<String,String>
    orphanFileDeletion Map<String,String>
    retention Map<String,String>
    roleArn String
    compaction {[key: string]: string}
    orphanFileDeletion {[key: string]: string}
    retention {[key: string]: string}
    roleArn string
    compaction Mapping[str, str]
    orphan_file_deletion Mapping[str, str]
    retention Mapping[str, str]
    role_arn str
    compaction Map<String>
    orphanFileDeletion Map<String>
    retention Map<String>
    roleArn String

    GetCatalogCreateDatabaseDefaultPermission

    Permissions List<string>
    Permissions that are granted to the principal.
    Principals List<GetCatalogCreateDatabaseDefaultPermissionPrincipal>
    Principal who is granted permissions. See principal below.
    Permissions []string
    Permissions that are granted to the principal.
    Principals []GetCatalogCreateDatabaseDefaultPermissionPrincipal
    Principal who is granted permissions. See principal below.
    permissions list(string)
    Permissions that are granted to the principal.
    principals list(object)
    Principal who is granted permissions. See principal below.
    permissions List<String>
    Permissions that are granted to the principal.
    principals List<GetCatalogCreateDatabaseDefaultPermissionPrincipal>
    Principal who is granted permissions. See principal below.
    permissions string[]
    Permissions that are granted to the principal.
    principals GetCatalogCreateDatabaseDefaultPermissionPrincipal[]
    Principal who is granted permissions. See principal below.
    permissions Sequence[str]
    Permissions that are granted to the principal.
    principals Sequence[GetCatalogCreateDatabaseDefaultPermissionPrincipal]
    Principal who is granted permissions. See principal below.
    permissions List<String>
    Permissions that are granted to the principal.
    principals List<Property Map>
    Principal who is granted permissions. See principal below.

    GetCatalogCreateDatabaseDefaultPermissionPrincipal

    DataLakePrincipalIdentifier string
    Identifier for the Lake Formation principal.
    DataLakePrincipalIdentifier string
    Identifier for the Lake Formation principal.
    data_lake_principal_identifier string
    Identifier for the Lake Formation principal.
    dataLakePrincipalIdentifier String
    Identifier for the Lake Formation principal.
    dataLakePrincipalIdentifier string
    Identifier for the Lake Formation principal.
    data_lake_principal_identifier str
    Identifier for the Lake Formation principal.
    dataLakePrincipalIdentifier String
    Identifier for the Lake Formation principal.

    GetCatalogCreateTableDefaultPermission

    Permissions List<string>
    Permissions that are granted to the principal.
    Principals List<GetCatalogCreateTableDefaultPermissionPrincipal>
    Principal who is granted permissions. See principal below.
    Permissions []string
    Permissions that are granted to the principal.
    Principals []GetCatalogCreateTableDefaultPermissionPrincipal
    Principal who is granted permissions. See principal below.
    permissions list(string)
    Permissions that are granted to the principal.
    principals list(object)
    Principal who is granted permissions. See principal below.
    permissions List<String>
    Permissions that are granted to the principal.
    principals List<GetCatalogCreateTableDefaultPermissionPrincipal>
    Principal who is granted permissions. See principal below.
    permissions string[]
    Permissions that are granted to the principal.
    principals GetCatalogCreateTableDefaultPermissionPrincipal[]
    Principal who is granted permissions. See principal below.
    permissions Sequence[str]
    Permissions that are granted to the principal.
    principals Sequence[GetCatalogCreateTableDefaultPermissionPrincipal]
    Principal who is granted permissions. See principal below.
    permissions List<String>
    Permissions that are granted to the principal.
    principals List<Property Map>
    Principal who is granted permissions. See principal below.

    GetCatalogCreateTableDefaultPermissionPrincipal

    DataLakePrincipalIdentifier string
    Identifier for the Lake Formation principal.
    DataLakePrincipalIdentifier string
    Identifier for the Lake Formation principal.
    data_lake_principal_identifier string
    Identifier for the Lake Formation principal.
    dataLakePrincipalIdentifier String
    Identifier for the Lake Formation principal.
    dataLakePrincipalIdentifier string
    Identifier for the Lake Formation principal.
    data_lake_principal_identifier str
    Identifier for the Lake Formation principal.
    dataLakePrincipalIdentifier String
    Identifier for the Lake Formation principal.

    GetCatalogFederatedCatalog

    ConnectionName string
    Name of the connection to the external metastore.
    ConnectionType string
    Type of connection used to access the federated catalog.
    Identifier string
    Unique identifier for the federated catalog.
    ConnectionName string
    Name of the connection to the external metastore.
    ConnectionType string
    Type of connection used to access the federated catalog.
    Identifier string
    Unique identifier for the federated catalog.
    connection_name string
    Name of the connection to the external metastore.
    connection_type string
    Type of connection used to access the federated catalog.
    identifier string
    Unique identifier for the federated catalog.
    connectionName String
    Name of the connection to the external metastore.
    connectionType String
    Type of connection used to access the federated catalog.
    identifier String
    Unique identifier for the federated catalog.
    connectionName string
    Name of the connection to the external metastore.
    connectionType string
    Type of connection used to access the federated catalog.
    identifier string
    Unique identifier for the federated catalog.
    connection_name str
    Name of the connection to the external metastore.
    connection_type str
    Type of connection used to access the federated catalog.
    identifier str
    Unique identifier for the federated catalog.
    connectionName String
    Name of the connection to the external metastore.
    connectionType String
    Type of connection used to access the federated catalog.
    identifier String
    Unique identifier for the federated catalog.

    GetCatalogTargetRedshiftCatalog

    CatalogArn string
    ARN of the target Redshift catalog.
    CatalogArn string
    ARN of the target Redshift catalog.
    catalog_arn string
    ARN of the target Redshift catalog.
    catalogArn String
    ARN of the target Redshift catalog.
    catalogArn string
    ARN of the target Redshift catalog.
    catalog_arn str
    ARN of the target Redshift catalog.
    catalogArn String
    ARN of the target Redshift catalog.

    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
    Viewing docs for AWS v7.30.0
    published on Thursday, May 14, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.