We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.ec2.getPlacementGroup
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Resource Type definition for AWS::EC2::PlacementGroup
Using getPlacementGroup
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 getPlacementGroup(args: GetPlacementGroupArgs, opts?: InvokeOptions): Promise<GetPlacementGroupResult>
function getPlacementGroupOutput(args: GetPlacementGroupOutputArgs, opts?: InvokeOptions): Output<GetPlacementGroupResult>
def get_placement_group(group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPlacementGroupResult
def get_placement_group_output(group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPlacementGroupResult]
func LookupPlacementGroup(ctx *Context, args *LookupPlacementGroupArgs, opts ...InvokeOption) (*LookupPlacementGroupResult, error)
func LookupPlacementGroupOutput(ctx *Context, args *LookupPlacementGroupOutputArgs, opts ...InvokeOption) LookupPlacementGroupResultOutput
> Note: This function is named LookupPlacementGroup
in the Go SDK.
public static class GetPlacementGroup
{
public static Task<GetPlacementGroupResult> InvokeAsync(GetPlacementGroupArgs args, InvokeOptions? opts = null)
public static Output<GetPlacementGroupResult> Invoke(GetPlacementGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPlacementGroupResult> getPlacementGroup(GetPlacementGroupArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:ec2:getPlacementGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Group
Name string - The Group Name of Placement Group.
- Group
Name string - The Group Name of Placement Group.
- group
Name String - The Group Name of Placement Group.
- group
Name string - The Group Name of Placement Group.
- group_
name str - The Group Name of Placement Group.
- group
Name String - The Group Name of Placement Group.
getPlacementGroup Result
The following output properties are available:
- Group
Name string - The Group Name of Placement Group.
- Group
Name string - The Group Name of Placement Group.
- group
Name String - The Group Name of Placement Group.
- group
Name string - The Group Name of Placement Group.
- group_
name str - The Group Name of Placement Group.
- group
Name String - The Group Name of Placement Group.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi