Interface IntegrationConnectorsConnectionAuthConfigSshPublicKeySshClientCert
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IntegrationConnectorsConnectionAuthConfigSshPublicKeySshClientCert.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.717Z") @Stability(Stable) public interface IntegrationConnectorsConnectionAuthConfigSshPublicKeySshClientCert extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIntegrationConnectorsConnectionAuthConfigSshPublicKeySshClientCert.Builderstatic classIntegrationConnectorsConnectionAuthConfigSshPublicKeySshClientCert.Jsii$ProxyAn implementation forIntegrationConnectorsConnectionAuthConfigSshPublicKeySshClientCert
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static IntegrationConnectorsConnectionAuthConfigSshPublicKeySshClientCert.Builderbuilder()StringgetSecretVersion()The resource name of the secret version in the format, format as: projects/* /secrets/* /versions/*.
-
-
-
Method Detail
-
getSecretVersion
@Stability(Stable) @NotNull String getSecretVersion()
The resource name of the secret version in the format, format as: projects/* /secrets/* /versions/*.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} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.
-
builder
@Stability(Stable) static IntegrationConnectorsConnectionAuthConfigSshPublicKeySshClientCert.Builder builder()
-
-