Show / Hide Table of Contents

Class RequestValidator

Inheritance
System.Object
Construct
Resource
RequestValidator
Implements
IRequestValidator
IResource
IConstruct
Constructs.IConstruct
IDependable
Inherited Members
Resource.IsResource(IConstruct)
Resource.ApplyRemovalPolicy(RemovalPolicy)
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(String, IArnComponents)
Resource.GetResourceNameAttribute(String)
Resource.Env
Resource.PhysicalName
Resource.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.APIGateway
Assembly: Amazon.CDK.AWS.APIGateway.dll
Syntax (csharp)
public class RequestValidator : Resource, IRequestValidator, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class RequestValidator
    Inherits Resource
    Implements IRequestValidator, IResource, IConstruct, IConstruct, IDependable

Synopsis

Constructors

RequestValidator(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

RequestValidator(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

RequestValidator(Construct, String, IRequestValidatorProps)

Properties

RequestValidatorId

ID of the request validator, such as abc123.

Methods

FromRequestValidatorId(Construct, String, String)

Constructors

RequestValidator(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected RequestValidator(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

RequestValidator(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected RequestValidator(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

RequestValidator(Construct, String, IRequestValidatorProps)

public RequestValidator(Construct scope, string id, IRequestValidatorProps props)
Parameters
scope Constructs.Construct
id System.String
props IRequestValidatorProps

Properties

RequestValidatorId

ID of the request validator, such as abc123.

public virtual string RequestValidatorId { get; }
Property Value

System.String

Remarks

Attribute: true

Methods

FromRequestValidatorId(Construct, String, String)

public static IRequestValidator FromRequestValidatorId(Construct scope, string id, string requestValidatorId)
Parameters
scope Constructs.Construct
id System.String
requestValidatorId System.String
Returns

IRequestValidator

Implements

IRequestValidator
IResource
IConstruct
Constructs.IConstruct
IDependable
Back to top Generated by DocFX