Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.4 KB

File metadata and controls

55 lines (33 loc) · 1.4 KB

Community::ServiceQuotas::S3

Custom Service Quota limits for S3 resources. e.g: to increase the maximum number of buckets per account.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{
    "Type" : "Community::ServiceQuotas::S3",
    "Properties" : {
        "Buckets" : Integer,
    }
}

YAML

Type: Community::ServiceQuotas::S3
Properties:
    Buckets: Integer

Properties

Buckets

The number of Amazon S3 buckets that you can create in an account (default = 100).

Required: No

Type: Integer

Update requires: No interruption

Return Values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the ResourceId.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

ResourceId

Returns the ResourceId value.