Interface CfnCatalogPropsMixin.TargetRedshiftCatalogProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCatalogPropsMixin.TargetRedshiftCatalogProperty.Jsii$Proxy
- Enclosing class:
CfnCatalogPropsMixin
@Stability(Stable)
public static interface CfnCatalogPropsMixin.TargetRedshiftCatalogProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.glue.*;
TargetRedshiftCatalogProperty targetRedshiftCatalogProperty = TargetRedshiftCatalogProperty.builder()
.catalogArn("catalogArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCatalogPropsMixin.TargetRedshiftCatalogPropertystatic final classAn implementation forCfnCatalogPropsMixin.TargetRedshiftCatalogProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCatalogArn
The Amazon Resource Name (ARN) of the catalog resource.- See Also:
-
builder
-