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

pub struct GatewayResponseProperties {
    pub response_parameters: Option<ValueMap<String>>,
    pub response_templates: Option<ValueMap<String>>,
    pub response_type: Value<String>,
    pub rest_api_id: Value<String>,
    pub status_code: Option<Value<String>>,
}

Properties for the GatewayResponse resource.

Fields

Property ResponseParameters.

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

Property ResponseTemplates.

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

Property ResponseType.

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 StatusCode.

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

Trait Implementations

impl Debug for GatewayResponseProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for GatewayResponseProperties
[src]

[src]

Returns the "default value" for a type. Read more

impl Serialize for GatewayResponseProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<GatewayResponseProperties> for GatewayResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations