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

pub struct ResourceProperties {
    pub parent_id: Value<String>,
    pub path_part: Value<String>,
    pub rest_api_id: Value<String>,
}

Properties for the Resource resource.

Fields

Property ParentId.

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

Property PathPart.

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.

Trait Implementations

impl Debug for ResourceProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for ResourceProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<ResourceProperties> for Resource
[src]

[src]

Performs the conversion.

Auto Trait Implementations