1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. iot
  5. getBillingGroup

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.iot.getBillingGroup

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Resource Type definition for AWS::IoT::BillingGroup

Using getBillingGroup

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getBillingGroup(args: GetBillingGroupArgs, opts?: InvokeOptions): Promise<GetBillingGroupResult>
function getBillingGroupOutput(args: GetBillingGroupOutputArgs, opts?: InvokeOptions): Output<GetBillingGroupResult>
Copy
def get_billing_group(billing_group_name: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetBillingGroupResult
def get_billing_group_output(billing_group_name: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetBillingGroupResult]
Copy
func LookupBillingGroup(ctx *Context, args *LookupBillingGroupArgs, opts ...InvokeOption) (*LookupBillingGroupResult, error)
func LookupBillingGroupOutput(ctx *Context, args *LookupBillingGroupOutputArgs, opts ...InvokeOption) LookupBillingGroupResultOutput
Copy

> Note: This function is named LookupBillingGroup in the Go SDK.

public static class GetBillingGroup 
{
    public static Task<GetBillingGroupResult> InvokeAsync(GetBillingGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetBillingGroupResult> Invoke(GetBillingGroupInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetBillingGroupResult> getBillingGroup(GetBillingGroupArgs args, InvokeOptions options)
public static Output<GetBillingGroupResult> getBillingGroup(GetBillingGroupArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:iot:getBillingGroup
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

BillingGroupName This property is required. string
The name of the billing group.
BillingGroupName This property is required. string
The name of the billing group.
billingGroupName This property is required. String
The name of the billing group.
billingGroupName This property is required. string
The name of the billing group.
billing_group_name This property is required. str
The name of the billing group.
billingGroupName This property is required. String
The name of the billing group.

getBillingGroup Result

The following output properties are available:

Arn string
The ARN of the billing group.
BillingGroupProperties Pulumi.AwsNative.IoT.Outputs.BillingGroupPropertiesProperties
The properties of the billing group.
Id string
The ID of the billing group.
Tags List<Pulumi.AwsNative.Outputs.Tag>
An array of key-value pairs to apply to this resource.
Arn string
The ARN of the billing group.
BillingGroupProperties BillingGroupPropertiesProperties
The properties of the billing group.
Id string
The ID of the billing group.
Tags Tag
An array of key-value pairs to apply to this resource.
arn String
The ARN of the billing group.
billingGroupProperties BillingGroupPropertiesProperties
The properties of the billing group.
id String
The ID of the billing group.
tags List<Tag>
An array of key-value pairs to apply to this resource.
arn string
The ARN of the billing group.
billingGroupProperties BillingGroupPropertiesProperties
The properties of the billing group.
id string
The ID of the billing group.
tags Tag[]
An array of key-value pairs to apply to this resource.
arn str
The ARN of the billing group.
billing_group_properties BillingGroupPropertiesProperties
The properties of the billing group.
id str
The ID of the billing group.
tags Sequence[root_Tag]
An array of key-value pairs to apply to this resource.
arn String
The ARN of the billing group.
billingGroupProperties Property Map
The properties of the billing group.
id String
The ID of the billing group.
tags List<Property Map>
An array of key-value pairs to apply to this resource.

Supporting Types

BillingGroupPropertiesProperties

BillingGroupDescription string
The description of the billing group.
BillingGroupDescription string
The description of the billing group.
billingGroupDescription String
The description of the billing group.
billingGroupDescription string
The description of the billing group.
billing_group_description str
The description of the billing group.
billingGroupDescription String
The description of the billing group.

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi