@horietakehiro/aws-cdk-utul 0.41.7 → 0.41.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/types/cfn-resource-types/aws-amazonmq-configurationassociation.d.ts +12 -0
- package/lib/types/cfn-resource-types/aws-amazonmq-configurationassociation.js +1 -1
- package/lib/types/cfn-resource-types/aws-applicationinsights-application.d.ts +1 -1
- package/lib/types/cfn-resource-types/aws-applicationinsights-application.js +1 -1
- package/lib/types/cfn-resource-types/aws-autoscaling-autoscalinggroup.d.ts +19 -18
- package/lib/types/cfn-resource-types/aws-autoscaling-autoscalinggroup.js +1 -1
- package/lib/types/cfn-resource-types/aws-cassandra-table.d.ts +7 -0
- package/lib/types/cfn-resource-types/aws-cassandra-table.js +1 -1
- package/lib/types/cfn-resource-types/aws-connect-rule.d.ts +1 -1
- package/lib/types/cfn-resource-types/aws-connect-rule.js +1 -1
- package/lib/types/cfn-resource-types/aws-connect-user.d.ts +55 -55
- package/lib/types/cfn-resource-types/aws-connect-user.js +1 -1
- package/lib/types/cfn-resource-types/aws-dynamodb-globaltable.d.ts +105 -105
- package/lib/types/cfn-resource-types/aws-dynamodb-globaltable.js +1 -1
- package/lib/types/cfn-resource-types/aws-ec2-trafficmirrorsession.d.ts +39 -5
- package/lib/types/cfn-resource-types/aws-ec2-trafficmirrorsession.js +1 -1
- package/lib/types/cfn-resource-types/aws-gamelift-containerfleet.d.ts +1 -1
- package/lib/types/cfn-resource-types/aws-gamelift-containerfleet.js +1 -1
- package/lib/types/cfn-resource-types/aws-gamelift-fleet.d.ts +1 -1
- package/lib/types/cfn-resource-types/aws-gamelift-fleet.js +1 -1
- package/lib/types/cfn-resource-types/aws-kinesisfirehose-deliverystream.d.ts +272 -272
- package/lib/types/cfn-resource-types/aws-kinesisfirehose-deliverystream.js +1 -1
- package/lib/types/cfn-resource-types/aws-logs-accountpolicy.d.ts +1 -1
- package/lib/types/cfn-resource-types/aws-logs-accountpolicy.js +1 -1
- package/lib/types/cfn-resource-types/aws-quicksight-datasource.d.ts +13 -11
- package/lib/types/cfn-resource-types/aws-quicksight-datasource.js +1 -1
- package/lib/types/cfn-resource-types/aws-quicksight-topic.d.ts +150 -131
- package/lib/types/cfn-resource-types/aws-quicksight-topic.js +1 -1
- package/lib/types/cfn-resource-types/aws-rds-dbcluster.d.ts +5 -0
- package/lib/types/cfn-resource-types/aws-rds-dbcluster.js +1 -1
- package/lib/types/cfn-resource-types/aws-rds-dbinstance.d.ts +31 -0
- package/lib/types/cfn-resource-types/aws-rds-dbinstance.js +1 -1
- package/lib/types/cfn-resource-types/aws-route53-hostedzone.d.ts +36 -36
- package/lib/types/cfn-resource-types/aws-route53-hostedzone.js +1 -1
- package/lib/types/cfn-resource-types/aws-s3-multiregionaccesspoint.d.ts +14 -14
- package/lib/types/cfn-resource-types/aws-s3-multiregionaccesspoint.js +1 -1
- package/lib/types/cfn-resource-types/aws-s3-storagelens.d.ts +61 -61
- package/lib/types/cfn-resource-types/aws-s3-storagelens.js +1 -1
- package/lib/types/cfn-resource-types/aws-sagemaker-domain.d.ts +5 -0
- package/lib/types/cfn-resource-types/aws-sagemaker-domain.js +1 -1
- package/lib/types/cfn-resource-types/aws-sagemaker-space.d.ts +4 -0
- package/lib/types/cfn-resource-types/aws-sagemaker-space.js +1 -1
- package/lib/types/cfn-resource-types/aws-sagemaker-userprofile.d.ts +5 -0
- package/lib/types/cfn-resource-types/aws-sagemaker-userprofile.js +1 -1
- package/lib/types/cfn-resource-types/aws-ses-configurationset.d.ts +11 -0
- package/lib/types/cfn-resource-types/aws-ses-configurationset.js +1 -1
- package/lib/types/cfn-resource-types/aws-ses-dedicatedippool.d.ts +11 -0
- package/lib/types/cfn-resource-types/aws-ses-dedicatedippool.js +1 -1
- package/lib/types/cfn-resource-types/aws-ses-emailidentity.d.ts +11 -0
- package/lib/types/cfn-resource-types/aws-ses-emailidentity.js +1 -1
- package/lib/types/cfn-resource-types/aws-ssm-patchbaseline.d.ts +4 -0
- package/lib/types/cfn-resource-types/aws-ssm-patchbaseline.js +1 -1
- package/lib/types/cfn-resource-types/aws-wisdom-messagetemplate.d.ts +17 -0
- package/lib/types/cfn-resource-types/aws-wisdom-messagetemplate.js +1 -1
- package/lib/types/cfn-resource-types.d.ts +0 -2
- package/lib/types/cfn-resource-types.js +10 -12
- package/package.json +1 -1
- package/lib/types/cfn-resource-types/aws-opsworkscm-server.d.ts +0 -37
- package/lib/types/cfn-resource-types/aws-opsworkscm-server.js +0 -3
|
@@ -1,51 +1,51 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* The
|
|
2
|
+
* The Auto accept setting.
|
|
3
3
|
*/
|
|
4
|
-
export type
|
|
4
|
+
export type AutoAccept = boolean;
|
|
5
5
|
/**
|
|
6
|
-
* The
|
|
6
|
+
* The phone type.
|
|
7
7
|
*/
|
|
8
|
-
export type
|
|
8
|
+
export type PhoneType = ("SOFT_PHONE" | "DESK_PHONE");
|
|
9
9
|
/**
|
|
10
|
-
* The
|
|
10
|
+
* The phone number for the user's desk phone.
|
|
11
11
|
*/
|
|
12
|
-
export type
|
|
12
|
+
export type DeskPhoneNumber = string;
|
|
13
13
|
/**
|
|
14
|
-
* The
|
|
14
|
+
* The After Call Work (ACW) timeout setting, in seconds.
|
|
15
15
|
*/
|
|
16
|
-
export type
|
|
16
|
+
export type AfterContactWorkTimeLimit = number;
|
|
17
17
|
/**
|
|
18
|
-
* The
|
|
18
|
+
* The email address. If you are using SAML for identity management and include this parameter, an error is returned.
|
|
19
19
|
*/
|
|
20
|
-
export type
|
|
20
|
+
export type Email = string;
|
|
21
21
|
/**
|
|
22
|
-
* The
|
|
22
|
+
* The first name. This is required if you are using Amazon Connect or SAML for identity management.
|
|
23
23
|
*/
|
|
24
|
-
export type
|
|
24
|
+
export type FirstName = string;
|
|
25
25
|
/**
|
|
26
|
-
* The
|
|
26
|
+
* The secondary email address. If you provide a secondary email, the user receives email notifications -- other than password reset notifications -- to this email address instead of to their primary email address.
|
|
27
27
|
*/
|
|
28
|
-
export type
|
|
28
|
+
export type SecondaryEmail = string;
|
|
29
29
|
/**
|
|
30
|
-
* The
|
|
30
|
+
* The last name. This is required if you are using Amazon Connect or SAML for identity management.
|
|
31
31
|
*/
|
|
32
|
-
export type
|
|
32
|
+
export type LastName = string;
|
|
33
33
|
/**
|
|
34
|
-
* The phone
|
|
34
|
+
* The mobile phone number.
|
|
35
35
|
*/
|
|
36
|
-
export type
|
|
36
|
+
export type Mobile = string;
|
|
37
37
|
/**
|
|
38
38
|
* The identifier of the security profile for the user.
|
|
39
39
|
*/
|
|
40
40
|
export type SecurityProfileArn = string;
|
|
41
|
-
/**
|
|
42
|
-
* The name of user's proficiency. You must use name of predefined attribute present in the Amazon Connect instance.
|
|
43
|
-
*/
|
|
44
|
-
export type AttributeName = string;
|
|
45
41
|
/**
|
|
46
42
|
* The value of user's proficiency. You must use value of predefined attribute present in the Amazon Connect instance.
|
|
47
43
|
*/
|
|
48
44
|
export type AttributeValue = string;
|
|
45
|
+
/**
|
|
46
|
+
* The name of user's proficiency. You must use name of predefined attribute present in the Amazon Connect instance.
|
|
47
|
+
*/
|
|
48
|
+
export type AttributeName = string;
|
|
49
49
|
/**
|
|
50
50
|
* The level of the proficiency. The valid values are 1, 2, 3, 4 and 5.
|
|
51
51
|
*/
|
|
@@ -55,31 +55,31 @@ export type Level = number;
|
|
|
55
55
|
*/
|
|
56
56
|
export interface _AWS_CONNECT_USER {
|
|
57
57
|
/**
|
|
58
|
-
* The
|
|
59
|
-
*/
|
|
60
|
-
InstanceArn: string;
|
|
61
|
-
/**
|
|
62
|
-
* The identifier of the user account in the directory used for identity management.
|
|
58
|
+
* The Amazon Resource Name (ARN) for the user.
|
|
63
59
|
*/
|
|
64
|
-
|
|
60
|
+
UserArn?: string;
|
|
65
61
|
/**
|
|
66
|
-
* The identifier of the
|
|
62
|
+
* The identifier of the routing profile for the user.
|
|
67
63
|
*/
|
|
68
|
-
|
|
64
|
+
RoutingProfileArn: string;
|
|
69
65
|
/**
|
|
70
66
|
* The user name for the account.
|
|
71
67
|
*/
|
|
72
68
|
Username: string;
|
|
69
|
+
PhoneConfig: UserPhoneConfig;
|
|
73
70
|
/**
|
|
74
|
-
* The
|
|
71
|
+
* The identifier of the Amazon Connect instance.
|
|
75
72
|
*/
|
|
76
|
-
|
|
73
|
+
InstanceArn: string;
|
|
77
74
|
/**
|
|
78
|
-
* The identifier of the
|
|
75
|
+
* The identifier of the user account in the directory used for identity management.
|
|
79
76
|
*/
|
|
80
|
-
|
|
77
|
+
DirectoryUserId?: string;
|
|
81
78
|
IdentityInfo?: UserIdentityInfo;
|
|
82
|
-
|
|
79
|
+
/**
|
|
80
|
+
* The identifier of the hierarchy group for the user.
|
|
81
|
+
*/
|
|
82
|
+
HierarchyGroupArn?: string;
|
|
83
83
|
/**
|
|
84
84
|
* One or more security profile arns for the user
|
|
85
85
|
*
|
|
@@ -87,10 +87,6 @@ export interface _AWS_CONNECT_USER {
|
|
|
87
87
|
* @maxItems 10
|
|
88
88
|
*/
|
|
89
89
|
SecurityProfileArns: SecurityProfileArn[];
|
|
90
|
-
/**
|
|
91
|
-
* The Amazon Resource Name (ARN) for the user.
|
|
92
|
-
*/
|
|
93
|
-
UserArn?: string;
|
|
94
90
|
/**
|
|
95
91
|
* One or more tags.
|
|
96
92
|
*
|
|
@@ -101,44 +97,48 @@ export interface _AWS_CONNECT_USER {
|
|
|
101
97
|
* One or more predefined attributes assigned to a user, with a level that indicates how skilled they are.
|
|
102
98
|
*/
|
|
103
99
|
UserProficiencies?: UserProficiency[];
|
|
100
|
+
/**
|
|
101
|
+
* The password for the user account. A password is required if you are using Amazon Connect for identity management. Otherwise, it is an error to include a password.
|
|
102
|
+
*/
|
|
103
|
+
Password?: string;
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* The phone settings for the user.
|
|
107
|
+
*/
|
|
108
|
+
export interface UserPhoneConfig {
|
|
109
|
+
AutoAccept?: AutoAccept;
|
|
110
|
+
PhoneType: PhoneType;
|
|
111
|
+
DeskPhoneNumber?: DeskPhoneNumber;
|
|
112
|
+
AfterContactWorkTimeLimit?: AfterContactWorkTimeLimit;
|
|
104
113
|
}
|
|
105
114
|
/**
|
|
106
115
|
* The information about the identity of the user.
|
|
107
116
|
*/
|
|
108
117
|
export interface UserIdentityInfo {
|
|
109
|
-
FirstName?: FirstName;
|
|
110
|
-
LastName?: LastName;
|
|
111
118
|
Email?: Email;
|
|
119
|
+
FirstName?: FirstName;
|
|
112
120
|
SecondaryEmail?: SecondaryEmail;
|
|
121
|
+
LastName?: LastName;
|
|
113
122
|
Mobile?: Mobile;
|
|
114
123
|
}
|
|
115
|
-
/**
|
|
116
|
-
* The phone settings for the user.
|
|
117
|
-
*/
|
|
118
|
-
export interface UserPhoneConfig {
|
|
119
|
-
AfterContactWorkTimeLimit?: AfterContactWorkTimeLimit;
|
|
120
|
-
AutoAccept?: AutoAccept;
|
|
121
|
-
DeskPhoneNumber?: DeskPhoneNumber;
|
|
122
|
-
PhoneType: PhoneType;
|
|
123
|
-
}
|
|
124
124
|
/**
|
|
125
125
|
* A key-value pair to associate with a resource.
|
|
126
126
|
*/
|
|
127
127
|
export interface Tag {
|
|
128
|
-
/**
|
|
129
|
-
* The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
|
|
130
|
-
*/
|
|
131
|
-
Key: string;
|
|
132
128
|
/**
|
|
133
129
|
* The value for the tag. You can specify a value that is maximum of 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
|
|
134
130
|
*/
|
|
135
131
|
Value: string;
|
|
132
|
+
/**
|
|
133
|
+
* The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
|
|
134
|
+
*/
|
|
135
|
+
Key: string;
|
|
136
136
|
}
|
|
137
137
|
/**
|
|
138
138
|
* Proficiency of a user.
|
|
139
139
|
*/
|
|
140
140
|
export interface UserProficiency {
|
|
141
|
-
AttributeName: AttributeName;
|
|
142
141
|
AttributeValue: AttributeValue;
|
|
142
|
+
AttributeName: AttributeName;
|
|
143
143
|
Level: Level;
|
|
144
144
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWNvbm5lY3QtdXNlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbImF3cy1jb25uZWN0LXVzZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogVGhlIEF1dG8gYWNjZXB0IHNldHRpbmcuXG4gKi9cbmV4cG9ydCB0eXBlIEF1dG9BY2NlcHQgPSBib29sZWFuXG4vKipcbiAqIFRoZSBwaG9uZSB0eXBlLlxuICovXG5leHBvcnQgdHlwZSBQaG9uZVR5cGUgPSAoXCJTT0ZUX1BIT05FXCIgfCBcIkRFU0tfUEhPTkVcIilcbi8qKlxuICogVGhlIHBob25lIG51bWJlciBmb3IgdGhlIHVzZXIncyBkZXNrIHBob25lLlxuICovXG5leHBvcnQgdHlwZSBEZXNrUGhvbmVOdW1iZXIgPSBzdHJpbmdcbi8qKlxuICogVGhlIEFmdGVyIENhbGwgV29yayAoQUNXKSB0aW1lb3V0IHNldHRpbmcsIGluIHNlY29uZHMuXG4gKi9cbmV4cG9ydCB0eXBlIEFmdGVyQ29udGFjdFdvcmtUaW1lTGltaXQgPSBudW1iZXJcbi8qKlxuICogVGhlIGVtYWlsIGFkZHJlc3MuIElmIHlvdSBhcmUgdXNpbmcgU0FNTCBmb3IgaWRlbnRpdHkgbWFuYWdlbWVudCBhbmQgaW5jbHVkZSB0aGlzIHBhcmFtZXRlciwgYW4gZXJyb3IgaXMgcmV0dXJuZWQuXG4gKi9cbmV4cG9ydCB0eXBlIEVtYWlsID0gc3RyaW5nXG4vKipcbiAqIFRoZSBmaXJzdCBuYW1lLiBUaGlzIGlzIHJlcXVpcmVkIGlmIHlvdSBhcmUgdXNpbmcgQW1hem9uIENvbm5lY3Qgb3IgU0FNTCBmb3IgaWRlbnRpdHkgbWFuYWdlbWVudC5cbiAqL1xuZXhwb3J0IHR5cGUgRmlyc3ROYW1lID0gc3RyaW5nXG4vKipcbiAqIFRoZSBzZWNvbmRhcnkgZW1haWwgYWRkcmVzcy4gSWYgeW91IHByb3ZpZGUgYSBzZWNvbmRhcnkgZW1haWwsIHRoZSB1c2VyIHJlY2VpdmVzIGVtYWlsIG5vdGlmaWNhdGlvbnMgLS0gb3RoZXIgdGhhbiBwYXNzd29yZCByZXNldCBub3RpZmljYXRpb25zIC0tIHRvIHRoaXMgZW1haWwgYWRkcmVzcyBpbnN0ZWFkIG9mIHRvIHRoZWlyIHByaW1hcnkgZW1haWwgYWRkcmVzcy5cbiAqL1xuZXhwb3J0IHR5cGUgU2Vjb25kYXJ5RW1haWwgPSBzdHJpbmdcbi8qKlxuICogVGhlIGxhc3QgbmFtZS4gVGhpcyBpcyByZXF1aXJlZCBpZiB5b3UgYXJlIHVzaW5nIEFtYXpvbiBDb25uZWN0IG9yIFNBTUwgZm9yIGlkZW50aXR5IG1hbmFnZW1lbnQuXG4gKi9cbmV4cG9ydCB0eXBlIExhc3ROYW1lID0gc3RyaW5nXG4vKipcbiAqIFRoZSBtb2JpbGUgcGhvbmUgbnVtYmVyLlxuICovXG5leHBvcnQgdHlwZSBNb2JpbGUgPSBzdHJpbmdcbi8qKlxuICogVGhlIGlkZW50aWZpZXIgb2YgdGhlIHNlY3VyaXR5IHByb2ZpbGUgZm9yIHRoZSB1c2VyLlxuICovXG5leHBvcnQgdHlwZSBTZWN1cml0eVByb2ZpbGVBcm4gPSBzdHJpbmdcbi8qKlxuICogVGhlIHZhbHVlIG9mIHVzZXIncyBwcm9maWNpZW5jeS4gWW91IG11c3QgdXNlIHZhbHVlIG9mIHByZWRlZmluZWQgYXR0cmlidXRlIHByZXNlbnQgaW4gdGhlIEFtYXpvbiBDb25uZWN0IGluc3RhbmNlLlxuICovXG5leHBvcnQgdHlwZSBBdHRyaWJ1dGVWYWx1ZSA9IHN0cmluZ1xuLyoqXG4gKiBUaGUgbmFtZSBvZiB1c2VyJ3MgcHJvZmljaWVuY3kuIFlvdSBtdXN0IHVzZSBuYW1lIG9mIHByZWRlZmluZWQgYXR0cmlidXRlIHByZXNlbnQgaW4gdGhlIEFtYXpvbiBDb25uZWN0IGluc3RhbmNlLlxuICovXG5leHBvcnQgdHlwZSBBdHRyaWJ1dGVOYW1lID0gc3RyaW5nXG4vKipcbiAqIFRoZSBsZXZlbCBvZiB0aGUgcHJvZmljaWVuY3kuIFRoZSB2YWxpZCB2YWx1ZXMgYXJlIDEsIDIsIDMsIDQgYW5kIDUuXG4gKi9cbmV4cG9ydCB0eXBlIExldmVsID0gbnVtYmVyXG5cbi8qKlxuICogUmVzb3VyY2UgVHlwZSBkZWZpbml0aW9uIGZvciBBV1M6OkNvbm5lY3Q6OlVzZXJcbiAqL1xuZXhwb3J0IGludGVyZmFjZSBfQVdTX0NPTk5FQ1RfVVNFUiB7XG4vKipcbiAqIFRoZSBBbWF6b24gUmVzb3VyY2UgTmFtZSAoQVJOKSBmb3IgdGhlIHVzZXIuXG4gKi9cblVzZXJBcm4/OiBzdHJpbmdcbi8qKlxuICogVGhlIGlkZW50aWZpZXIgb2YgdGhlIHJvdXRpbmcgcHJvZmlsZSBmb3IgdGhlIHVzZXIuXG4gKi9cblJvdXRpbmdQcm9maWxlQXJuOiBzdHJpbmdcbi8qKlxuICogVGhlIHVzZXIgbmFtZSBmb3IgdGhlIGFjY291bnQuXG4gKi9cblVzZXJuYW1lOiBzdHJpbmdcblBob25lQ29uZmlnOiBVc2VyUGhvbmVDb25maWdcbi8qKlxuICogVGhlIGlkZW50aWZpZXIgb2YgdGhlIEFtYXpvbiBDb25uZWN0IGluc3RhbmNlLlxuICovXG5JbnN0YW5jZUFybjogc3RyaW5nXG4vKipcbiAqIFRoZSBpZGVudGlmaWVyIG9mIHRoZSB1c2VyIGFjY291bnQgaW4gdGhlIGRpcmVjdG9yeSB1c2VkIGZvciBpZGVudGl0eSBtYW5hZ2VtZW50LlxuICovXG5EaXJlY3RvcnlVc2VySWQ/OiBzdHJpbmdcbklkZW50aXR5SW5mbz86IFVzZXJJZGVudGl0eUluZm9cbi8qKlxuICogVGhlIGlkZW50aWZpZXIgb2YgdGhlIGhpZXJhcmNoeSBncm91cCBmb3IgdGhlIHVzZXIuXG4gKi9cbkhpZXJhcmNoeUdyb3VwQXJuPzogc3RyaW5nXG4vKipcbiAqIE9uZSBvciBtb3JlIHNlY3VyaXR5IHByb2ZpbGUgYXJucyBmb3IgdGhlIHVzZXJcbiAqIFxuICogQG1pbkl0ZW1zIDFcbiAqIEBtYXhJdGVtcyAxMFxuICovXG5TZWN1cml0eVByb2ZpbGVBcm5zOiBTZWN1cml0eVByb2ZpbGVBcm5bXVxuLyoqXG4gKiBPbmUgb3IgbW9yZSB0YWdzLlxuICogXG4gKiBAbWF4SXRlbXMgNTBcbiAqL1xuVGFncz86IFRhZ1tdXG4vKipcbiAqIE9uZSBvciBtb3JlIHByZWRlZmluZWQgYXR0cmlidXRlcyBhc3NpZ25lZCB0byBhIHVzZXIsIHdpdGggYSBsZXZlbCB0aGF0IGluZGljYXRlcyBob3cgc2tpbGxlZCB0aGV5IGFyZS5cbiAqL1xuVXNlclByb2ZpY2llbmNpZXM/OiBVc2VyUHJvZmljaWVuY3lbXVxuLyoqXG4gKiBUaGUgcGFzc3dvcmQgZm9yIHRoZSB1c2VyIGFjY291bnQuIEEgcGFzc3dvcmQgaXMgcmVxdWlyZWQgaWYgeW91IGFyZSB1c2luZyBBbWF6b24gQ29ubmVjdCBmb3IgaWRlbnRpdHkgbWFuYWdlbWVudC4gT3RoZXJ3aXNlLCBpdCBpcyBhbiBlcnJvciB0byBpbmNsdWRlIGEgcGFzc3dvcmQuXG4gKi9cblBhc3N3b3JkPzogc3RyaW5nXG59XG4vKipcbiAqIFRoZSBwaG9uZSBzZXR0aW5ncyBmb3IgdGhlIHVzZXIuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgVXNlclBob25lQ29uZmlnIHtcbkF1dG9BY2NlcHQ/OiBBdXRvQWNjZXB0XG5QaG9uZVR5cGU6IFBob25lVHlwZVxuRGVza1Bob25lTnVtYmVyPzogRGVza1Bob25lTnVtYmVyXG5BZnRlckNvbnRhY3RXb3JrVGltZUxpbWl0PzogQWZ0ZXJDb250YWN0V29ya1RpbWVMaW1pdFxufVxuLyoqXG4gKiBUaGUgaW5mb3JtYXRpb24gYWJvdXQgdGhlIGlkZW50aXR5IG9mIHRoZSB1c2VyLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIFVzZXJJZGVudGl0eUluZm8ge1xuRW1haWw/OiBFbWFpbFxuRmlyc3ROYW1lPzogRmlyc3ROYW1lXG5TZWNvbmRhcnlFbWFpbD86IFNlY29uZGFyeUVtYWlsXG5MYXN0TmFtZT86IExhc3ROYW1lXG5Nb2JpbGU/OiBNb2JpbGVcbn1cbi8qKlxuICogQSBrZXktdmFsdWUgcGFpciB0byBhc3NvY2lhdGUgd2l0aCBhIHJlc291cmNlLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIFRhZyB7XG4vKipcbiAqIFRoZSB2YWx1ZSBmb3IgdGhlIHRhZy4gWW91IGNhbiBzcGVjaWZ5IGEgdmFsdWUgdGhhdCBpcyBtYXhpbXVtIG9mIDI1NiBVbmljb2RlIGNoYXJhY3RlcnMgaW4gbGVuZ3RoIGFuZCBjYW5ub3QgYmUgcHJlZml4ZWQgd2l0aCBhd3M6LiBZb3UgY2FuIHVzZSBhbnkgb2YgdGhlIGZvbGxvd2luZyBjaGFyYWN0ZXJzOiB0aGUgc2V0IG9mIFVuaWNvZGUgbGV0dGVycywgZGlnaXRzLCB3aGl0ZXNwYWNlLCBfLCAuLCAvLCA9LCArLCBhbmQgLS4gXG4gKi9cblZhbHVlOiBzdHJpbmdcbi8qKlxuICogVGhlIGtleSBuYW1lIG9mIHRoZSB0YWcuIFlvdSBjYW4gc3BlY2lmeSBhIHZhbHVlIHRoYXQgaXMgMSB0byAxMjggVW5pY29kZSBjaGFyYWN0ZXJzIGluIGxlbmd0aCBhbmQgY2Fubm90IGJlIHByZWZpeGVkIHdpdGggYXdzOi4gWW91IGNhbiB1c2UgYW55IG9mIHRoZSBmb2xsb3dpbmcgY2hhcmFjdGVyczogdGhlIHNldCBvZiBVbmljb2RlIGxldHRlcnMsIGRpZ2l0cywgd2hpdGVzcGFjZSwgXywgLiwgLywgPSwgKywgYW5kIC0uIFxuICovXG5LZXk6IHN0cmluZ1xufVxuLyoqXG4gKiBQcm9maWNpZW5jeSBvZiBhIHVzZXIuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgVXNlclByb2ZpY2llbmN5IHtcbkF0dHJpYnV0ZVZhbHVlOiBBdHRyaWJ1dGVWYWx1ZVxuQXR0cmlidXRlTmFtZTogQXR0cmlidXRlTmFtZVxuTGV2ZWw6IExldmVsXG59XG4iXX0=
|
|
@@ -9,109 +9,84 @@ export type WarmThroughput1 = {
|
|
|
9
9
|
* Version: None. Resource Type definition for AWS::DynamoDB::GlobalTable
|
|
10
10
|
*/
|
|
11
11
|
export interface _AWS_DYNAMODB_GLOBALTABLE {
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
MultiRegionConsistency?: ("EVENTUAL" | "STRONG");
|
|
13
|
+
TableId?: string;
|
|
14
|
+
SSESpecification?: SSESpecification;
|
|
15
|
+
StreamSpecification?: StreamSpecification;
|
|
16
|
+
WarmThroughput?: WarmThroughput;
|
|
14
17
|
/**
|
|
15
18
|
* @minItems 1
|
|
16
19
|
*/
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
+
Replicas: ReplicaSpecification[];
|
|
21
|
+
WriteProvisionedThroughputSettings?: WriteProvisionedThroughputSettings;
|
|
22
|
+
WriteOnDemandThroughputSettings?: WriteOnDemandThroughputSettings;
|
|
20
23
|
/**
|
|
21
24
|
* @minItems 1
|
|
22
25
|
* @maxItems 1
|
|
23
26
|
*/
|
|
24
27
|
GlobalTableWitnesses?: GlobalTableWitness[];
|
|
25
|
-
|
|
26
|
-
* @minItems 1
|
|
27
|
-
* @maxItems 2
|
|
28
|
-
*/
|
|
29
|
-
KeySchema: KeySchema[];
|
|
30
|
-
LocalSecondaryIndexes?: LocalSecondaryIndex[];
|
|
31
|
-
MultiRegionConsistency?: ("EVENTUAL" | "STRONG");
|
|
32
|
-
WriteProvisionedThroughputSettings?: WriteProvisionedThroughputSettings;
|
|
33
|
-
WriteOnDemandThroughputSettings?: WriteOnDemandThroughputSettings;
|
|
34
|
-
WarmThroughput?: WarmThroughput;
|
|
28
|
+
TableName?: string;
|
|
35
29
|
/**
|
|
36
30
|
* @minItems 1
|
|
37
31
|
*/
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
TableName?: string;
|
|
42
|
-
TableId?: string;
|
|
43
|
-
TimeToLiveSpecification?: TimeToLiveSpecification;
|
|
44
|
-
}
|
|
45
|
-
export interface AttributeDefinition {
|
|
46
|
-
AttributeName: string;
|
|
47
|
-
AttributeType: string;
|
|
48
|
-
}
|
|
49
|
-
export interface GlobalSecondaryIndex {
|
|
50
|
-
IndexName: string;
|
|
32
|
+
AttributeDefinitions: AttributeDefinition[];
|
|
33
|
+
BillingMode?: string;
|
|
34
|
+
GlobalSecondaryIndexes?: GlobalSecondaryIndex[];
|
|
51
35
|
/**
|
|
52
36
|
* @minItems 1
|
|
53
37
|
* @maxItems 2
|
|
54
38
|
*/
|
|
55
39
|
KeySchema: KeySchema[];
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
}
|
|
61
|
-
export interface KeySchema {
|
|
62
|
-
AttributeName: string;
|
|
63
|
-
KeyType: string;
|
|
64
|
-
}
|
|
65
|
-
export interface Projection {
|
|
66
|
-
/**
|
|
67
|
-
* @maxItems 20
|
|
68
|
-
*/
|
|
69
|
-
NonKeyAttributes?: string[];
|
|
70
|
-
ProjectionType?: string;
|
|
71
|
-
}
|
|
72
|
-
export interface WriteProvisionedThroughputSettings {
|
|
73
|
-
WriteCapacityAutoScalingSettings?: CapacityAutoScalingSettings;
|
|
74
|
-
}
|
|
75
|
-
export interface CapacityAutoScalingSettings {
|
|
76
|
-
MinCapacity: number;
|
|
77
|
-
MaxCapacity: number;
|
|
78
|
-
SeedCapacity?: number;
|
|
79
|
-
TargetTrackingScalingPolicyConfiguration: TargetTrackingScalingPolicyConfiguration;
|
|
80
|
-
}
|
|
81
|
-
export interface TargetTrackingScalingPolicyConfiguration {
|
|
82
|
-
DisableScaleIn?: boolean;
|
|
83
|
-
ScaleInCooldown?: number;
|
|
84
|
-
ScaleOutCooldown?: number;
|
|
85
|
-
TargetValue: number;
|
|
86
|
-
}
|
|
87
|
-
export interface WriteOnDemandThroughputSettings {
|
|
88
|
-
MaxWriteRequestUnits?: number;
|
|
40
|
+
LocalSecondaryIndexes?: LocalSecondaryIndex[];
|
|
41
|
+
Arn?: string;
|
|
42
|
+
StreamArn?: string;
|
|
43
|
+
TimeToLiveSpecification?: TimeToLiveSpecification;
|
|
89
44
|
}
|
|
90
|
-
export interface
|
|
91
|
-
|
|
45
|
+
export interface SSESpecification {
|
|
46
|
+
SSEEnabled: boolean;
|
|
47
|
+
SSEType?: string;
|
|
92
48
|
}
|
|
93
|
-
export interface
|
|
94
|
-
|
|
95
|
-
/**
|
|
96
|
-
* @maxItems 2
|
|
97
|
-
*/
|
|
98
|
-
KeySchema: KeySchema[];
|
|
99
|
-
Projection: Projection;
|
|
49
|
+
export interface StreamSpecification {
|
|
50
|
+
StreamViewType: string;
|
|
100
51
|
}
|
|
101
52
|
export interface ReplicaSpecification {
|
|
102
|
-
|
|
103
|
-
|
|
53
|
+
SSESpecification?: ReplicaSSESpecification;
|
|
54
|
+
KinesisStreamSpecification?: KinesisStreamSpecification;
|
|
104
55
|
ContributorInsightsSpecification?: ContributorInsightsSpecification;
|
|
105
56
|
PointInTimeRecoverySpecification?: PointInTimeRecoverySpecification;
|
|
57
|
+
ReplicaStreamSpecification?: ReplicaStreamSpecification;
|
|
58
|
+
GlobalSecondaryIndexes?: ReplicaGlobalSecondaryIndexSpecification[];
|
|
59
|
+
Region: string;
|
|
60
|
+
ResourcePolicy?: ResourcePolicy;
|
|
61
|
+
ReadProvisionedThroughputSettings?: ReadProvisionedThroughputSettings;
|
|
106
62
|
TableClass?: string;
|
|
107
63
|
DeletionProtectionEnabled?: boolean;
|
|
108
|
-
SSESpecification?: ReplicaSSESpecification;
|
|
109
64
|
Tags?: Tag[];
|
|
110
|
-
ReadProvisionedThroughputSettings?: ReadProvisionedThroughputSettings;
|
|
111
65
|
ReadOnDemandThroughputSettings?: ReadOnDemandThroughputSettings;
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
66
|
+
}
|
|
67
|
+
export interface ReplicaSSESpecification {
|
|
68
|
+
KMSMasterKeyId: ({
|
|
69
|
+
[k: string]: unknown;
|
|
70
|
+
} & string);
|
|
71
|
+
}
|
|
72
|
+
export interface KinesisStreamSpecification {
|
|
73
|
+
ApproximateCreationDateTimePrecision?: ("MICROSECOND" | "MILLISECOND");
|
|
74
|
+
StreamArn: string;
|
|
75
|
+
}
|
|
76
|
+
export interface ContributorInsightsSpecification {
|
|
77
|
+
Enabled: boolean;
|
|
78
|
+
}
|
|
79
|
+
export interface PointInTimeRecoverySpecification {
|
|
80
|
+
PointInTimeRecoveryEnabled?: boolean;
|
|
81
|
+
RecoveryPeriodInDays?: number;
|
|
82
|
+
}
|
|
83
|
+
export interface ReplicaStreamSpecification {
|
|
84
|
+
ResourcePolicy: ResourcePolicy;
|
|
85
|
+
}
|
|
86
|
+
export interface ResourcePolicy {
|
|
87
|
+
PolicyDocument: {
|
|
88
|
+
[k: string]: unknown;
|
|
89
|
+
};
|
|
115
90
|
}
|
|
116
91
|
export interface ReplicaGlobalSecondaryIndexSpecification {
|
|
117
92
|
IndexName: string;
|
|
@@ -119,49 +94,74 @@ export interface ReplicaGlobalSecondaryIndexSpecification {
|
|
|
119
94
|
ReadProvisionedThroughputSettings?: ReadProvisionedThroughputSettings;
|
|
120
95
|
ReadOnDemandThroughputSettings?: ReadOnDemandThroughputSettings;
|
|
121
96
|
}
|
|
122
|
-
export interface ContributorInsightsSpecification {
|
|
123
|
-
Enabled: boolean;
|
|
124
|
-
}
|
|
125
97
|
export interface ReadProvisionedThroughputSettings {
|
|
126
98
|
ReadCapacityUnits?: number;
|
|
127
99
|
ReadCapacityAutoScalingSettings?: CapacityAutoScalingSettings;
|
|
128
100
|
}
|
|
129
|
-
export interface
|
|
130
|
-
|
|
101
|
+
export interface CapacityAutoScalingSettings {
|
|
102
|
+
MinCapacity: number;
|
|
103
|
+
SeedCapacity?: number;
|
|
104
|
+
TargetTrackingScalingPolicyConfiguration: TargetTrackingScalingPolicyConfiguration;
|
|
105
|
+
MaxCapacity: number;
|
|
131
106
|
}
|
|
132
|
-
export interface
|
|
133
|
-
|
|
134
|
-
|
|
107
|
+
export interface TargetTrackingScalingPolicyConfiguration {
|
|
108
|
+
ScaleOutCooldown?: number;
|
|
109
|
+
TargetValue: number;
|
|
110
|
+
DisableScaleIn?: boolean;
|
|
111
|
+
ScaleInCooldown?: number;
|
|
135
112
|
}
|
|
136
|
-
export interface
|
|
137
|
-
|
|
138
|
-
[k: string]: unknown;
|
|
139
|
-
} & string);
|
|
113
|
+
export interface ReadOnDemandThroughputSettings {
|
|
114
|
+
MaxReadRequestUnits?: number;
|
|
140
115
|
}
|
|
141
116
|
export interface Tag {
|
|
142
|
-
Key: string;
|
|
143
117
|
Value: string;
|
|
118
|
+
Key: string;
|
|
144
119
|
}
|
|
145
|
-
export interface
|
|
146
|
-
|
|
147
|
-
ApproximateCreationDateTimePrecision?: ("MICROSECOND" | "MILLISECOND");
|
|
120
|
+
export interface WriteProvisionedThroughputSettings {
|
|
121
|
+
WriteCapacityAutoScalingSettings?: CapacityAutoScalingSettings;
|
|
148
122
|
}
|
|
149
|
-
export interface
|
|
150
|
-
|
|
151
|
-
[k: string]: unknown;
|
|
152
|
-
};
|
|
123
|
+
export interface WriteOnDemandThroughputSettings {
|
|
124
|
+
MaxWriteRequestUnits?: number;
|
|
153
125
|
}
|
|
154
|
-
export interface
|
|
155
|
-
|
|
126
|
+
export interface GlobalTableWitness {
|
|
127
|
+
Region?: string;
|
|
156
128
|
}
|
|
157
|
-
export interface
|
|
158
|
-
|
|
159
|
-
|
|
129
|
+
export interface AttributeDefinition {
|
|
130
|
+
AttributeType: string;
|
|
131
|
+
AttributeName: string;
|
|
160
132
|
}
|
|
161
|
-
export interface
|
|
162
|
-
|
|
133
|
+
export interface GlobalSecondaryIndex {
|
|
134
|
+
IndexName: string;
|
|
135
|
+
Projection: Projection;
|
|
136
|
+
/**
|
|
137
|
+
* @minItems 1
|
|
138
|
+
* @maxItems 2
|
|
139
|
+
*/
|
|
140
|
+
KeySchema: KeySchema[];
|
|
141
|
+
WarmThroughput?: WarmThroughput;
|
|
142
|
+
WriteProvisionedThroughputSettings?: WriteProvisionedThroughputSettings;
|
|
143
|
+
WriteOnDemandThroughputSettings?: WriteOnDemandThroughputSettings;
|
|
144
|
+
}
|
|
145
|
+
export interface Projection {
|
|
146
|
+
/**
|
|
147
|
+
* @maxItems 20
|
|
148
|
+
*/
|
|
149
|
+
NonKeyAttributes?: string[];
|
|
150
|
+
ProjectionType?: string;
|
|
151
|
+
}
|
|
152
|
+
export interface KeySchema {
|
|
153
|
+
KeyType: string;
|
|
154
|
+
AttributeName: string;
|
|
155
|
+
}
|
|
156
|
+
export interface LocalSecondaryIndex {
|
|
157
|
+
IndexName: string;
|
|
158
|
+
Projection: Projection;
|
|
159
|
+
/**
|
|
160
|
+
* @maxItems 2
|
|
161
|
+
*/
|
|
162
|
+
KeySchema: KeySchema[];
|
|
163
163
|
}
|
|
164
164
|
export interface TimeToLiveSpecification {
|
|
165
|
-
AttributeName?: string;
|
|
166
165
|
Enabled: boolean;
|
|
166
|
+
AttributeName?: string;
|
|
167
167
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWR5bmFtb2RiLWdsb2JhbHRhYmxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiYXdzLWR5bmFtb2RiLWdsb2JhbHRhYmxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgdHlwZSBXYXJtVGhyb3VnaHB1dCA9IChXYXJtVGhyb3VnaHB1dDEgJiB7XG5SZWFkVW5pdHNQZXJTZWNvbmQ/OiBudW1iZXJcbldyaXRlVW5pdHNQZXJTZWNvbmQ/
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWR5bmFtb2RiLWdsb2JhbHRhYmxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiYXdzLWR5bmFtb2RiLWdsb2JhbHRhYmxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgdHlwZSBXYXJtVGhyb3VnaHB1dCA9IChXYXJtVGhyb3VnaHB1dDEgJiB7XG5SZWFkVW5pdHNQZXJTZWNvbmQ/OiBudW1iZXJcbldyaXRlVW5pdHNQZXJTZWNvbmQ/OiBudW1iZXJcbn0pXG5leHBvcnQgdHlwZSBXYXJtVGhyb3VnaHB1dDEgPSB7XG5bazogc3RyaW5nXTogdW5rbm93blxufVxuXG4vKipcbiAqIFZlcnNpb246IE5vbmUuIFJlc291cmNlIFR5cGUgZGVmaW5pdGlvbiBmb3IgQVdTOjpEeW5hbW9EQjo6R2xvYmFsVGFibGVcbiAqL1xuZXhwb3J0IGludGVyZmFjZSBfQVdTX0RZTkFNT0RCX0dMT0JBTFRBQkxFIHtcbk11bHRpUmVnaW9uQ29uc2lzdGVuY3k/OiAoXCJFVkVOVFVBTFwiIHwgXCJTVFJPTkdcIilcblRhYmxlSWQ/OiBzdHJpbmdcblNTRVNwZWNpZmljYXRpb24/OiBTU0VTcGVjaWZpY2F0aW9uXG5TdHJlYW1TcGVjaWZpY2F0aW9uPzogU3RyZWFtU3BlY2lmaWNhdGlvblxuV2FybVRocm91Z2hwdXQ/OiBXYXJtVGhyb3VnaHB1dFxuLyoqXG4gKiBAbWluSXRlbXMgMVxuICovXG5SZXBsaWNhczogUmVwbGljYVNwZWNpZmljYXRpb25bXVxuV3JpdGVQcm92aXNpb25lZFRocm91Z2hwdXRTZXR0aW5ncz86IFdyaXRlUHJvdmlzaW9uZWRUaHJvdWdocHV0U2V0dGluZ3NcbldyaXRlT25EZW1hbmRUaHJvdWdocHV0U2V0dGluZ3M/OiBXcml0ZU9uRGVtYW5kVGhyb3VnaHB1dFNldHRpbmdzXG4vKipcbiAqIEBtaW5JdGVtcyAxXG4gKiBAbWF4SXRlbXMgMVxuICovXG5HbG9iYWxUYWJsZVdpdG5lc3Nlcz86IEdsb2JhbFRhYmxlV2l0bmVzc1tdXG5UYWJsZU5hbWU/OiBzdHJpbmdcbi8qKlxuICogQG1pbkl0ZW1zIDFcbiAqL1xuQXR0cmlidXRlRGVmaW5pdGlvbnM6IEF0dHJpYnV0ZURlZmluaXRpb25bXVxuQmlsbGluZ01vZGU/OiBzdHJpbmdcbkdsb2JhbFNlY29uZGFyeUluZGV4ZXM/OiBHbG9iYWxTZWNvbmRhcnlJbmRleFtdXG4vKipcbiAqIEBtaW5JdGVtcyAxXG4gKiBAbWF4SXRlbXMgMlxuICovXG5LZXlTY2hlbWE6IEtleVNjaGVtYVtdXG5Mb2NhbFNlY29uZGFyeUluZGV4ZXM/OiBMb2NhbFNlY29uZGFyeUluZGV4W11cbkFybj86IHN0cmluZ1xuU3RyZWFtQXJuPzogc3RyaW5nXG5UaW1lVG9MaXZlU3BlY2lmaWNhdGlvbj86IFRpbWVUb0xpdmVTcGVjaWZpY2F0aW9uXG59XG5leHBvcnQgaW50ZXJmYWNlIFNTRVNwZWNpZmljYXRpb24ge1xuU1NFRW5hYmxlZDogYm9vbGVhblxuU1NFVHlwZT86IHN0cmluZ1xufVxuZXhwb3J0IGludGVyZmFjZSBTdHJlYW1TcGVjaWZpY2F0aW9uIHtcblN0cmVhbVZpZXdUeXBlOiBzdHJpbmdcbn1cbmV4cG9ydCBpbnRlcmZhY2UgUmVwbGljYVNwZWNpZmljYXRpb24ge1xuU1NFU3BlY2lmaWNhdGlvbj86IFJlcGxpY2FTU0VTcGVjaWZpY2F0aW9uXG5LaW5lc2lzU3RyZWFtU3BlY2lmaWNhdGlvbj86IEtpbmVzaXNTdHJlYW1TcGVjaWZpY2F0aW9uXG5Db250cmlidXRvckluc2lnaHRzU3BlY2lmaWNhdGlvbj86IENvbnRyaWJ1dG9ySW5zaWdodHNTcGVjaWZpY2F0aW9uXG5Qb2ludEluVGltZVJlY292ZXJ5U3BlY2lmaWNhdGlvbj86IFBvaW50SW5UaW1lUmVjb3ZlcnlTcGVjaWZpY2F0aW9uXG5SZXBsaWNhU3RyZWFtU3BlY2lmaWNhdGlvbj86IFJlcGxpY2FTdHJlYW1TcGVjaWZpY2F0aW9uXG5HbG9iYWxTZWNvbmRhcnlJbmRleGVzPzogUmVwbGljYUdsb2JhbFNlY29uZGFyeUluZGV4U3BlY2lmaWNhdGlvbltdXG5SZWdpb246IHN0cmluZ1xuUmVzb3VyY2VQb2xpY3k/OiBSZXNvdXJjZVBvbGljeVxuUmVhZFByb3Zpc2lvbmVkVGhyb3VnaHB1dFNldHRpbmdzPzogUmVhZFByb3Zpc2lvbmVkVGhyb3VnaHB1dFNldHRpbmdzXG5UYWJsZUNsYXNzPzogc3RyaW5nXG5EZWxldGlvblByb3RlY3Rpb25FbmFibGVkPzogYm9vbGVhblxuVGFncz86IFRhZ1tdXG5SZWFkT25EZW1hbmRUaHJvdWdocHV0U2V0dGluZ3M/OiBSZWFkT25EZW1hbmRUaHJvdWdocHV0U2V0dGluZ3Ncbn1cbmV4cG9ydCBpbnRlcmZhY2UgUmVwbGljYVNTRVNwZWNpZmljYXRpb24ge1xuS01TTWFzdGVyS2V5SWQ6ICh7XG5bazogc3RyaW5nXTogdW5rbm93blxufSAmIHN0cmluZylcbn1cbmV4cG9ydCBpbnRlcmZhY2UgS2luZXNpc1N0cmVhbVNwZWNpZmljYXRpb24ge1xuQXBwcm94aW1hdGVDcmVhdGlvbkRhdGVUaW1lUHJlY2lzaW9uPzogKFwiTUlDUk9TRUNPTkRcIiB8IFwiTUlMTElTRUNPTkRcIilcblN0cmVhbUFybjogc3RyaW5nXG59XG5leHBvcnQgaW50ZXJmYWNlIENvbnRyaWJ1dG9ySW5zaWdodHNTcGVjaWZpY2F0aW9uIHtcbkVuYWJsZWQ6IGJvb2xlYW5cbn1cbmV4cG9ydCBpbnRlcmZhY2UgUG9pbnRJblRpbWVSZWNvdmVyeVNwZWNpZmljYXRpb24ge1xuUG9pbnRJblRpbWVSZWNvdmVyeUVuYWJsZWQ/OiBib29sZWFuXG5SZWNvdmVyeVBlcmlvZEluRGF5cz86IG51bWJlclxufVxuZXhwb3J0IGludGVyZmFjZSBSZXBsaWNhU3RyZWFtU3BlY2lmaWNhdGlvbiB7XG5SZXNvdXJjZVBvbGljeTogUmVzb3VyY2VQb2xpY3lcbn1cbmV4cG9ydCBpbnRlcmZhY2UgUmVzb3VyY2VQb2xpY3kge1xuUG9saWN5RG9jdW1lbnQ6IHtcbltrOiBzdHJpbmddOiB1bmtub3duXG59XG59XG5leHBvcnQgaW50ZXJmYWNlIFJlcGxpY2FHbG9iYWxTZWNvbmRhcnlJbmRleFNwZWNpZmljYXRpb24ge1xuSW5kZXhOYW1lOiBzdHJpbmdcbkNvbnRyaWJ1dG9ySW5zaWdodHNTcGVjaWZpY2F0aW9uPzogQ29udHJpYnV0b3JJbnNpZ2h0c1NwZWNpZmljYXRpb25cblJlYWRQcm92aXNpb25lZFRocm91Z2hwdXRTZXR0aW5ncz86IFJlYWRQcm92aXNpb25lZFRocm91Z2hwdXRTZXR0aW5nc1xuUmVhZE9uRGVtYW5kVGhyb3VnaHB1dFNldHRpbmdzPzogUmVhZE9uRGVtYW5kVGhyb3VnaHB1dFNldHRpbmdzXG59XG5leHBvcnQgaW50ZXJmYWNlIFJlYWRQcm92aXNpb25lZFRocm91Z2hwdXRTZXR0aW5ncyB7XG5SZWFkQ2FwYWNpdHlVbml0cz86IG51bWJlclxuUmVhZENhcGFjaXR5QXV0b1NjYWxpbmdTZXR0aW5ncz86IENhcGFjaXR5QXV0b1NjYWxpbmdTZXR0aW5nc1xufVxuZXhwb3J0IGludGVyZmFjZSBDYXBhY2l0eUF1dG9TY2FsaW5nU2V0dGluZ3Mge1xuTWluQ2FwYWNpdHk6IG51bWJlclxuU2VlZENhcGFjaXR5PzogbnVtYmVyXG5UYXJnZXRUcmFja2luZ1NjYWxpbmdQb2xpY3lDb25maWd1cmF0aW9uOiBUYXJnZXRUcmFja2luZ1NjYWxpbmdQb2xpY3lDb25maWd1cmF0aW9uXG5NYXhDYXBhY2l0eTogbnVtYmVyXG59XG5leHBvcnQgaW50ZXJmYWNlIFRhcmdldFRyYWNraW5nU2NhbGluZ1BvbGljeUNvbmZpZ3VyYXRpb24ge1xuU2NhbGVPdXRDb29sZG93bj86IG51bWJlclxuVGFyZ2V0VmFsdWU6IG51bWJlclxuRGlzYWJsZVNjYWxlSW4/OiBib29sZWFuXG5TY2FsZUluQ29vbGRvd24/OiBudW1iZXJcbn1cbmV4cG9ydCBpbnRlcmZhY2UgUmVhZE9uRGVtYW5kVGhyb3VnaHB1dFNldHRpbmdzIHtcbk1heFJlYWRSZXF1ZXN0VW5pdHM/OiBudW1iZXJcbn1cbmV4cG9ydCBpbnRlcmZhY2UgVGFnIHtcblZhbHVlOiBzdHJpbmdcbktleTogc3RyaW5nXG59XG5leHBvcnQgaW50ZXJmYWNlIFdyaXRlUHJvdmlzaW9uZWRUaHJvdWdocHV0U2V0dGluZ3Mge1xuV3JpdGVDYXBhY2l0eUF1dG9TY2FsaW5nU2V0dGluZ3M/OiBDYXBhY2l0eUF1dG9TY2FsaW5nU2V0dGluZ3Ncbn1cbmV4cG9ydCBpbnRlcmZhY2UgV3JpdGVPbkRlbWFuZFRocm91Z2hwdXRTZXR0aW5ncyB7XG5NYXhXcml0ZVJlcXVlc3RVbml0cz86IG51bWJlclxufVxuZXhwb3J0IGludGVyZmFjZSBHbG9iYWxUYWJsZVdpdG5lc3Mge1xuUmVnaW9uPzogc3RyaW5nXG59XG5leHBvcnQgaW50ZXJmYWNlIEF0dHJpYnV0ZURlZmluaXRpb24ge1xuQXR0cmlidXRlVHlwZTogc3RyaW5nXG5BdHRyaWJ1dGVOYW1lOiBzdHJpbmdcbn1cbmV4cG9ydCBpbnRlcmZhY2UgR2xvYmFsU2Vjb25kYXJ5SW5kZXgge1xuSW5kZXhOYW1lOiBzdHJpbmdcblByb2plY3Rpb246IFByb2plY3Rpb25cbi8qKlxuICogQG1pbkl0ZW1zIDFcbiAqIEBtYXhJdGVtcyAyXG4gKi9cbktleVNjaGVtYTogS2V5U2NoZW1hW11cbldhcm1UaHJvdWdocHV0PzogV2FybVRocm91Z2hwdXRcbldyaXRlUHJvdmlzaW9uZWRUaHJvdWdocHV0U2V0dGluZ3M/OiBXcml0ZVByb3Zpc2lvbmVkVGhyb3VnaHB1dFNldHRpbmdzXG5Xcml0ZU9uRGVtYW5kVGhyb3VnaHB1dFNldHRpbmdzPzogV3JpdGVPbkRlbWFuZFRocm91Z2hwdXRTZXR0aW5nc1xufVxuZXhwb3J0IGludGVyZmFjZSBQcm9qZWN0aW9uIHtcbi8qKlxuICogQG1heEl0ZW1zIDIwXG4gKi9cbk5vbktleUF0dHJpYnV0ZXM/OiBzdHJpbmdbXVxuUHJvamVjdGlvblR5cGU/OiBzdHJpbmdcbn1cbmV4cG9ydCBpbnRlcmZhY2UgS2V5U2NoZW1hIHtcbktleVR5cGU6IHN0cmluZ1xuQXR0cmlidXRlTmFtZTogc3RyaW5nXG59XG5leHBvcnQgaW50ZXJmYWNlIExvY2FsU2Vjb25kYXJ5SW5kZXgge1xuSW5kZXhOYW1lOiBzdHJpbmdcblByb2plY3Rpb246IFByb2plY3Rpb25cbi8qKlxuICogQG1heEl0ZW1zIDJcbiAqL1xuS2V5U2NoZW1hOiBLZXlTY2hlbWFbXVxufVxuZXhwb3J0IGludGVyZmFjZSBUaW1lVG9MaXZlU3BlY2lmaWNhdGlvbiB7XG5FbmFibGVkOiBib29sZWFuXG5BdHRyaWJ1dGVOYW1lPzogc3RyaW5nXG59XG4iXX0=
|
|
@@ -1,17 +1,51 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Resource
|
|
2
|
+
* Resource schema for AWS::EC2::TrafficMirrorSession
|
|
3
3
|
*/
|
|
4
4
|
export interface _AWS_EC2_TRAFFICMIRRORSESSION {
|
|
5
|
+
/**
|
|
6
|
+
* The ID of a Traffic Mirror session.
|
|
7
|
+
*/
|
|
5
8
|
Id?: string;
|
|
9
|
+
/**
|
|
10
|
+
* The ID of the source network interface.
|
|
11
|
+
*/
|
|
12
|
+
NetworkInterfaceId: string;
|
|
13
|
+
/**
|
|
14
|
+
* The ID of a Traffic Mirror target.
|
|
15
|
+
*/
|
|
6
16
|
TrafficMirrorTargetId: string;
|
|
7
|
-
|
|
17
|
+
/**
|
|
18
|
+
* The ID of a Traffic Mirror filter.
|
|
19
|
+
*/
|
|
20
|
+
TrafficMirrorFilterId: string;
|
|
21
|
+
/**
|
|
22
|
+
* The number of bytes in each packet to mirror.
|
|
23
|
+
*/
|
|
24
|
+
PacketLength?: number;
|
|
25
|
+
/**
|
|
26
|
+
* The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.
|
|
27
|
+
*/
|
|
8
28
|
SessionNumber: number;
|
|
29
|
+
/**
|
|
30
|
+
* The VXLAN ID for the Traffic Mirror session.
|
|
31
|
+
*/
|
|
9
32
|
VirtualNetworkId?: number;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
33
|
+
/**
|
|
34
|
+
* The description of the Traffic Mirror session.
|
|
35
|
+
*/
|
|
36
|
+
Description?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The ID of the account that owns the Traffic Mirror session.
|
|
39
|
+
*/
|
|
40
|
+
OwnerId?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The tags assigned to the Traffic Mirror session.
|
|
43
|
+
*/
|
|
13
44
|
Tags?: Tag[];
|
|
14
45
|
}
|
|
46
|
+
/**
|
|
47
|
+
* A key-value pair to associate with a traffic mirror session resource.
|
|
48
|
+
*/
|
|
15
49
|
export interface Tag {
|
|
16
50
|
Key: string;
|
|
17
51
|
Value: string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWVjMi10cmFmZmljbWlycm9yc2Vzc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbImF3cy1lYzItdHJhZmZpY21pcnJvcnNlc3Npb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogUmVzb3VyY2Ugc2NoZW1hIGZvciBBV1M6OkVDMjo6VHJhZmZpY01pcnJvclNlc3Npb25cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBfQVdTX0VDMl9UUkFGRklDTUlSUk9SU0VTU0lPTiB7XG4vKipcbiAqIFRoZSBJRCBvZiBhIFRyYWZmaWMgTWlycm9yIHNlc3Npb24uXG4gKi9cbklkPzogc3RyaW5nXG4vKipcbiAqIFRoZSBJRCBvZiB0aGUgc291cmNlIG5ldHdvcmsgaW50ZXJmYWNlLlxuICovXG5OZXR3b3JrSW50ZXJmYWNlSWQ6IHN0cmluZ1xuLyoqXG4gKiBUaGUgSUQgb2YgYSBUcmFmZmljIE1pcnJvciB0YXJnZXQuXG4gKi9cblRyYWZmaWNNaXJyb3JUYXJnZXRJZDogc3RyaW5nXG4vKipcbiAqIFRoZSBJRCBvZiBhIFRyYWZmaWMgTWlycm9yIGZpbHRlci5cbiAqL1xuVHJhZmZpY01pcnJvckZpbHRlcklkOiBzdHJpbmdcbi8qKlxuICogVGhlIG51bWJlciBvZiBieXRlcyBpbiBlYWNoIHBhY2tldCB0byBtaXJyb3IuXG4gKi9cblBhY2tldExlbmd0aD86IG51bWJlclxuLyoqXG4gKiBUaGUgc2Vzc2lvbiBudW1iZXIgZGV0ZXJtaW5lcyB0aGUgb3JkZXIgaW4gd2hpY2ggc2Vzc2lvbnMgYXJlIGV2YWx1YXRlZCB3aGVuIGFuIGludGVyZmFjZSBpcyB1c2VkIGJ5IG11bHRpcGxlIHNlc3Npb25zLiBUaGUgZmlyc3Qgc2Vzc2lvbiB3aXRoIGEgbWF0Y2hpbmcgZmlsdGVyIGlzIHRoZSBvbmUgdGhhdCBtaXJyb3JzIHRoZSBwYWNrZXRzLlxuICovXG5TZXNzaW9uTnVtYmVyOiBudW1iZXJcbi8qKlxuICogVGhlIFZYTEFOIElEIGZvciB0aGUgVHJhZmZpYyBNaXJyb3Igc2Vzc2lvbi5cbiAqL1xuVmlydHVhbE5ldHdvcmtJZD86IG51bWJlclxuLyoqXG4gKiBUaGUgZGVzY3JpcHRpb24gb2YgdGhlIFRyYWZmaWMgTWlycm9yIHNlc3Npb24uXG4gKi9cbkRlc2NyaXB0aW9uPzogc3RyaW5nXG4vKipcbiAqIFRoZSBJRCBvZiB0aGUgYWNjb3VudCB0aGF0IG93bnMgdGhlIFRyYWZmaWMgTWlycm9yIHNlc3Npb24uXG4gKi9cbk93bmVySWQ/OiBzdHJpbmdcbi8qKlxuICogVGhlIHRhZ3MgYXNzaWduZWQgdG8gdGhlIFRyYWZmaWMgTWlycm9yIHNlc3Npb24uXG4gKi9cblRhZ3M/OiBUYWdbXVxufVxuLyoqXG4gKiBBIGtleS12YWx1ZSBwYWlyIHRvIGFzc29jaWF0ZSB3aXRoIGEgdHJhZmZpYyBtaXJyb3Igc2Vzc2lvbiByZXNvdXJjZS5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBUYWcge1xuS2V5OiBzdHJpbmdcblZhbHVlOiBzdHJpbmdcbn1cbiJdfQ==
|
|
@@ -180,7 +180,7 @@ export interface LocationConfiguration {
|
|
|
180
180
|
*/
|
|
181
181
|
export interface LocationCapacity {
|
|
182
182
|
/**
|
|
183
|
-
* The number of EC2 instances you want to maintain in the specified fleet location. This value must fall between the minimum and maximum size limits.
|
|
183
|
+
* The number of EC2 instances you want to maintain in the specified fleet location. This value must fall between the minimum and maximum size limits. If any auto-scaling policy is defined for the container fleet, the desired instance will only be applied once during fleet creation and will be ignored in updates to avoid conflicts with auto-scaling. During updates with any auto-scaling policy defined, if current desired instance is lower than the new MinSize, it will be increased to the new MinSize; if current desired instance is larger than the new MaxSize, it will be decreased to the new MaxSize.
|
|
184
184
|
*/
|
|
185
185
|
DesiredEC2Instances: number;
|
|
186
186
|
/**
|