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

heroku.team.getTeam

Explore with Pulumi AI

heroku logo
Heroku v1.0.3 published on Friday, Apr 14, 2023 by pulumiverse - Marcel Arns

    Using getTeam

    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 getTeam(args: GetTeamArgs, opts?: InvokeOptions): Promise<GetTeamResult>
    function getTeamOutput(args: GetTeamOutputArgs, opts?: InvokeOptions): Output<GetTeamResult>
    def get_team(name: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetTeamResult
    def get_team_output(name: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetTeamResult]
    func GetTeam(ctx *Context, args *GetTeamArgs, opts ...InvokeOption) (*GetTeamResult, error)
    func GetTeamOutput(ctx *Context, args *GetTeamOutputArgs, opts ...InvokeOption) GetTeamResultOutput

    > Note: This function is named GetTeam in the Go SDK.

    public static class GetTeam 
    {
        public static Task<GetTeamResult> InvokeAsync(GetTeamArgs args, InvokeOptions? opts = null)
        public static Output<GetTeamResult> Invoke(GetTeamInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTeamResult> getTeam(GetTeamArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: heroku:team/getTeam:getTeam
      arguments:
        # arguments dictionary

    The following arguments are supported:

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

    getTeam Result

    The following output properties are available:

    Default bool
    Id string
    The provider-assigned unique ID for this managed resource.
    MembershipLimit int
    Name string
    ProvisionedLicenses bool
    Type string
    Default bool
    Id string
    The provider-assigned unique ID for this managed resource.
    MembershipLimit int
    Name string
    ProvisionedLicenses bool
    Type string
    default_ Boolean
    id String
    The provider-assigned unique ID for this managed resource.
    membershipLimit Integer
    name String
    provisionedLicenses Boolean
    type String
    default boolean
    id string
    The provider-assigned unique ID for this managed resource.
    membershipLimit number
    name string
    provisionedLicenses boolean
    type string
    default bool
    id str
    The provider-assigned unique ID for this managed resource.
    membership_limit int
    name str
    provisioned_licenses bool
    type str
    default Boolean
    id String
    The provider-assigned unique ID for this managed resource.
    membershipLimit Number
    name String
    provisionedLicenses Boolean
    type 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