Interface CfnTemplate.TableFieldWellsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.TableFieldWellsProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.TableFieldWellsProperty
extends software.amazon.jsii.JsiiSerializable
The field wells for a table visual.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.TableFieldWellsPropertystatic final classAn implementation forCfnTemplate.TableFieldWellsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTableAggregatedFieldWells
The aggregated field well for the table.Returns union: either
IResolvableorCfnTemplate.TableAggregatedFieldWellsProperty- See Also:
-
getTableUnaggregatedFieldWells
The unaggregated field well for the table.Returns union: either
IResolvableorCfnTemplate.TableUnaggregatedFieldWellsProperty- See Also:
-
builder
-