Struct cfn::aws::apigateway::RequestValidatorProperties [] [src]

pub struct RequestValidatorProperties {
    pub name: Option<Value<String>>,
    pub rest_api_id: Value<String>,
    pub validate_request_body: Option<Value<bool>>,
    pub validate_request_parameters: Option<Value<bool>>,
}

Properties for the RequestValidator resource.

Fields

Property Name.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property RestApiId.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property ValidateRequestBody.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property ValidateRequestParameters.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for RequestValidatorProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for RequestValidatorProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for RequestValidatorProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<RequestValidatorProperties> for RequestValidator
[src]

[src]

Performs the conversion.

Auto Trait Implementations