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 dictionary
The following arguments are supported:
- Address
Id string - ID of the address.
- Organization
Id string - ID of organization.
- Address
Id string - ID of the address.
- Organization
Id string - ID of organization.
- address
Id String - ID of the address.
- organization
Id String - ID of organization.
- address
Id string - ID of the address.
- organization
Id string - ID of organization.
- address_
id str - ID of the address.
- organization_
id str - ID of organization.
- address
Id String - ID of the address.
- organization
Id String - ID of organization.
getOrganizationAddress Result
The following output properties are available:
- Address
Id string - ID of the address.
- Address
Lines List<string> - Array of address lines.
- City string
- City name.
- Company
Name string - Name of the company.
- Country
Code string - Country code.
- Create
Time string - Timestamp of the creation.
- Id string
- Resource ID, a composite of organizationid and addressid.
- Organization
Id string - ID of organization.
- State string
- State name.
- Update
Time string - Timestamp of the last update.
- Zip
Code string - Zip code.
- Address
Id string - ID of the address.
- Address
Lines []string - Array of address lines.
- City string
- City name.
- Company
Name string - Name of the company.
- Country
Code string - Country code.
- Create
Time string - Timestamp of the creation.
- Id string
- Resource ID, a composite of organizationid and addressid.
- Organization
Id string - ID of organization.
- State string
- State name.
- Update
Time string - Timestamp of the last update.
- Zip
Code string - Zip code.
- address
Id String - ID of the address.
- address
Lines List<String> - Array of address lines.
- city String
- City name.
- company
Name String - Name of the company.
- country
Code String - Country code.
- create
Time String - Timestamp of the creation.
- id String
- Resource ID, a composite of organizationid and addressid.
- organization
Id String - ID of organization.
- state String
- State name.
- update
Time String - Timestamp of the last update.
- zip
Code String - Zip code.
- address
Id string - ID of the address.
- address
Lines string[] - Array of address lines.
- city string
- City name.
- company
Name string - Name of the company.
- country
Code string - Country code.
- create
Time string - Timestamp of the creation.
- id string
- Resource ID, a composite of organizationid and addressid.
- organization
Id string - ID of organization.
- state string
- State name.
- update
Time string - Timestamp of the last update.
- zip
Code 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.
- address
Id String - ID of the address.
- address
Lines List<String> - Array of address lines.
- city String
- City name.
- company
Name String - Name of the company.
- country
Code String - Country code.
- create
Time String - Timestamp of the creation.
- id String
- Resource ID, a composite of organizationid and addressid.
- organization
Id String - ID of organization.
- state String
- State name.
- update
Time String - Timestamp of the last update.
- zip
Code String - Zip code.
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aiven
Terraform Provider.