We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.athena.getDataCatalog
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
Resource schema for AWS::Athena::DataCatalog
Using getDataCatalog
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 getDataCatalog(args: GetDataCatalogArgs, opts?: InvokeOptions): Promise<GetDataCatalogResult>
function getDataCatalogOutput(args: GetDataCatalogOutputArgs, opts?: InvokeOptions): Output<GetDataCatalogResult>
def get_data_catalog(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDataCatalogResult
def get_data_catalog_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDataCatalogResult]
func LookupDataCatalog(ctx *Context, args *LookupDataCatalogArgs, opts ...InvokeOption) (*LookupDataCatalogResult, error)
func LookupDataCatalogOutput(ctx *Context, args *LookupDataCatalogOutputArgs, opts ...InvokeOption) LookupDataCatalogResultOutput
> Note: This function is named LookupDataCatalog
in the Go SDK.
public static class GetDataCatalog
{
public static Task<GetDataCatalogResult> InvokeAsync(GetDataCatalogArgs args, InvokeOptions? opts = null)
public static Output<GetDataCatalogResult> Invoke(GetDataCatalogInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDataCatalogResult> getDataCatalog(GetDataCatalogArgs args, InvokeOptions options)
public static Output<GetDataCatalogResult> getDataCatalog(GetDataCatalogArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:athena:getDataCatalog
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The name of the data catalog to create. The catalog name must be unique for the AWS account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.
- Name string
- The name of the data catalog to create. The catalog name must be unique for the AWS account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.
- name String
- The name of the data catalog to create. The catalog name must be unique for the AWS account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.
- name string
- The name of the data catalog to create. The catalog name must be unique for the AWS account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.
- name str
- The name of the data catalog to create. The catalog name must be unique for the AWS account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.
- name String
- The name of the data catalog to create. The catalog name must be unique for the AWS account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.
getDataCatalog Result
The following output properties are available:
- Connection
Type string - The type of connection for a FEDERATED data catalog
- Description string
- A description of the data catalog to be created.
- Error string
- Text of the error that occurred during data catalog creation or deletion.
- Parameters Dictionary<string, string>
- Specifies the Lambda function or functions to use for creating the data catalog. This is a mapping whose values depend on the catalog type.
- Status
Pulumi.
Aws Native. Athena. Data Catalog Status - The status of the creation or deletion of the data catalog. LAMBDA, GLUE, and HIVE data catalog types are created synchronously. Their status is either CREATE_COMPLETE or CREATE_FAILED. The FEDERATED data catalog type is created asynchronously.
- List<Pulumi.
Aws Native. Outputs. Tag> - A list of comma separated tags to add to the data catalog that is created.
- Type
Pulumi.
Aws Native. Athena. Data Catalog Type - The type of data catalog to create: LAMBDA for a federated catalog, GLUE for AWS Glue Catalog, or HIVE for an external hive metastore. FEDERATED is a federated catalog for which Athena creates the connection and the Lambda function for you based on the parameters that you pass.
- Connection
Type string - The type of connection for a FEDERATED data catalog
- Description string
- A description of the data catalog to be created.
- Error string
- Text of the error that occurred during data catalog creation or deletion.
- Parameters map[string]string
- Specifies the Lambda function or functions to use for creating the data catalog. This is a mapping whose values depend on the catalog type.
- Status
Data
Catalog Status - The status of the creation or deletion of the data catalog. LAMBDA, GLUE, and HIVE data catalog types are created synchronously. Their status is either CREATE_COMPLETE or CREATE_FAILED. The FEDERATED data catalog type is created asynchronously.
- Tag
- A list of comma separated tags to add to the data catalog that is created.
- Type
Data
Catalog Type - The type of data catalog to create: LAMBDA for a federated catalog, GLUE for AWS Glue Catalog, or HIVE for an external hive metastore. FEDERATED is a federated catalog for which Athena creates the connection and the Lambda function for you based on the parameters that you pass.
- connection
Type String - The type of connection for a FEDERATED data catalog
- description String
- A description of the data catalog to be created.
- error String
- Text of the error that occurred during data catalog creation or deletion.
- parameters Map<String,String>
- Specifies the Lambda function or functions to use for creating the data catalog. This is a mapping whose values depend on the catalog type.
- status
Data
Catalog Status - The status of the creation or deletion of the data catalog. LAMBDA, GLUE, and HIVE data catalog types are created synchronously. Their status is either CREATE_COMPLETE or CREATE_FAILED. The FEDERATED data catalog type is created asynchronously.
- List<Tag>
- A list of comma separated tags to add to the data catalog that is created.
- type
Data
Catalog Type - The type of data catalog to create: LAMBDA for a federated catalog, GLUE for AWS Glue Catalog, or HIVE for an external hive metastore. FEDERATED is a federated catalog for which Athena creates the connection and the Lambda function for you based on the parameters that you pass.
- connection
Type string - The type of connection for a FEDERATED data catalog
- description string
- A description of the data catalog to be created.
- error string
- Text of the error that occurred during data catalog creation or deletion.
- parameters {[key: string]: string}
- Specifies the Lambda function or functions to use for creating the data catalog. This is a mapping whose values depend on the catalog type.
- status
Data
Catalog Status - The status of the creation or deletion of the data catalog. LAMBDA, GLUE, and HIVE data catalog types are created synchronously. Their status is either CREATE_COMPLETE or CREATE_FAILED. The FEDERATED data catalog type is created asynchronously.
- Tag[]
- A list of comma separated tags to add to the data catalog that is created.
- type
Data
Catalog Type - The type of data catalog to create: LAMBDA for a federated catalog, GLUE for AWS Glue Catalog, or HIVE for an external hive metastore. FEDERATED is a federated catalog for which Athena creates the connection and the Lambda function for you based on the parameters that you pass.
- connection_
type str - The type of connection for a FEDERATED data catalog
- description str
- A description of the data catalog to be created.
- error str
- Text of the error that occurred during data catalog creation or deletion.
- parameters Mapping[str, str]
- Specifies the Lambda function or functions to use for creating the data catalog. This is a mapping whose values depend on the catalog type.
- status
Data
Catalog Status - The status of the creation or deletion of the data catalog. LAMBDA, GLUE, and HIVE data catalog types are created synchronously. Their status is either CREATE_COMPLETE or CREATE_FAILED. The FEDERATED data catalog type is created asynchronously.
- Sequence[root_Tag]
- A list of comma separated tags to add to the data catalog that is created.
- type
Data
Catalog Type - The type of data catalog to create: LAMBDA for a federated catalog, GLUE for AWS Glue Catalog, or HIVE for an external hive metastore. FEDERATED is a federated catalog for which Athena creates the connection and the Lambda function for you based on the parameters that you pass.
- connection
Type String - The type of connection for a FEDERATED data catalog
- description String
- A description of the data catalog to be created.
- error String
- Text of the error that occurred during data catalog creation or deletion.
- parameters Map<String>
- Specifies the Lambda function or functions to use for creating the data catalog. This is a mapping whose values depend on the catalog type.
- status "CREATE_IN_PROGRESS" | "CREATE_COMPLETE" | "CREATE_FAILED" | "CREATE_FAILED_CLEANUP_IN_PROGRESS" | "CREATE_FAILED_CLEANUP_COMPLETE" | "CREATE_FAILED_CLEANUP_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_COMPLETE" | "DELETE_FAILED"
- The status of the creation or deletion of the data catalog. LAMBDA, GLUE, and HIVE data catalog types are created synchronously. Their status is either CREATE_COMPLETE or CREATE_FAILED. The FEDERATED data catalog type is created asynchronously.
- List<Property Map>
- A list of comma separated tags to add to the data catalog that is created.
- type "LAMBDA" | "GLUE" | "HIVE" | "FEDERATED"
- The type of data catalog to create: LAMBDA for a federated catalog, GLUE for AWS Glue Catalog, or HIVE for an external hive metastore. FEDERATED is a federated catalog for which Athena creates the connection and the Lambda function for you based on the parameters that you pass.
Supporting Types
DataCatalogStatus
DataCatalogType
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi