This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::GroundStation::DataflowEndpointGroupV2 UplinkAwsGroundStationAgentEndpointDetails
Details for an uplink agent endpoint
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AgentStatus" :String, "AuditResults" :String, "DataflowDetails" :UplinkDataflowDetails, "Name" :String}
YAML
AgentStatus:StringAuditResults:StringDataflowDetails:UplinkDataflowDetailsName:String
Properties
AgentStatus-
Status of the agent associated with the uplink dataflow endpoint
Required: No
Type: String
Allowed values:
SUCCESS | FAILED | ACTIVE | INACTIVEUpdate requires: No interruption
AuditResults-
Health audit results for the uplink dataflow endpoint
Required: No
Type: String
Allowed values:
HEALTHY | UNHEALTHYUpdate 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