Class BigqueryAnalyticsHubListingRestrictedExportConfigOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:17.614Z")
    @Stability(Stable)
    public class BigqueryAnalyticsHubListingRestrictedExportConfigOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • BigqueryAnalyticsHubListingRestrictedExportConfigOutputReference

        protected BigqueryAnalyticsHubListingRestrictedExportConfigOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • BigqueryAnalyticsHubListingRestrictedExportConfigOutputReference

        protected BigqueryAnalyticsHubListingRestrictedExportConfigOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • BigqueryAnalyticsHubListingRestrictedExportConfigOutputReference

        @Stability(Stable)
        public BigqueryAnalyticsHubListingRestrictedExportConfigOutputReference​(@NotNull
                                                                                com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                                @NotNull
                                                                                String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetEnabled

        @Stability(Stable)
        public void resetEnabled()
      • resetRestrictQueryResult

        @Stability(Stable)
        public void resetRestrictQueryResult()
      • getEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getEnabledInput()
      • getRestrictQueryResultInput

        @Stability(Stable)
        @Nullable
        public Object getRestrictQueryResultInput()
      • getEnabled

        @Stability(Stable)
        @NotNull
        public Object getEnabled()
      • setEnabled

        @Stability(Stable)
        public void setEnabled​(@NotNull
                               Boolean value)
      • setEnabled

        @Stability(Stable)
        public void setEnabled​(@NotNull
                               com.hashicorp.cdktf.IResolvable value)
      • getRestrictQueryResult

        @Stability(Stable)
        @NotNull
        public Object getRestrictQueryResult()
      • setRestrictQueryResult

        @Stability(Stable)
        public void setRestrictQueryResult​(@NotNull
                                           Boolean value)
      • setRestrictQueryResult

        @Stability(Stable)
        public void setRestrictQueryResult​(@NotNull
                                           com.hashicorp.cdktf.IResolvable value)