Show / Hide Table of Contents

Class CertificateOptions

Inheritance
System.Object
CertificateOptions
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.Acm.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CertificateOptions

Fields

View Source

CertificateTransparencyLoggingPreference

Specifies whether certificate details should be added to a certificate transparency log. Valid values are ENABLED or DISABLED. See https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency for more details.

Declaration
public readonly string CertificateTransparencyLoggingPreference
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.