Aiven v6.36.0 published on Thursday, Mar 13, 2025 by Pulumi
aiven.getOrganizationVpc
Explore with Pulumi AI
Gets information about an existing VPC in an Aiven organization.
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 getOrganizationVpc
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 getOrganizationVpc(args: GetOrganizationVpcArgs, opts?: InvokeOptions): Promise<GetOrganizationVpcResult>
function getOrganizationVpcOutput(args: GetOrganizationVpcOutputArgs, opts?: InvokeOptions): Output<GetOrganizationVpcResult>
def get_organization_vpc(organization_id: Optional[str] = None,
organization_vpc_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOrganizationVpcResult
def get_organization_vpc_output(organization_id: Optional[pulumi.Input[str]] = None,
organization_vpc_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationVpcResult]
func LookupOrganizationVpc(ctx *Context, args *LookupOrganizationVpcArgs, opts ...InvokeOption) (*LookupOrganizationVpcResult, error)
func LookupOrganizationVpcOutput(ctx *Context, args *LookupOrganizationVpcOutputArgs, opts ...InvokeOption) LookupOrganizationVpcResultOutput
> Note: This function is named LookupOrganizationVpc
in the Go SDK.
public static class GetOrganizationVpc
{
public static Task<GetOrganizationVpcResult> InvokeAsync(GetOrganizationVpcArgs args, InvokeOptions? opts = null)
public static Output<GetOrganizationVpcResult> Invoke(GetOrganizationVpcInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOrganizationVpcResult> getOrganizationVpc(GetOrganizationVpcArgs args, InvokeOptions options)
public static Output<GetOrganizationVpcResult> getOrganizationVpc(GetOrganizationVpcArgs args, InvokeOptions options)
fn::invoke:
function: aiven:index/getOrganizationVpc:getOrganizationVpc
arguments:
# arguments dictionary
The following arguments are supported:
- Organization
Id string - The ID of the organization.
- Organization
Vpc stringId - The ID of the Aiven Organization VPC.
- Organization
Id string - The ID of the organization.
- Organization
Vpc stringId - The ID of the Aiven Organization VPC.
- organization
Id String - The ID of the organization.
- organization
Vpc StringId - The ID of the Aiven Organization VPC.
- organization
Id string - The ID of the organization.
- organization
Vpc stringId - The ID of the Aiven Organization VPC.
- organization_
id str - The ID of the organization.
- organization_
vpc_ strid - The ID of the Aiven Organization VPC.
- organization
Id String - The ID of the organization.
- organization
Vpc StringId - The ID of the Aiven Organization VPC.
getOrganizationVpc Result
The following output properties are available:
- Cloud
Name string - The cloud provider and region where the service is hosted in the format
CLOUD_PROVIDER-REGION_NAME
. For example,google-europe-west1
oraws-us-east-2
. Changing this property forces recreation of the resource. - Create
Time string - Time of creation of the VPC.
- Id string
- The provider-assigned unique ID for this managed resource.
- Network
Cidr string - Network address range used by the VPC. For example,
192.168.0.0/24
. - Organization
Id string - The ID of the organization.
- Organization
Vpc stringId - The ID of the Aiven Organization VPC.
- State string
- State of the VPC. The possible values are
ACTIVE
,APPROVED
,DELETED
andDELETING
. - Update
Time string - Time of the last update of the VPC.
- Cloud
Name string - The cloud provider and region where the service is hosted in the format
CLOUD_PROVIDER-REGION_NAME
. For example,google-europe-west1
oraws-us-east-2
. Changing this property forces recreation of the resource. - Create
Time string - Time of creation of the VPC.
- Id string
- The provider-assigned unique ID for this managed resource.
- Network
Cidr string - Network address range used by the VPC. For example,
192.168.0.0/24
. - Organization
Id string - The ID of the organization.
- Organization
Vpc stringId - The ID of the Aiven Organization VPC.
- State string
- State of the VPC. The possible values are
ACTIVE
,APPROVED
,DELETED
andDELETING
. - Update
Time string - Time of the last update of the VPC.
- cloud
Name String - The cloud provider and region where the service is hosted in the format
CLOUD_PROVIDER-REGION_NAME
. For example,google-europe-west1
oraws-us-east-2
. Changing this property forces recreation of the resource. - create
Time String - Time of creation of the VPC.
- id String
- The provider-assigned unique ID for this managed resource.
- network
Cidr String - Network address range used by the VPC. For example,
192.168.0.0/24
. - organization
Id String - The ID of the organization.
- organization
Vpc StringId - The ID of the Aiven Organization VPC.
- state String
- State of the VPC. The possible values are
ACTIVE
,APPROVED
,DELETED
andDELETING
. - update
Time String - Time of the last update of the VPC.
- cloud
Name string - The cloud provider and region where the service is hosted in the format
CLOUD_PROVIDER-REGION_NAME
. For example,google-europe-west1
oraws-us-east-2
. Changing this property forces recreation of the resource. - create
Time string - Time of creation of the VPC.
- id string
- The provider-assigned unique ID for this managed resource.
- network
Cidr string - Network address range used by the VPC. For example,
192.168.0.0/24
. - organization
Id string - The ID of the organization.
- organization
Vpc stringId - The ID of the Aiven Organization VPC.
- state string
- State of the VPC. The possible values are
ACTIVE
,APPROVED
,DELETED
andDELETING
. - update
Time string - Time of the last update of the VPC.
- cloud_
name str - The cloud provider and region where the service is hosted in the format
CLOUD_PROVIDER-REGION_NAME
. For example,google-europe-west1
oraws-us-east-2
. Changing this property forces recreation of the resource. - create_
time str - Time of creation of the VPC.
- id str
- The provider-assigned unique ID for this managed resource.
- network_
cidr str - Network address range used by the VPC. For example,
192.168.0.0/24
. - organization_
id str - The ID of the organization.
- organization_
vpc_ strid - The ID of the Aiven Organization VPC.
- state str
- State of the VPC. The possible values are
ACTIVE
,APPROVED
,DELETED
andDELETING
. - update_
time str - Time of the last update of the VPC.
- cloud
Name String - The cloud provider and region where the service is hosted in the format
CLOUD_PROVIDER-REGION_NAME
. For example,google-europe-west1
oraws-us-east-2
. Changing this property forces recreation of the resource. - create
Time String - Time of creation of the VPC.
- id String
- The provider-assigned unique ID for this managed resource.
- network
Cidr String - Network address range used by the VPC. For example,
192.168.0.0/24
. - organization
Id String - The ID of the organization.
- organization
Vpc StringId - The ID of the Aiven Organization VPC.
- state String
- State of the VPC. The possible values are
ACTIVE
,APPROVED
,DELETED
andDELETING
. - update
Time String - Time of the last update of the VPC.
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aiven
Terraform Provider.