Class CertificateState
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 CertificateState : ResourceArgs
Constructors
View SourceCertificateState()
Declaration
public CertificateState()
Properties
View SourceCertificateArn
The Amazon Resource Name (ARN) for the certificate.
Declaration
public Input<string> CertificateArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CertificateId
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> |