Struct cfn::aws::iot::PolicyProperties [] [src]

pub struct PolicyProperties {
    pub policy_document: Value<Value>,
    pub policy_name: Option<Value<String>>,
}

Properties for the Policy resource.

Fields

Property PolicyDocument.

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

Property PolicyName.

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

Trait Implementations

impl Debug for PolicyProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for PolicyProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<PolicyProperties> for Policy
[src]

[src]

Performs the conversion.

Auto Trait Implementations