Aiven v6.37.0 published on Thursday, Apr 10, 2025 by Pulumi
aiven.getOrganizationAddress
Explore with Pulumi AI
Gets information about an organization address.
Using getOrganizationAddress
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 getOrganizationAddress(args: GetOrganizationAddressArgs, opts?: InvokeOptions): Promise<GetOrganizationAddressResult>
function getOrganizationAddressOutput(args: GetOrganizationAddressOutputArgs, opts?: InvokeOptions): Output<GetOrganizationAddressResult>def get_organization_address(address_id: Optional[str] = None,
                             organization_id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetOrganizationAddressResult
def get_organization_address_output(address_id: Optional[pulumi.Input[str]] = None,
                             organization_id: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationAddressResult]func LookupOrganizationAddress(ctx *Context, args *LookupOrganizationAddressArgs, opts ...InvokeOption) (*LookupOrganizationAddressResult, error)
func LookupOrganizationAddressOutput(ctx *Context, args *LookupOrganizationAddressOutputArgs, opts ...InvokeOption) LookupOrganizationAddressResultOutput> Note: This function is named LookupOrganizationAddress in the Go SDK.
public static class GetOrganizationAddress 
{
    public static Task<GetOrganizationAddressResult> InvokeAsync(GetOrganizationAddressArgs args, InvokeOptions? opts = null)
    public static Output<GetOrganizationAddressResult> Invoke(GetOrganizationAddressInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetOrganizationAddressResult> getOrganizationAddress(GetOrganizationAddressArgs args, InvokeOptions options)
public static Output<GetOrganizationAddressResult> getOrganizationAddress(GetOrganizationAddressArgs args, InvokeOptions options)
fn::invoke:
  function: aiven:index/getOrganizationAddress:getOrganizationAddress
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AddressId string
- ID of the address.
- OrganizationId string
- ID of organization.
- AddressId string
- ID of the address.
- OrganizationId string
- ID of organization.
- addressId String
- ID of the address.
- organizationId String
- ID of organization.
- addressId string
- ID of the address.
- organizationId string
- ID of organization.
- address_id str
- ID of the address.
- organization_id str
- ID of organization.
- addressId String
- ID of the address.
- organizationId String
- ID of organization.
getOrganizationAddress Result
The following output properties are available:
- AddressId string
- ID of the address.
- AddressLines List<string>
- Array of address lines.
- City string
- City name.
- CompanyName string
- Name of the company.
- CountryCode string
- Country code.
- CreateTime string
- Timestamp of the creation.
- Id string
- Resource ID, a composite of organizationid and addressid.
- OrganizationId string
- ID of organization.
- State string
- State name.
- UpdateTime string
- Timestamp of the last update.
- ZipCode string
- Zip code.
- AddressId string
- ID of the address.
- AddressLines []string
- Array of address lines.
- City string
- City name.
- CompanyName string
- Name of the company.
- CountryCode string
- Country code.
- CreateTime string
- Timestamp of the creation.
- Id string
- Resource ID, a composite of organizationid and addressid.
- OrganizationId string
- ID of organization.
- State string
- State name.
- UpdateTime string
- Timestamp of the last update.
- ZipCode string
- Zip code.
- addressId String
- ID of the address.
- addressLines List<String>
- Array of address lines.
- city String
- City name.
- companyName String
- Name of the company.
- countryCode String
- Country code.
- createTime String
- Timestamp of the creation.
- id String
- Resource ID, a composite of organizationid and addressid.
- organizationId String
- ID of organization.
- state String
- State name.
- updateTime String
- Timestamp of the last update.
- zipCode String
- Zip code.
- addressId string
- ID of the address.
- addressLines string[]
- Array of address lines.
- city string
- City name.
- companyName string
- Name of the company.
- countryCode string
- Country code.
- createTime string
- Timestamp of the creation.
- id string
- Resource ID, a composite of organizationid and addressid.
- organizationId string
- ID of organization.
- state string
- State name.
- updateTime string
- Timestamp of the last update.
- zipCode string
- Zip code.
- address_id str
- ID of the address.
- address_lines Sequence[str]
- Array of address lines.
- city str
- City name.
- company_name str
- Name of the company.
- country_code str
- Country code.
- create_time str
- Timestamp of the creation.
- id str
- Resource ID, a composite of organizationid and addressid.
- organization_id str
- ID of organization.
- state str
- State name.
- update_time str
- Timestamp of the last update.
- zip_code str
- Zip code.
- addressId String
- ID of the address.
- addressLines List<String>
- Array of address lines.
- city String
- City name.
- companyName String
- Name of the company.
- countryCode String
- Country code.
- createTime String
- Timestamp of the creation.
- id String
- Resource ID, a composite of organizationid and addressid.
- organizationId String
- ID of organization.
- state String
- State name.
- updateTime String
- Timestamp of the last update.
- zipCode String
- Zip code.
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the aivenTerraform Provider.