Interface DataTableAttributeReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataTableAttributeReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-12T17:54:25.195Z")
@Stability(Stable)
public interface DataTableAttributeReference
extends software.amazon.jsii.JsiiSerializable
A reference to a DataTableAttribute resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.connect.*;
DataTableAttributeReference dataTableAttributeReference = DataTableAttributeReference.builder()
.attributeId("attributeId")
.dataTableArn("dataTableArn")
.instanceArn("instanceArn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDataTableAttributeReferencestatic final classAn implementation forDataTableAttributeReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The AttributeId of the DataTableAttribute resource.The DataTableArn of the DataTableAttribute resource.The InstanceArn of the DataTableAttribute resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAttributeId
The AttributeId of the DataTableAttribute resource. -
getDataTableArn
The DataTableArn of the DataTableAttribute resource. -
getInstanceArn
The InstanceArn of the DataTableAttribute resource. -
builder
-