1. Packages
  2. Aiven Provider
  3. API Docs
  4. getOrganizationAddress
Aiven v6.39.0 published on Tuesday, Jun 3, 2025 by Pulumi

aiven.getOrganizationAddress

Explore with Pulumi AI

aiven logo
Aiven v6.39.0 published on Tuesday, Jun 3, 2025 by Pulumi

    Gets information about an organization address.

    This resource is in the beta stage and may change without notice. Set the PROVIDER_AIVEN_ENABLE_BETA environment variable to use the resource.

    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,
                                 timeouts: Optional[GetOrganizationAddressTimeouts] = 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,
                                 timeouts: Optional[pulumi.Input[GetOrganizationAddressTimeoutsArgs]] = 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 dictionary

    The following arguments are supported:

    AddressId string
    Address ID.
    OrganizationId string
    ID of an organization.
    Timeouts GetOrganizationAddressTimeouts
    AddressId string
    Address ID.
    OrganizationId string
    ID of an organization.
    Timeouts GetOrganizationAddressTimeouts
    addressId String
    Address ID.
    organizationId String
    ID of an organization.
    timeouts GetOrganizationAddressTimeouts
    addressId string
    Address ID.
    organizationId string
    ID of an organization.
    timeouts GetOrganizationAddressTimeouts
    address_id str
    Address ID.
    organization_id str
    ID of an organization.
    timeouts GetOrganizationAddressTimeouts
    addressId String
    Address ID.
    organizationId String
    ID of an organization.
    timeouts Property Map

    getOrganizationAddress Result

    The following output properties are available:

    AddressId string
    Address ID.
    AddressLines List<string>
    Address Lines.
    City string
    City.
    CountryCode string
    Country Code.
    CreateTime string
    Create Time.
    Id string
    Resource ID, a composite of organization_id and address_id IDs.
    Name string
    Name of a company.
    OrganizationId string
    ID of an organization.
    State string
    State.
    UpdateTime string
    Update Time.
    ZipCode string
    Zip Code.
    Timeouts GetOrganizationAddressTimeouts
    AddressId string
    Address ID.
    AddressLines []string
    Address Lines.
    City string
    City.
    CountryCode string
    Country Code.
    CreateTime string
    Create Time.
    Id string
    Resource ID, a composite of organization_id and address_id IDs.
    Name string
    Name of a company.
    OrganizationId string
    ID of an organization.
    State string
    State.
    UpdateTime string
    Update Time.
    ZipCode string
    Zip Code.
    Timeouts GetOrganizationAddressTimeouts
    addressId String
    Address ID.
    addressLines List<String>
    Address Lines.
    city String
    City.
    countryCode String
    Country Code.
    createTime String
    Create Time.
    id String
    Resource ID, a composite of organization_id and address_id IDs.
    name String
    Name of a company.
    organizationId String
    ID of an organization.
    state String
    State.
    updateTime String
    Update Time.
    zipCode String
    Zip Code.
    timeouts GetOrganizationAddressTimeouts
    addressId string
    Address ID.
    addressLines string[]
    Address Lines.
    city string
    City.
    countryCode string
    Country Code.
    createTime string
    Create Time.
    id string
    Resource ID, a composite of organization_id and address_id IDs.
    name string
    Name of a company.
    organizationId string
    ID of an organization.
    state string
    State.
    updateTime string
    Update Time.
    zipCode string
    Zip Code.
    timeouts GetOrganizationAddressTimeouts
    address_id str
    Address ID.
    address_lines Sequence[str]
    Address Lines.
    city str
    City.
    country_code str
    Country Code.
    create_time str
    Create Time.
    id str
    Resource ID, a composite of organization_id and address_id IDs.
    name str
    Name of a company.
    organization_id str
    ID of an organization.
    state str
    State.
    update_time str
    Update Time.
    zip_code str
    Zip Code.
    timeouts GetOrganizationAddressTimeouts
    addressId String
    Address ID.
    addressLines List<String>
    Address Lines.
    city String
    City.
    countryCode String
    Country Code.
    createTime String
    Create Time.
    id String
    Resource ID, a composite of organization_id and address_id IDs.
    name String
    Name of a company.
    organizationId String
    ID of an organization.
    state String
    State.
    updateTime String
    Update Time.
    zipCode String
    Zip Code.
    timeouts Property Map

    Supporting Types

    GetOrganizationAddressTimeouts

    Read string
    A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
    Read string
    A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
    read String
    A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
    read string
    A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
    read str
    A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
    read String
    A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).

    Package Details

    Repository
    Aiven pulumi/pulumi-aiven
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the aiven Terraform Provider.
    aiven logo
    Aiven v6.39.0 published on Tuesday, Jun 3, 2025 by Pulumi