AWS::IoT::BillingGroup - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::IoT::BillingGroup

Creates a new billing group.

Requires permission to access the CreateBillingGroup action.

Syntax

To declare this entity in your Amazon 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

Update requires: Replacement

BillingGroupProperties

The properties of the billing group.

Required: No

Type: BillingGroupProperties

Update requires: No interruption

Tags

Metadata which can be used to manage the billing group.

Required: No

Type: List of Tag

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the billing group id.

For more information about using the Reffunction, see Ref.

Fn::GetAtt

The Fn::GetAttintrinsic 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::GetAttintrinsic function, see Fn::GetAtt.

Arn

The ARN of the billing group.

Id

The ID of the billing group.