Aiven v6.37.0 published on Thursday, Apr 10, 2025 by Pulumi
aiven.getOrganizationBillingGroup
Explore with Pulumi AI
Gets information about a billing group.
Using getOrganizationBillingGroup
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 getOrganizationBillingGroup(args: GetOrganizationBillingGroupArgs, opts?: InvokeOptions): Promise<GetOrganizationBillingGroupResult>
function getOrganizationBillingGroupOutput(args: GetOrganizationBillingGroupOutputArgs, opts?: InvokeOptions): Output<GetOrganizationBillingGroupResult>
def get_organization_billing_group(billing_group_id: Optional[str] = None,
organization_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOrganizationBillingGroupResult
def get_organization_billing_group_output(billing_group_id: Optional[pulumi.Input[str]] = None,
organization_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationBillingGroupResult]
func LookupOrganizationBillingGroup(ctx *Context, args *LookupOrganizationBillingGroupArgs, opts ...InvokeOption) (*LookupOrganizationBillingGroupResult, error)
func LookupOrganizationBillingGroupOutput(ctx *Context, args *LookupOrganizationBillingGroupOutputArgs, opts ...InvokeOption) LookupOrganizationBillingGroupResultOutput
> Note: This function is named LookupOrganizationBillingGroup
in the Go SDK.
public static class GetOrganizationBillingGroup
{
public static Task<GetOrganizationBillingGroupResult> InvokeAsync(GetOrganizationBillingGroupArgs args, InvokeOptions? opts = null)
public static Output<GetOrganizationBillingGroupResult> Invoke(GetOrganizationBillingGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOrganizationBillingGroupResult> getOrganizationBillingGroup(GetOrganizationBillingGroupArgs args, InvokeOptions options)
public static Output<GetOrganizationBillingGroupResult> getOrganizationBillingGroup(GetOrganizationBillingGroupArgs args, InvokeOptions options)
fn::invoke:
function: aiven:index/getOrganizationBillingGroup:getOrganizationBillingGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Billing
Group stringId - ID of the billing group.
- Organization
Id string - ID of the organization.
- Billing
Group stringId - ID of the billing group.
- Organization
Id string - ID of the organization.
- billing
Group StringId - ID of the billing group.
- organization
Id String - ID of the organization.
- billing
Group stringId - ID of the billing group.
- organization
Id string - ID of the organization.
- billing_
group_ strid - ID of the billing group.
- organization_
id str - ID of the organization.
- billing
Group StringId - ID of the billing group.
- organization
Id String - ID of the organization.
getOrganizationBillingGroup Result
The following output properties are available:
- Billing
Address stringId - ID of the billing address.
- Billing
Contact List<string>Emails - List of billing contact emails.
- Billing
Currency string - Billing currency.
- Billing
Emails List<string> - List of billing emails.
- Billing
Group stringId - ID of the billing group.
- Billing
Group stringName - Name of the billing group.
- Custom
Invoice stringText - Custom invoice text.
- Id string
- Resource ID, a composite of organizationid and billinggroup_id.
- Organization
Id string - ID of the organization.
- Payment
Method stringId - ID of the payment method.
- Shipping
Address stringId - ID of the shipping address.
- Vat
Id string - VAT ID.
- Billing
Address stringId - ID of the billing address.
- Billing
Contact []stringEmails - List of billing contact emails.
- Billing
Currency string - Billing currency.
- Billing
Emails []string - List of billing emails.
- Billing
Group stringId - ID of the billing group.
- Billing
Group stringName - Name of the billing group.
- Custom
Invoice stringText - Custom invoice text.
- Id string
- Resource ID, a composite of organizationid and billinggroup_id.
- Organization
Id string - ID of the organization.
- Payment
Method stringId - ID of the payment method.
- Shipping
Address stringId - ID of the shipping address.
- Vat
Id string - VAT ID.
- billing
Address StringId - ID of the billing address.
- billing
Contact List<String>Emails - List of billing contact emails.
- billing
Currency String - Billing currency.
- billing
Emails List<String> - List of billing emails.
- billing
Group StringId - ID of the billing group.
- billing
Group StringName - Name of the billing group.
- custom
Invoice StringText - Custom invoice text.
- id String
- Resource ID, a composite of organizationid and billinggroup_id.
- organization
Id String - ID of the organization.
- payment
Method StringId - ID of the payment method.
- shipping
Address StringId - ID of the shipping address.
- vat
Id String - VAT ID.
- billing
Address stringId - ID of the billing address.
- billing
Contact string[]Emails - List of billing contact emails.
- billing
Currency string - Billing currency.
- billing
Emails string[] - List of billing emails.
- billing
Group stringId - ID of the billing group.
- billing
Group stringName - Name of the billing group.
- custom
Invoice stringText - Custom invoice text.
- id string
- Resource ID, a composite of organizationid and billinggroup_id.
- organization
Id string - ID of the organization.
- payment
Method stringId - ID of the payment method.
- shipping
Address stringId - ID of the shipping address.
- vat
Id string - VAT ID.
- billing_
address_ strid - ID of the billing address.
- billing_
contact_ Sequence[str]emails - List of billing contact emails.
- billing_
currency str - Billing currency.
- billing_
emails Sequence[str] - List of billing emails.
- billing_
group_ strid - ID of the billing group.
- billing_
group_ strname - Name of the billing group.
- custom_
invoice_ strtext - Custom invoice text.
- id str
- Resource ID, a composite of organizationid and billinggroup_id.
- organization_
id str - ID of the organization.
- payment_
method_ strid - ID of the payment method.
- shipping_
address_ strid - ID of the shipping address.
- vat_
id str - VAT ID.
- billing
Address StringId - ID of the billing address.
- billing
Contact List<String>Emails - List of billing contact emails.
- billing
Currency String - Billing currency.
- billing
Emails List<String> - List of billing emails.
- billing
Group StringId - ID of the billing group.
- billing
Group StringName - Name of the billing group.
- custom
Invoice StringText - Custom invoice text.
- id String
- Resource ID, a composite of organizationid and billinggroup_id.
- organization
Id String - ID of the organization.
- payment
Method StringId - ID of the payment method.
- shipping
Address StringId - ID of the shipping address.
- vat
Id String - VAT ID.
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aiven
Terraform Provider.