Skip to content

Commit ea15b40

Browse files
axwayalrosca
authored andcommitted
APIGOV-32397 additional agentcore fields
1 parent 7a60134 commit ea15b40

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/*
2+
* API Server specification.
3+
*
4+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5+
*
6+
* API version: SNAPSHOT
7+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
8+
*/
9+
10+
package management
11+
12+
// DataplaneSpecAwsAgentcore Configuration specific to the agentcore-gateway mode.
13+
type DataplaneSpecAwsAgentcore struct {
14+
// Number of items per page when listing agentcore resources.
15+
PageSize int32 `json:"pageSize,omitempty"`
16+
// Log group prefix for agentcore-gateway vendored logs.
17+
LogGroupPrefix string `json:"logGroupPrefix,omitempty"`
18+
// If true, IAM authentication is enabled for agentcore-gateway requests.
19+
IamAuthEnabled bool `json:"iamAuthEnabled,omitempty"`
20+
}

0 commit comments

Comments
 (0)