Interface DatastreamConnectionProfileMysqlProfileSslConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatastreamConnectionProfileMysqlProfileSslConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.841Z") @Stability(Stable) public interface DatastreamConnectionProfileMysqlProfileSslConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatastreamConnectionProfileMysqlProfileSslConfig.BuilderA builder forDatastreamConnectionProfileMysqlProfileSslConfigstatic classDatastreamConnectionProfileMysqlProfileSslConfig.Jsii$ProxyAn implementation forDatastreamConnectionProfileMysqlProfileSslConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DatastreamConnectionProfileMysqlProfileSslConfig.Builderbuilder()default StringgetCaCertificate()PEM-encoded certificate of the CA that signed the source database server's certificate.default StringgetClientCertificate()PEM-encoded certificate that will be used by the replica to authenticate against the source database server.default StringgetClientKey()PEM-encoded private key associated with the Client Certificate.
-
-
-
Method Detail
-
getCaCertificate
@Stability(Stable) @Nullable default String getCaCertificate()
PEM-encoded certificate of the CA that signed the source database server's certificate.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#ca_certificate DatastreamConnectionProfile#ca_certificate}
-
getClientCertificate
@Stability(Stable) @Nullable default String getClientCertificate()
PEM-encoded certificate that will be used by the replica to authenticate against the source database server.If this field is used then the 'clientKey' and the 'caCertificate' fields are mandatory. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#client_certificate DatastreamConnectionProfile#client_certificate}
-
getClientKey
@Stability(Stable) @Nullable default String getClientKey()
PEM-encoded private key associated with the Client Certificate.If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#client_key DatastreamConnectionProfile#client_key}
-
builder
@Stability(Stable) static DatastreamConnectionProfileMysqlProfileSslConfig.Builder builder()
-
-