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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIntegrationConnectorsConnectionLockConfig.BuilderA builder forIntegrationConnectorsConnectionLockConfigstatic classIntegrationConnectorsConnectionLockConfig.Jsii$ProxyAn implementation forIntegrationConnectorsConnectionLockConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static IntegrationConnectorsConnectionLockConfig.Builderbuilder()ObjectgetLocked()Indicates whether or not the connection is locked.default StringgetReason()Describes why a connection is locked.
-
-
-
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}
-
builder
@Stability(Stable) static IntegrationConnectorsConnectionLockConfig.Builder builder()
-
-