AWS::GroundStation::DataflowEndpointGroup AwsGroundStationAgentEndpoint
Information about AwsGroundStationAgentEndpoint.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AgentStatus" :
String
, "AuditResults" :String
, "EgressAddress" :ConnectionDetails
, "IngressAddress" :RangedConnectionDetails
, "Name" :String
}
YAML
AgentStatus:
String
AuditResults:String
EgressAddress:ConnectionDetails
IngressAddress:RangedConnectionDetails
Name:String
Properties
AgentStatus
-
The status of AgentEndpoint.
Required: No
Type: String
Allowed values:
SUCCESS | FAILED | ACTIVE | INACTIVE
Update requires: No interruption
AuditResults
-
The results of the audit.
Required: No
Type: String
Allowed values:
HEALTHY | UNHEALTHY
Update requires: No interruption
EgressAddress
-
The egress address of AgentEndpoint.
Required: No
Type: ConnectionDetails
Update requires: No interruption
IngressAddress
-
The ingress address of AgentEndpoint.
Required: No
Type: RangedConnectionDetails
Update requires: No interruption
Name
-
Name string associated with AgentEndpoint. Used as a human-readable identifier for AgentEndpoint.
Required: No
Type: String
Pattern:
^[ a-zA-Z0-9_:-]{1,256}$
Update requires: No interruption