We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.iot.getBillingGroup
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 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>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]func LookupBillingGroup(ctx *Context, args *LookupBillingGroupArgs, opts ...InvokeOption) (*LookupBillingGroupResult, error)
func LookupBillingGroupOutput(ctx *Context, args *LookupBillingGroupOutputArgs, opts ...InvokeOption) LookupBillingGroupResultOutput> 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)
}public static CompletableFuture<GetBillingGroupResult> getBillingGroup(GetBillingGroupArgs args, InvokeOptions options)
public static Output<GetBillingGroupResult> getBillingGroup(GetBillingGroupArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:iot:getBillingGroup
  arguments:
    # arguments dictionaryThe following arguments are supported:
- BillingGroup stringName 
- The name of the billing group.
- BillingGroup stringName 
- The name of the billing group.
- billingGroup StringName 
- The name of the billing group.
- billingGroup stringName 
- The name of the billing group.
- billing_group_ strname 
- The name of the billing group.
- billingGroup StringName 
- The name of the billing group.
getBillingGroup Result
The following output properties are available:
- Arn string
- The ARN of the billing group.
- BillingGroup Pulumi.Properties Aws Native. Io T. Outputs. Billing Group Properties Properties 
- The properties of the billing group.
- Id string
- The ID of the billing group.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- An array of key-value pairs to apply to this resource.
- Arn string
- The ARN of the billing group.
- BillingGroup BillingProperties Group Properties Properties 
- The properties of the billing group.
- Id string
- The ID of the billing group.
- Tag
- An array of key-value pairs to apply to this resource.
- arn String
- The ARN of the billing group.
- billingGroup BillingProperties Group Properties Properties 
- The properties of the billing group.
- id String
- The ID of the billing group.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- arn string
- The ARN of the billing group.
- billingGroup BillingProperties Group Properties Properties 
- The properties of the billing group.
- id string
- The ID of the billing group.
- Tag[]
- An array of key-value pairs to apply to this resource.
- arn str
- The ARN of the billing group.
- billing_group_ Billingproperties Group Properties Properties 
- The properties of the billing group.
- id str
- The ID of the billing group.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- arn String
- The ARN of the billing group.
- billingGroup Property MapProperties 
- The properties of the billing group.
- id String
- The ID of the billing group.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Supporting Types
BillingGroupPropertiesProperties   
- BillingGroup stringDescription 
- The description of the billing group.
- BillingGroup stringDescription 
- The description of the billing group.
- billingGroup StringDescription 
- The description of the billing group.
- billingGroup stringDescription 
- The description of the billing group.
- billing_group_ strdescription 
- The description of the billing group.
- billingGroup StringDescription 
- The description of the billing group.
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.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
