1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. groundstation
  5. getDataflowEndpointGroup

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.groundstation.getDataflowEndpointGroup

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

AWS Ground Station DataflowEndpointGroup schema for CloudFormation

Using getDataflowEndpointGroup

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 getDataflowEndpointGroup(args: GetDataflowEndpointGroupArgs, opts?: InvokeOptions): Promise<GetDataflowEndpointGroupResult>
function getDataflowEndpointGroupOutput(args: GetDataflowEndpointGroupOutputArgs, opts?: InvokeOptions): Output<GetDataflowEndpointGroupResult>
Copy
def get_dataflow_endpoint_group(id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetDataflowEndpointGroupResult
def get_dataflow_endpoint_group_output(id: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetDataflowEndpointGroupResult]
Copy
func LookupDataflowEndpointGroup(ctx *Context, args *LookupDataflowEndpointGroupArgs, opts ...InvokeOption) (*LookupDataflowEndpointGroupResult, error)
func LookupDataflowEndpointGroupOutput(ctx *Context, args *LookupDataflowEndpointGroupOutputArgs, opts ...InvokeOption) LookupDataflowEndpointGroupResultOutput
Copy

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

public static class GetDataflowEndpointGroup 
{
    public static Task<GetDataflowEndpointGroupResult> InvokeAsync(GetDataflowEndpointGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetDataflowEndpointGroupResult> Invoke(GetDataflowEndpointGroupInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetDataflowEndpointGroupResult> getDataflowEndpointGroup(GetDataflowEndpointGroupArgs args, InvokeOptions options)
public static Output<GetDataflowEndpointGroupResult> getDataflowEndpointGroup(GetDataflowEndpointGroupArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:groundstation:getDataflowEndpointGroup
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id This property is required. string
UUID of a dataflow endpoint group.
Id This property is required. string
UUID of a dataflow endpoint group.
id This property is required. String
UUID of a dataflow endpoint group.
id This property is required. string
UUID of a dataflow endpoint group.
id This property is required. str
UUID of a dataflow endpoint group.
id This property is required. String
UUID of a dataflow endpoint group.

getDataflowEndpointGroup Result

The following output properties are available:

Arn string
The ARN of the dataflow endpoint group, such as arn:aws:groundstation:us-east-2:1234567890:dataflow-endpoint-group/9940bf3b-d2ba-427e-9906-842b5e5d2296 .
Id string
UUID of a dataflow endpoint group.
Tags List<Pulumi.AwsNative.Outputs.Tag>
Tags assigned to a resource.
Arn string
The ARN of the dataflow endpoint group, such as arn:aws:groundstation:us-east-2:1234567890:dataflow-endpoint-group/9940bf3b-d2ba-427e-9906-842b5e5d2296 .
Id string
UUID of a dataflow endpoint group.
Tags Tag
Tags assigned to a resource.
arn String
The ARN of the dataflow endpoint group, such as arn:aws:groundstation:us-east-2:1234567890:dataflow-endpoint-group/9940bf3b-d2ba-427e-9906-842b5e5d2296 .
id String
UUID of a dataflow endpoint group.
tags List<Tag>
Tags assigned to a resource.
arn string
The ARN of the dataflow endpoint group, such as arn:aws:groundstation:us-east-2:1234567890:dataflow-endpoint-group/9940bf3b-d2ba-427e-9906-842b5e5d2296 .
id string
UUID of a dataflow endpoint group.
tags Tag[]
Tags assigned to a resource.
arn str
The ARN of the dataflow endpoint group, such as arn:aws:groundstation:us-east-2:1234567890:dataflow-endpoint-group/9940bf3b-d2ba-427e-9906-842b5e5d2296 .
id str
UUID of a dataflow endpoint group.
tags Sequence[root_Tag]
Tags assigned to a resource.
arn String
The ARN of the dataflow endpoint group, such as arn:aws:groundstation:us-east-2:1234567890:dataflow-endpoint-group/9940bf3b-d2ba-427e-9906-842b5e5d2296 .
id String
UUID of a dataflow endpoint group.
tags List<Property Map>
Tags assigned to a resource.

Supporting Types

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

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 Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi