AWS::IoT::BillingGroup
Creates a new billing group.
Requires permission to access the CreateBillingGroup action.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::IoT::BillingGroup", "Properties" : { "BillingGroupName" :
String
, "BillingGroupProperties" :BillingGroupProperties
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::IoT::BillingGroup Properties: BillingGroupName:
String
BillingGroupProperties:BillingGroupProperties
Tags:- Tag
Properties
BillingGroupName
-
The name of the billing group.
Required: No
Type: String
Pattern:
[a-zA-Z0-9:_-]+
Minimum:
1
Maximum:
128
Update requires: Replacement
BillingGroupProperties
-
The properties of the billing group.
Required: No
Type: BillingGroupProperties
Update requires: No interruption
-
Metadata which can be used to manage the billing group.
Required: No
Type: Array of Tag
Maximum:
50
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns the billing group id.
For more information about using the Ref
function, see Ref
.
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
.
Arn
-
The ARN of the billing group.
Id
-
The ID of the billing group.