We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
aws-native.iot.getBillingGroup
Start a Neo task
Explain and create an aws-native.iot.getBillingGroup resource
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 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:
- Billing
Group stringName - The name of the billing group.
- Billing
Group stringName - The name of the billing group.
- billing
Group StringName - The name of the billing group.
- billing
Group stringName - The name of the billing group.
- billing_
group_ strname - The name of the billing group.
- billing
Group StringName - The name of the billing group.
getBillingGroup Result
The following output properties are available:
- Arn string
- The ARN of the billing group.
- Billing
Group 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.
- Billing
Group 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.
- billing
Group 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.
- billing
Group 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.
- billing
Group 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
- Billing
Group stringDescription - The description of the billing group.
- Billing
Group stringDescription - The description of the billing group.
- billing
Group StringDescription - The description of the billing group.
- billing
Group stringDescription - The description of the billing group.
- billing_
group_ strdescription - The description of the billing group.
- billing
Group 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.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
