Heroku v1.0.3 published on Friday, Apr 14, 2023 by pulumiverse - Marcel Arns
heroku.space.getPeeringInfo
Explore with Pulumi AI
Heroku v1.0.3 published on Friday, Apr 14, 2023 by pulumiverse - Marcel Arns
Using getPeeringInfo
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 getPeeringInfo(args: GetPeeringInfoArgs, opts?: InvokeOptions): Promise<GetPeeringInfoResult>
function getPeeringInfoOutput(args: GetPeeringInfoOutputArgs, opts?: InvokeOptions): Output<GetPeeringInfoResult>def get_peering_info(name: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetPeeringInfoResult
def get_peering_info_output(name: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetPeeringInfoResult]func GetPeeringInfo(ctx *Context, args *GetPeeringInfoArgs, opts ...InvokeOption) (*GetPeeringInfoResult, error)
func GetPeeringInfoOutput(ctx *Context, args *GetPeeringInfoOutputArgs, opts ...InvokeOption) GetPeeringInfoResultOutput> Note: This function is named GetPeeringInfo in the Go SDK.
public static class GetPeeringInfo 
{
    public static Task<GetPeeringInfoResult> InvokeAsync(GetPeeringInfoArgs args, InvokeOptions? opts = null)
    public static Output<GetPeeringInfoResult> Invoke(GetPeeringInfoInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPeeringInfoResult> getPeeringInfo(GetPeeringInfoArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: heroku:space/getPeeringInfo:getPeeringInfo
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Name string
 
- Name string
 
- name String
 
- name string
 
- name str
 
- name String
 
getPeeringInfo Result
The following output properties are available:
- Aws
Account stringId  - Aws
Region string - Dyno
Cidr List<string>Blocks  - Id string
 - The provider-assigned unique ID for this managed resource.
 - Name string
 - List<string>
 - Vpc
Cidr string - Vpc
Id string 
- Aws
Account stringId  - Aws
Region string - Dyno
Cidr []stringBlocks  - Id string
 - The provider-assigned unique ID for this managed resource.
 - Name string
 - []string
 - Vpc
Cidr string - Vpc
Id string 
- aws
Account StringId  - aws
Region String - dyno
Cidr List<String>Blocks  - id String
 - The provider-assigned unique ID for this managed resource.
 - name String
 - List<String>
 - vpc
Cidr String - vpc
Id String 
- aws
Account stringId  - aws
Region string - dyno
Cidr string[]Blocks  - id string
 - The provider-assigned unique ID for this managed resource.
 - name string
 - string[]
 - vpc
Cidr string - vpc
Id string 
- aws_
account_ strid  - aws_
region str - dyno_
cidr_ Sequence[str]blocks  - id str
 - The provider-assigned unique ID for this managed resource.
 - name str
 - Sequence[str]
 - vpc_
cidr str - vpc_
id str 
- aws
Account StringId  - aws
Region String - dyno
Cidr List<String>Blocks  - id String
 - The provider-assigned unique ID for this managed resource.
 - name String
 - List<String>
 - vpc
Cidr String - vpc
Id String 
Package Details
- Repository
 - heroku pulumiverse/pulumi-heroku
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
herokuTerraform Provider. 
Heroku v1.0.3 published on Friday, Apr 14, 2023 by pulumiverse - Marcel Arns