Class CertificateArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Dms
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CertificateArgs : ResourceArgs
Constructors
View SourceCertificateArgs()
Declaration
public CertificateArgs()
Properties
View SourceCertificateId
The certificate identifier.
Declaration
public Input<string> CertificateId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CertificatePem
The contents of the .pem X.509 certificate file for the certificate. Either certificate_pem or certificate_wallet must be set.
Declaration
public Input<string> CertificatePem { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CertificateWallet
The contents of the Oracle Wallet certificate for use with SSL. Either certificate_pem or certificate_wallet must be set.
Declaration
public Input<string> CertificateWallet { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |