Show / Hide Table of Contents

Class LogpullRetentionState

Inheritance
System.Object
InputArgs
ResourceArgs
LogpullRetentionState
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.Cloudflare
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class LogpullRetentionState : ResourceArgs

Constructors

View Source

LogpullRetentionState()

Declaration
public LogpullRetentionState()

Properties

View Source

Enabled

Whether you wish to retain logs or not.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ZoneId

The zone ID to apply the log retention to.

Declaration
public Input<string> ZoneId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.