1. Packages
  2. Heroku
  3. API Docs
  4. space
  5. getPeeringInfo
Heroku v1.0.3 published on Friday, Apr 14, 2023 by pulumiverse - Marcel Arns

heroku.space.getPeeringInfo

Explore with Pulumi AI

heroku logo
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 dictionary

    The following arguments are supported:

    Name string
    Name string
    name String
    name string
    name str
    name String

    getPeeringInfo Result

    The following output properties are available:

    AwsAccountId string
    AwsRegion string
    DynoCidrBlocks List<string>
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    UnavailableCidrBlocks List<string>
    VpcCidr string
    VpcId string
    AwsAccountId string
    AwsRegion string
    DynoCidrBlocks []string
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    UnavailableCidrBlocks []string
    VpcCidr string
    VpcId string
    awsAccountId String
    awsRegion String
    dynoCidrBlocks List<String>
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    unavailableCidrBlocks List<String>
    vpcCidr String
    vpcId String
    awsAccountId string
    awsRegion string
    dynoCidrBlocks string[]
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    unavailableCidrBlocks string[]
    vpcCidr string
    vpcId string
    aws_account_id str
    aws_region str
    dyno_cidr_blocks Sequence[str]
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    unavailable_cidr_blocks Sequence[str]
    vpc_cidr str
    vpc_id str
    awsAccountId String
    awsRegion String
    dynoCidrBlocks List<String>
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    unavailableCidrBlocks List<String>
    vpcCidr String
    vpcId String

    Package Details

    Repository
    heroku pulumiverse/pulumi-heroku
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the heroku Terraform Provider.
    heroku logo
    Heroku v1.0.3 published on Friday, Apr 14, 2023 by pulumiverse - Marcel Arns