Class CertificateOptionsArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CertificateOptionsArgs : ResourceArgs
Constructors
View SourceCertificateOptionsArgs()
Declaration
public CertificateOptionsArgs()
Properties
View SourceCertificateTransparencyLoggingPreference
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> |