Show / Hide Table of Contents

Class CertificateArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CertificateArgs
Inherited Members
ResourceArgs.Empty
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 Source

CertificateArgs()

Declaration
public CertificateArgs()

Properties

View Source

CertificateId

The certificate identifier.

Declaration
public Input<string> CertificateId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.