This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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:StringAuditResults:StringEgressAddress:ConnectionDetailsIngressAddress:RangedConnectionDetailsName:String
Properties
- AgentStatus
- 
                    The status of AgentEndpoint. Required: No Type: String Allowed values: SUCCESS | FAILED | ACTIVE | INACTIVEUpdate requires: Replacement 
- AuditResults
- 
                    The results of the audit. Required: No Type: String Allowed values: HEALTHY | UNHEALTHYUpdate requires: Replacement 
- EgressAddress
- 
                    The egress address of AgentEndpoint. Required: No Type: ConnectionDetails Update requires: Replacement 
- IngressAddress
- 
                    The ingress address of AgentEndpoint. Required: No Type: RangedConnectionDetails Update requires: Replacement 
- 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: Replacement