Interface IntegrationConnectorsConnectionSslConfigAdditionalVariable

    • Method Detail

      • getKey

        @Stability(Stable)
        @NotNull
        String getKey()
        Key for the configVariable.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#key IntegrationConnectorsConnection#key}

      • getBooleanValue

        @Stability(Stable)
        @Nullable
        default Object getBooleanValue()
        Boolean Value of configVariable.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#boolean_value IntegrationConnectorsConnection#boolean_value}

      • getEncryptionKeyValue

        @Stability(Stable)
        @Nullable
        default IntegrationConnectorsConnectionSslConfigAdditionalVariableEncryptionKeyValue getEncryptionKeyValue()
        encryption_key_value block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#encryption_key_value IntegrationConnectorsConnection#encryption_key_value}

      • getIntegerValue

        @Stability(Stable)
        @Nullable
        default Number getIntegerValue()
        Integer Value of configVariable.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#integer_value IntegrationConnectorsConnection#integer_value}

      • getSecretValue

        @Stability(Stable)
        @Nullable
        default IntegrationConnectorsConnectionSslConfigAdditionalVariableSecretValue getSecretValue()
        secret_value block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#secret_value IntegrationConnectorsConnection#secret_value}

      • getStringValue

        @Stability(Stable)
        @Nullable
        default String getStringValue()
        String Value of configVariabley.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#string_value IntegrationConnectorsConnection#string_value}