Show / Hide Table of Contents

Class CertificateOptionsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CertificateOptionsArgs
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.Acm.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CertificateOptionsArgs : ResourceArgs

Constructors

View Source

CertificateOptionsArgs()

Declaration
public CertificateOptionsArgs()

Properties

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 Input<string> CertificateTransparencyLoggingPreference { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.