Interface BigqueryAnalyticsHubListingRestrictedExportConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryAnalyticsHubListingRestrictedExportConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.614Z") @Stability(Stable) public interface BigqueryAnalyticsHubListingRestrictedExportConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryAnalyticsHubListingRestrictedExportConfig.BuilderA builder forBigqueryAnalyticsHubListingRestrictedExportConfigstatic classBigqueryAnalyticsHubListingRestrictedExportConfig.Jsii$ProxyAn implementation forBigqueryAnalyticsHubListingRestrictedExportConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static BigqueryAnalyticsHubListingRestrictedExportConfig.Builderbuilder()default ObjectgetEnabled()If true, enable restricted export.default ObjectgetRestrictQueryResult()If true, restrict export of query result derived from restricted linked dataset table.
-
-
-
Method Detail
-
getEnabled
@Stability(Stable) @Nullable default Object getEnabled()
If true, enable restricted export.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_listing#enabled BigqueryAnalyticsHubListing#enabled}
-
getRestrictQueryResult
@Stability(Stable) @Nullable default Object getRestrictQueryResult()
If true, restrict export of query result derived from restricted linked dataset table.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_listing#restrict_query_result BigqueryAnalyticsHubListing#restrict_query_result}
-
builder
@Stability(Stable) static BigqueryAnalyticsHubListingRestrictedExportConfig.Builder builder()
-
-