interface TargetRedshiftCatalogProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Glue.CfnCatalogPropsMixin.TargetRedshiftCatalogProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsglue#CfnCatalogPropsMixin_TargetRedshiftCatalogProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.glue.CfnCatalogPropsMixin.TargetRedshiftCatalogProperty |
Python | aws_cdk.cfn_property_mixins.aws_glue.CfnCatalogPropsMixin.TargetRedshiftCatalogProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_glue » CfnCatalogPropsMixin » 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/cfn-property-mixins';
const targetRedshiftCatalogProperty: glue.CfnCatalogPropsMixin.TargetRedshiftCatalogProperty = {
catalogArn: 'catalogArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| catalog | string | The Amazon Resource Name (ARN) of the catalog resource. |
catalogArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the catalog resource.

.NET
Go
Java
Python
TypeScript