Aiven v6.39.0 published on Tuesday, Jun 3, 2025 by Pulumi
aiven.getOrganizationAddress
Explore with Pulumi AI
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:
- Address
Id string - Address ID.
- Organization
Id string - ID of an organization.
- Timeouts
Get
Organization Address Timeouts
- Address
Id string - Address ID.
- Organization
Id string - ID of an organization.
- Timeouts
Get
Organization Address Timeouts
- address
Id String - Address ID.
- organization
Id String - ID of an organization.
- timeouts
Get
Organization Address Timeouts
- address
Id string - Address ID.
- organization
Id string - ID of an organization.
- timeouts
Get
Organization Address Timeouts
- address_
id str - Address ID.
- organization_
id str - ID of an organization.
- timeouts
Get
Organization Address Timeouts
- address
Id String - Address ID.
- organization
Id String - ID of an organization.
- timeouts Property Map
getOrganizationAddress Result
The following output properties are available:
- Address
Id string - Address ID.
- Address
Lines List<string> - Address Lines.
- City string
- City.
- Country
Code string - Country Code.
- Create
Time string - Create Time.
- Id string
- Resource ID, a composite of
organization_id
andaddress_id
IDs. - Name string
- Name of a company.
- Organization
Id string - ID of an organization.
- State string
- State.
- Update
Time string - Update Time.
- Zip
Code string - Zip Code.
- Timeouts
Get
Organization Address Timeouts
- Address
Id string - Address ID.
- Address
Lines []string - Address Lines.
- City string
- City.
- Country
Code string - Country Code.
- Create
Time string - Create Time.
- Id string
- Resource ID, a composite of
organization_id
andaddress_id
IDs. - Name string
- Name of a company.
- Organization
Id string - ID of an organization.
- State string
- State.
- Update
Time string - Update Time.
- Zip
Code string - Zip Code.
- Timeouts
Get
Organization Address Timeouts
- address
Id String - Address ID.
- address
Lines List<String> - Address Lines.
- city String
- City.
- country
Code String - Country Code.
- create
Time String - Create Time.
- id String
- Resource ID, a composite of
organization_id
andaddress_id
IDs. - name String
- Name of a company.
- organization
Id String - ID of an organization.
- state String
- State.
- update
Time String - Update Time.
- zip
Code String - Zip Code.
- timeouts
Get
Organization Address Timeouts
- address
Id string - Address ID.
- address
Lines string[] - Address Lines.
- city string
- City.
- country
Code string - Country Code.
- create
Time string - Create Time.
- id string
- Resource ID, a composite of
organization_id
andaddress_id
IDs. - name string
- Name of a company.
- organization
Id string - ID of an organization.
- state string
- State.
- update
Time string - Update Time.
- zip
Code string - Zip Code.
- timeouts
Get
Organization Address Timeouts
- 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
andaddress_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
Get
Organization Address Timeouts
- address
Id String - Address ID.
- address
Lines List<String> - Address Lines.
- city String
- City.
- country
Code String - Country Code.
- create
Time String - Create Time.
- id String
- Resource ID, a composite of
organization_id
andaddress_id
IDs. - name String
- Name of a company.
- organization
Id String - ID of an organization.
- state String
- State.
- update
Time String - Update Time.
- zip
Code 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.