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
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.
- List<Pulumi.
Aws Native. Outputs. 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.
- 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.
- List<Property Map>
- Tags assigned to a resource.
Supporting Types
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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi