Class GkeHubFeatureMembershipConfigmanagementConfigSyncOutputReference

  • 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:21.342Z")
    @Stability(Stable)
    public class GkeHubFeatureMembershipConfigmanagementConfigSyncOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • GkeHubFeatureMembershipConfigmanagementConfigSyncOutputReference

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

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

        @Stability(Stable)
        public GkeHubFeatureMembershipConfigmanagementConfigSyncOutputReference​(@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()
      • resetGit

        @Stability(Stable)
        public void resetGit()
      • resetMetricsGcpServiceAccountEmail

        @Stability(Stable)
        public void resetMetricsGcpServiceAccountEmail()
      • resetOci

        @Stability(Stable)
        public void resetOci()
      • resetPreventDrift

        @Stability(Stable)
        public void resetPreventDrift()
      • resetSourceFormat

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

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

        @Stability(Stable)
        @Nullable
        public String getMetricsGcpServiceAccountEmailInput()
      • getPreventDriftInput

        @Stability(Stable)
        @Nullable
        public Object getPreventDriftInput()
      • getSourceFormatInput

        @Stability(Stable)
        @Nullable
        public String getSourceFormatInput()
      • 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)
      • getMetricsGcpServiceAccountEmail

        @Stability(Stable)
        @NotNull
        public String getMetricsGcpServiceAccountEmail()
      • setMetricsGcpServiceAccountEmail

        @Stability(Stable)
        public void setMetricsGcpServiceAccountEmail​(@NotNull
                                                     String value)
      • getPreventDrift

        @Stability(Stable)
        @NotNull
        public Object getPreventDrift()
      • setPreventDrift

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

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

        @Stability(Stable)
        @NotNull
        public String getSourceFormat()
      • setSourceFormat

        @Stability(Stable)
        public void setSourceFormat​(@NotNull
                                    String value)