Class ConnectionProfilePostgresqlSslArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.databasemigrationservice.inputs.ConnectionProfilePostgresqlSslArgs
-
public final class ConnectionProfilePostgresqlSslArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConnectionProfilePostgresqlSslArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static ConnectionProfilePostgresqlSslArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectionProfilePostgresqlSslArgs.Builder
builder()
static ConnectionProfilePostgresqlSslArgs.Builder
builder(ConnectionProfilePostgresqlSslArgs defaults)
com.pulumi.core.Output<java.lang.String>
caCertificate()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
clientCertificate()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
clientKey()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
type()
-
-
-
Field Detail
-
Empty
public static final ConnectionProfilePostgresqlSslArgs Empty
-
-
Method Detail
-
caCertificate
public com.pulumi.core.Output<java.lang.String> caCertificate()
- Returns:
- Required. Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate. The replica will use this certificate to verify it's connecting to the right host. **Note**: This property is sensitive and will not be displayed in the plan.
-
clientCertificate
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> clientCertificate()
- Returns:
- Input only. The x509 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' field is mandatory **Note**: This property is sensitive and will not be displayed in the plan.
-
clientKey
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> clientKey()
- Returns:
- Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. If this field is used then the 'clientCertificate' field is mandatory. **Note**: This property is sensitive and will not be displayed in the plan.
-
type
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> type()
- Returns:
- (Output) The current connection profile state.
-
builder
public static ConnectionProfilePostgresqlSslArgs.Builder builder()
-
builder
public static ConnectionProfilePostgresqlSslArgs.Builder builder(ConnectionProfilePostgresqlSslArgs defaults)
-
-