You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin/model_streams_aws_connection_config.go
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -2,34 +2,34 @@
2
2
3
3
package admin
4
4
5
-
// StreamsAWSConnectionBaseConfig The base configuration of AWS connection used in stream processors.
6
-
typeStreamsAWSConnectionBaseConfigstruct {
5
+
// StreamsAWSConnectionConfig The configuration of AWS connection used in stream processors.
6
+
typeStreamsAWSConnectionConfigstruct {
7
7
// List of one or more Uniform Resource Locators (URLs) that point to API sub-resources, related API resources, or both. RFC 5988 outlines these relationships.
8
8
// Read only field.
9
9
Links*[]Link`json:"links,omitempty"`
10
10
// Amazon Resource Name (ARN) that identifies the Amazon Web Services (AWS) Identity and Access Management (IAM) role that MongoDB Cloud assumes when it accesses resources in your AWS account.
11
11
RoleArn*string`json:"roleArn,omitempty"`
12
12
}
13
13
14
-
// NewStreamsAWSConnectionBaseConfig instantiates a new StreamsAWSConnectionBaseConfig object
14
+
// NewStreamsAWSConnectionConfig instantiates a new StreamsAWSConnectionConfig object
15
15
// This constructor will assign default values to properties that have it defined,
16
16
// and makes sure properties required by API are set, but the set of arguments
17
17
// will change when the set of required properties is changed
0 commit comments