Show / Hide Table of Contents

Class RateLimitActionResponseArgs

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

Constructors

View Source

RateLimitActionResponseArgs()

Declaration
public RateLimitActionResponseArgs()

Properties

View Source

Body

The body to return, the content here should conform to the content_type.

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

ContentType

The content-type of the body, must be one of: 'text/plain', 'text/xml', 'application/json'.

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