Struct cfn::aws::s3::BucketPolicyProperties [] [src]

pub struct BucketPolicyProperties {
    pub bucket: Value<String>,
    pub policy_document: Value<Value>,
}

Properties for the BucketPolicy resource.

Fields

Property Bucket.

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

Property PolicyDocument.

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

Trait Implementations

impl Debug for BucketPolicyProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for BucketPolicyProperties
[src]

[src]

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

impl Serialize for BucketPolicyProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<BucketPolicyProperties> for BucketPolicy
[src]

[src]

Performs the conversion.

Auto Trait Implementations