Class CloudbuildBitbucketServerConfigSecretsOutputReference

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

      • CloudbuildBitbucketServerConfigSecretsOutputReference

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

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

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

      • getAdminAccessTokenVersionNameInput

        @Stability(Stable)
        @Nullable
        public String getAdminAccessTokenVersionNameInput()
      • getReadAccessTokenVersionNameInput

        @Stability(Stable)
        @Nullable
        public String getReadAccessTokenVersionNameInput()
      • getWebhookSecretVersionNameInput

        @Stability(Stable)
        @Nullable
        public String getWebhookSecretVersionNameInput()
      • getAdminAccessTokenVersionName

        @Stability(Stable)
        @NotNull
        public String getAdminAccessTokenVersionName()
      • setAdminAccessTokenVersionName

        @Stability(Stable)
        public void setAdminAccessTokenVersionName​(@NotNull
                                                   String value)
      • getReadAccessTokenVersionName

        @Stability(Stable)
        @NotNull
        public String getReadAccessTokenVersionName()
      • setReadAccessTokenVersionName

        @Stability(Stable)
        public void setReadAccessTokenVersionName​(@NotNull
                                                  String value)
      • getWebhookSecretVersionName

        @Stability(Stable)
        @NotNull
        public String getWebhookSecretVersionName()
      • setWebhookSecretVersionName

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