Interface QuicksightDashboardSourceEntitySourceTemplate
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
QuicksightDashboardSourceEntitySourceTemplate.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.506Z") @Stability(Stable) public interface QuicksightDashboardSourceEntitySourceTemplate extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classQuicksightDashboardSourceEntitySourceTemplate.BuilderA builder forQuicksightDashboardSourceEntitySourceTemplatestatic classQuicksightDashboardSourceEntitySourceTemplate.Jsii$ProxyAn implementation forQuicksightDashboardSourceEntitySourceTemplate
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static QuicksightDashboardSourceEntitySourceTemplate.Builderbuilder()StringgetArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#arn QuicksightDashboard#arn}.ObjectgetDataSetReferences()data_set_references block.
-
-
-
Method Detail
-
getArn
@Stability(Stable) @NotNull String getArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#arn QuicksightDashboard#arn}.
-
getDataSetReferences
@Stability(Stable) @NotNull Object getDataSetReferences()
data_set_references block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#data_set_references QuicksightDashboard#data_set_references}
-
builder
@Stability(Stable) static QuicksightDashboardSourceEntitySourceTemplate.Builder builder()
-
-