Google Native
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:
- Envgroup
Id string - Organization
Id string
- Envgroup
Id string - Organization
Id string
- envgroup
Id String - organization
Id String
- envgroup
Id string - organization
Id string
- envgroup_
id str - organization_
id str
- envgroup
Id String - organization
Id String
getEnvgroup Result
The following output properties are available:
- Created
At string The time at which the environment group was created as milliseconds since epoch.
- Hostnames List<string>
Host names for this environment group.
- Last
Modified stringAt 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 string The time at which the environment group was created as milliseconds since epoch.
- Hostnames []string
Host names for this environment group.
- Last
Modified stringAt 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 String The time at which the environment group was created as milliseconds since epoch.
- hostnames List<String>
Host names for this environment group.
- last
Modified StringAt 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 string The time at which the environment group was created as milliseconds since epoch.
- hostnames string[]
Host names for this environment group.
- last
Modified stringAt 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_ strat 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.
- created
At String The time at which the environment group was created as milliseconds since epoch.
- hostnames List<String>
Host names for this environment group.
- last
Modified StringAt 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
- https://github.com/pulumi/pulumi-google-native
- License
- Apache-2.0