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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.groundstation.getDataflowEndpointGroup

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 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>
    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]
    func LookupDataflowEndpointGroup(ctx *Context, args *LookupDataflowEndpointGroupArgs, opts ...InvokeOption) (*LookupDataflowEndpointGroupResult, error)
    func LookupDataflowEndpointGroupOutput(ctx *Context, args *LookupDataflowEndpointGroupOutputArgs, opts ...InvokeOption) LookupDataflowEndpointGroupResultOutput

    > 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)
    }
    public static CompletableFuture<GetDataflowEndpointGroupResult> getDataflowEndpointGroup(GetDataflowEndpointGroupArgs args, InvokeOptions options)
    public static Output<GetDataflowEndpointGroupResult> getDataflowEndpointGroup(GetDataflowEndpointGroupArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:groundstation:getDataflowEndpointGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    UUID of a dataflow endpoint group.
    Id string
    UUID of a dataflow endpoint group.
    id String
    UUID of a dataflow endpoint group.
    id string
    UUID of a dataflow endpoint group.
    id str
    UUID of a dataflow endpoint group.
    id 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 string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

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

    AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi