Struct cfn::aws::cognito::IdentityPoolRoleAttachmentProperties [] [src]

pub struct IdentityPoolRoleAttachmentProperties {
    pub identity_pool_id: Value<String>,
    pub role_mappings: Option<Value<Value>>,
    pub roles: Option<Value<Value>>,
}

Properties for the IdentityPoolRoleAttachment resource.

Fields

Property IdentityPoolId.

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

Property RoleMappings.

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

Property Roles.

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

Trait Implementations

impl Debug for IdentityPoolRoleAttachmentProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for IdentityPoolRoleAttachmentProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<IdentityPoolRoleAttachmentProperties> for IdentityPoolRoleAttachment
[src]

[src]

Performs the conversion.

Auto Trait Implementations