interface TargetRedshiftCatalogProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Glue.CfnCatalog.TargetRedshiftCatalogProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsglue#CfnCatalog_TargetRedshiftCatalogProperty |
Java | software.amazon.awscdk.services.glue.CfnCatalog.TargetRedshiftCatalogProperty |
Python | aws_cdk.aws_glue.CfnCatalog.TargetRedshiftCatalogProperty |
TypeScript | aws-cdk-lib » aws_glue » CfnCatalog » TargetRedshiftCatalogProperty |
A structure that describes a target catalog for resource linking.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_glue as glue } from 'aws-cdk-lib';
const targetRedshiftCatalogProperty: glue.CfnCatalog.TargetRedshiftCatalogProperty = {
catalogArn: 'catalogArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| catalog | string | The Amazon Resource Name (ARN) of the catalog resource. |
catalogArn
Type:
string
The Amazon Resource Name (ARN) of the catalog resource.

.NET
Go
Java
Python
TypeScript