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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.iot.getBillingGroup

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:iot:getBillingGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    BillingGroupName string
    The name of the billing group.
    BillingGroupName string
    The name of the billing group.
    billingGroupName String
    The name of the billing group.
    billingGroupName string
    The name of the billing group.
    billing_group_name str
    The name of the billing group.
    billingGroupName 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 string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi