google-native logo
Google Cloud Native v0.28.0, Feb 2 23

google-native.apigee/v1.getEnvgroup

Gets an environment group.

Using getEnvgroup

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 getEnvgroup(args: GetEnvgroupArgs, opts?: InvokeOptions): Promise<GetEnvgroupResult>
function getEnvgroupOutput(args: GetEnvgroupOutputArgs, opts?: InvokeOptions): Output<GetEnvgroupResult>
def get_envgroup(envgroup_id: Optional[str] = None,
                 organization_id: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetEnvgroupResult
def get_envgroup_output(envgroup_id: Optional[pulumi.Input[str]] = None,
                 organization_id: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetEnvgroupResult]
func LookupEnvgroup(ctx *Context, args *LookupEnvgroupArgs, opts ...InvokeOption) (*LookupEnvgroupResult, error)
func LookupEnvgroupOutput(ctx *Context, args *LookupEnvgroupOutputArgs, opts ...InvokeOption) LookupEnvgroupResultOutput

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

public static class GetEnvgroup 
{
    public static Task<GetEnvgroupResult> InvokeAsync(GetEnvgroupArgs args, InvokeOptions? opts = null)
    public static Output<GetEnvgroupResult> Invoke(GetEnvgroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetEnvgroupResult> getEnvgroup(GetEnvgroupArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: google-native:apigee/v1:getEnvgroup
  arguments:
    # arguments dictionary

The following arguments are supported:

getEnvgroup Result

The following output properties are available:

CreatedAt string

The time at which the environment group was created as milliseconds since epoch.

Hostnames List<string>

Host names for this environment group.

LastModifiedAt string

The time at which the environment group was last updated as milliseconds since epoch.

Name string

ID of the environment group.

State string

State of the environment group. Values other than ACTIVE means the resource is not ready to use.

CreatedAt string

The time at which the environment group was created as milliseconds since epoch.

Hostnames []string

Host names for this environment group.

LastModifiedAt string

The time at which the environment group was last updated as milliseconds since epoch.

Name string

ID of the environment group.

State string

State of the environment group. Values other than ACTIVE means the resource is not ready to use.

createdAt String

The time at which the environment group was created as milliseconds since epoch.

hostnames List<String>

Host names for this environment group.

lastModifiedAt String

The time at which the environment group was last updated as milliseconds since epoch.

name String

ID of the environment group.

state String

State of the environment group. Values other than ACTIVE means the resource is not ready to use.

createdAt string

The time at which the environment group was created as milliseconds since epoch.

hostnames string[]

Host names for this environment group.

lastModifiedAt string

The time at which the environment group was last updated as milliseconds since epoch.

name string

ID of the environment group.

state string

State of the environment group. Values other than ACTIVE means the resource is not ready to use.

created_at str

The time at which the environment group was created as milliseconds since epoch.

hostnames Sequence[str]

Host names for this environment group.

last_modified_at str

The time at which the environment group was last updated as milliseconds since epoch.

name str

ID of the environment group.

state str

State of the environment group. Values other than ACTIVE means the resource is not ready to use.

createdAt String

The time at which the environment group was created as milliseconds since epoch.

hostnames List<String>

Host names for this environment group.

lastModifiedAt String

The time at which the environment group was last updated as milliseconds since epoch.

name String

ID of the environment group.

state String

State of the environment group. Values other than ACTIVE means the resource is not ready to use.

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0