AWS::GroundStation::DataflowEndpointGroupV2 DownlinkAwsGroundStationAgentEndpointDetails - AWS CloudFormation

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 DownlinkAwsGroundStationAgentEndpointDetails

Details for a downlink agent endpoint

Syntax

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

JSON

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

Properties

AgentStatus

Status of the agent associated with the downlink dataflow endpoint

Required: No

Type: String

Allowed values: SUCCESS | FAILED | ACTIVE | INACTIVE

Update requires: No interruption

AuditResults

Health audit results for the downlink dataflow endpoint

Required: No

Type: String

Allowed values: HEALTHY | UNHEALTHY

Update requires: No interruption

DataflowDetails

Dataflow details for the downlink endpoint

Required: Yes

Type: DownlinkDataflowDetails

Update requires: No interruption

Name

Downlink dataflow endpoint name

Required: Yes

Type: String

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

Update requires: No interruption