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

pub struct PolicyPrincipalAttachmentProperties {
    pub policy_name: Value<String>,
    pub principal: Value<String>,
}

Properties for the PolicyPrincipalAttachment resource.

Fields

Property PolicyName.

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

Property Principal.

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

Trait Implementations

impl Debug for PolicyPrincipalAttachmentProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for PolicyPrincipalAttachmentProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<PolicyPrincipalAttachmentProperties> for PolicyPrincipalAttachment
[src]

[src]

Performs the conversion.

Auto Trait Implementations