Interface IntegrationConnectorsConnectionLockConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    IntegrationConnectorsConnectionLockConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.730Z")
    @Stability(Stable)
    public interface IntegrationConnectorsConnectionLockConfig
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getLocked

        @Stability(Stable)
        @NotNull
        Object getLocked()
        Indicates whether or not the connection is locked.

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

      • getReason

        @Stability(Stable)
        @Nullable
        default String getReason()
        Describes why a connection is locked.

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