AWS::GroundStation::DataflowEndpointGroupV2 UplinkAwsGroundStationAgentEndpointDetails - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::GroundStation::DataflowEndpointGroupV2 UplinkAwsGroundStationAgentEndpointDetails

Details for an uplink agent endpoint

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "AgentStatus" : String, "AuditResults" : String, "DataflowDetails" : UplinkDataflowDetails, "Name" : String }

Properties

AgentStatus

Status of the agent associated with the uplink dataflow endpoint

Required: No

Type: String

Allowed values: SUCCESS | FAILED | ACTIVE | INACTIVE

Update requires: No interruption

AuditResults

Health audit results for the uplink dataflow endpoint

Required: No

Type: String

Allowed values: HEALTHY | UNHEALTHY

Update requires: No interruption

DataflowDetails

Dataflow details for the uplink endpoint

Required: Yes

Type: UplinkDataflowDetails

Update requires: No interruption

Name

Uplink dataflow endpoint name

Required: Yes

Type: String

Pattern: ^[ a-zA-Z0-9_:-]{1,256}$

Update requires: No interruption