Interface IntegrationConnectorsConnectionSslConfigPrivateServerCertificate
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IntegrationConnectorsConnectionSslConfigPrivateServerCertificate.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.741Z") @Stability(Stable) public interface IntegrationConnectorsConnectionSslConfigPrivateServerCertificate extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIntegrationConnectorsConnectionSslConfigPrivateServerCertificate.Builderstatic classIntegrationConnectorsConnectionSslConfigPrivateServerCertificate.Jsii$ProxyAn implementation forIntegrationConnectorsConnectionSslConfigPrivateServerCertificate
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static IntegrationConnectorsConnectionSslConfigPrivateServerCertificate.Builderbuilder()StringgetSecretVersion()Secret version of Secret Value for Config variable.
-
-
-
Method Detail
-
getSecretVersion
@Stability(Stable) @NotNull String getSecretVersion()
Secret version of Secret Value for Config variable.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#secret_version IntegrationConnectorsConnection#secret_version}
-
builder
@Stability(Stable) static IntegrationConnectorsConnectionSslConfigPrivateServerCertificate.Builder builder()
-
-