Class GkeHubFeatureMembershipConfigmanagementConfigSyncOciOutputReference

  • 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 GkeHubFeatureMembershipConfigmanagementConfigSyncOciOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • GkeHubFeatureMembershipConfigmanagementConfigSyncOciOutputReference

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

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

        @Stability(Stable)
        public GkeHubFeatureMembershipConfigmanagementConfigSyncOciOutputReference​(@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

      • resetGcpServiceAccountEmail

        @Stability(Stable)
        public void resetGcpServiceAccountEmail()
      • resetPolicyDir

        @Stability(Stable)
        public void resetPolicyDir()
      • resetSecretType

        @Stability(Stable)
        public void resetSecretType()
      • resetSyncRepo

        @Stability(Stable)
        public void resetSyncRepo()
      • resetSyncWaitSecs

        @Stability(Stable)
        public void resetSyncWaitSecs()
      • getGcpServiceAccountEmailInput

        @Stability(Stable)
        @Nullable
        public String getGcpServiceAccountEmailInput()
      • getPolicyDirInput

        @Stability(Stable)
        @Nullable
        public String getPolicyDirInput()
      • getSecretTypeInput

        @Stability(Stable)
        @Nullable
        public String getSecretTypeInput()
      • getSyncRepoInput

        @Stability(Stable)
        @Nullable
        public String getSyncRepoInput()
      • getSyncWaitSecsInput

        @Stability(Stable)
        @Nullable
        public String getSyncWaitSecsInput()
      • getGcpServiceAccountEmail

        @Stability(Stable)
        @NotNull
        public String getGcpServiceAccountEmail()
      • setGcpServiceAccountEmail

        @Stability(Stable)
        public void setGcpServiceAccountEmail​(@NotNull
                                              String value)
      • getPolicyDir

        @Stability(Stable)
        @NotNull
        public String getPolicyDir()
      • setPolicyDir

        @Stability(Stable)
        public void setPolicyDir​(@NotNull
                                 String value)
      • getSecretType

        @Stability(Stable)
        @NotNull
        public String getSecretType()
      • setSecretType

        @Stability(Stable)
        public void setSecretType​(@NotNull
                                  String value)
      • getSyncRepo

        @Stability(Stable)
        @NotNull
        public String getSyncRepo()
      • setSyncRepo

        @Stability(Stable)
        public void setSyncRepo​(@NotNull
                                String value)
      • getSyncWaitSecs

        @Stability(Stable)
        @NotNull
        public String getSyncWaitSecs()
      • setSyncWaitSecs

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