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