Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*/

package management

// DataplaneSpecAws The configuration common to all AWS agents that use this dataplane
type DataplaneSpecAws struct {
Type string `json:"type"`
Expand All @@ -18,4 +17,6 @@ type DataplaneSpecAws struct {
FullTransactionLogging bool `json:"fullTransactionLogging,omitempty"`
// The name of tag on AWS API Gateway Stage that holds mapped stage on Amplify Engage.
StageTagName string `json:"stageTagName,omitempty"`
// The gateway mode the AWS agent operates in.
GatewayMode string `json:"gatewayMode,omitempty"`
}
Loading