@awboost/cfntypes 1.0.0-beta.66 → 1.0.0-beta.67
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/resources.generated/AWS-AppConfig.d.ts +11 -2
- package/lib/resources.generated/AWS-AppConfig.js +1 -1
- package/lib/resources.generated/AWS-AppRunner.d.ts +1 -0
- package/lib/resources.generated/AWS-AppStream.d.ts +1 -0
- package/lib/resources.generated/AWS-AutoScaling.d.ts +78 -66
- package/lib/resources.generated/AWS-AutoScaling.js +8 -2
- package/lib/resources.generated/AWS-CodeBuild.d.ts +10 -2
- package/lib/resources.generated/AWS-DLM.d.ts +14 -0
- package/lib/resources.generated/AWS-EC2.d.ts +18 -7
- package/lib/resources.generated/AWS-EC2.js +2 -2
- package/lib/resources.generated/AWS-EMRServerless.d.ts +43 -4
- package/lib/resources.generated/AWS-EntityResolution.d.ts +1 -0
- package/lib/resources.generated/AWS-EntityResolution.js +1 -1
- package/lib/resources.generated/AWS-IAM.d.ts +11 -11
- package/lib/resources.generated/AWS-IAM.js +1 -1
- package/lib/resources.generated/AWS-S3.d.ts +18 -0
- package/lib/resources.generated/AWS-ServiceCatalogAppRegistry.d.ts +0 -2
- package/lib/resources.generated/AWS-ServiceCatalogAppRegistry.js +2 -2
- package/lib/resources.generated/AWS-Transfer.d.ts +112 -0
- package/lib/resources.generated/AWS-Transfer.js +13 -0
- package/package.json +2 -2
- package/lib/resources.generated/Dev-Transfer.d.ts +0 -123
- package/lib/resources.generated/Dev-Transfer.js +0 -14
@@ -117,14 +117,23 @@ export interface AppConfigConfigurationProfileProps {
|
|
117
117
|
Tags?: Tag[];
|
118
118
|
Name: string;
|
119
119
|
}
|
120
|
+
/**
|
121
|
+
* Attributes type definition for AWS::AppConfig::ConfigurationProfile
|
122
|
+
*
|
123
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html | AWS::AppConfig::ConfigurationProfile}
|
124
|
+
*/
|
125
|
+
export interface AppConfigConfigurationProfileAttribs {
|
126
|
+
ConfigurationProfileId?: string;
|
127
|
+
KmsKeyArn?: string;
|
128
|
+
}
|
120
129
|
/**
|
121
130
|
* Resource class for AWS::AppConfig::ConfigurationProfile
|
122
131
|
*
|
123
132
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html | AWS::AppConfig::ConfigurationProfile}
|
124
133
|
*/
|
125
|
-
export declare class AppConfigConfigurationProfile extends ResourceBase<"AWS::AppConfig::ConfigurationProfile", AppConfigConfigurationProfileProps,
|
134
|
+
export declare class AppConfigConfigurationProfile extends ResourceBase<"AWS::AppConfig::ConfigurationProfile", AppConfigConfigurationProfileProps, AppConfigConfigurationProfileAttribs> {
|
126
135
|
static readonly Type = "AWS::AppConfig::ConfigurationProfile";
|
127
|
-
static readonly AttributeNames:
|
136
|
+
static readonly AttributeNames: readonly (keyof AppConfigConfigurationProfileAttribs)[];
|
128
137
|
constructor(logicalId: string, properties: AppConfigConfigurationProfileProps, options?: ResourceOptions);
|
129
138
|
}
|
130
139
|
/**
|
@@ -23,7 +23,7 @@ class AppConfigConfigurationProfile extends ResourceBase {
|
|
23
23
|
}
|
24
24
|
}
|
25
25
|
AppConfigConfigurationProfile.Type = "AWS::AppConfig::ConfigurationProfile";
|
26
|
-
AppConfigConfigurationProfile.AttributeNames = [];
|
26
|
+
AppConfigConfigurationProfile.AttributeNames = ["ConfigurationProfileId", "KmsKeyArn"];
|
27
27
|
export { AppConfigConfigurationProfile };
|
28
28
|
/**
|
29
29
|
* Resource class for AWS::AppConfig::Deployment
|
@@ -135,6 +135,7 @@ export interface AppRunnerServiceKeyValuePair {
|
|
135
135
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-networkconfiguration.html | AWS::AppRunner::Service.NetworkConfiguration}
|
136
136
|
*/
|
137
137
|
export interface AppRunnerServiceNetworkConfiguration {
|
138
|
+
IpAddressType?: string;
|
138
139
|
EgressConfiguration?: AppRunnerServiceEgressConfiguration;
|
139
140
|
IngressConfiguration?: AppRunnerServiceIngressConfiguration;
|
140
141
|
}
|
@@ -7,8 +7,8 @@ import { Tag } from "./core.js";
|
|
7
7
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-acceleratorcountrequest.html | AWS::AutoScaling::AutoScalingGroup.AcceleratorCountRequest}
|
8
8
|
*/
|
9
9
|
export interface AutoScalingAutoScalingGroupAcceleratorCountRequest {
|
10
|
-
Min?: number;
|
11
10
|
Max?: number;
|
11
|
+
Min?: number;
|
12
12
|
}
|
13
13
|
/**
|
14
14
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.AcceleratorTotalMemoryMiBRequest
|
@@ -16,8 +16,8 @@ export interface AutoScalingAutoScalingGroupAcceleratorCountRequest {
|
|
16
16
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-acceleratortotalmemorymibrequest.html | AWS::AutoScaling::AutoScalingGroup.AcceleratorTotalMemoryMiBRequest}
|
17
17
|
*/
|
18
18
|
export interface AutoScalingAutoScalingGroupAcceleratorTotalMemoryMiBRequest {
|
19
|
-
Min?: number;
|
20
19
|
Max?: number;
|
20
|
+
Min?: number;
|
21
21
|
}
|
22
22
|
/**
|
23
23
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.BaselineEbsBandwidthMbpsRequest
|
@@ -25,56 +25,56 @@ export interface AutoScalingAutoScalingGroupAcceleratorTotalMemoryMiBRequest {
|
|
25
25
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-baselineebsbandwidthmbpsrequest.html | AWS::AutoScaling::AutoScalingGroup.BaselineEbsBandwidthMbpsRequest}
|
26
26
|
*/
|
27
27
|
export interface AutoScalingAutoScalingGroupBaselineEbsBandwidthMbpsRequest {
|
28
|
-
Min?: number;
|
29
28
|
Max?: number;
|
29
|
+
Min?: number;
|
30
30
|
}
|
31
31
|
/**
|
32
32
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.InstanceRequirements
|
33
33
|
*
|
34
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
34
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancerequirements.html | AWS::AutoScaling::AutoScalingGroup.InstanceRequirements}
|
35
35
|
*/
|
36
36
|
export interface AutoScalingAutoScalingGroupInstanceRequirements {
|
37
|
-
|
38
|
-
InstanceGenerations?: any[];
|
39
|
-
NetworkInterfaceCount?: AutoScalingAutoScalingGroupNetworkInterfaceCountRequest;
|
40
|
-
AcceleratorTypes?: any[];
|
41
|
-
MemoryGiBPerVCpu?: AutoScalingAutoScalingGroupMemoryGiBPerVCpuRequest;
|
37
|
+
AcceleratorCount?: AutoScalingAutoScalingGroupAcceleratorCountRequest;
|
42
38
|
AcceleratorManufacturers?: any[];
|
43
|
-
|
44
|
-
|
39
|
+
AcceleratorNames?: any[];
|
40
|
+
AcceleratorTotalMemoryMiB?: AutoScalingAutoScalingGroupAcceleratorTotalMemoryMiBRequest;
|
41
|
+
AcceleratorTypes?: any[];
|
45
42
|
AllowedInstanceTypes?: any[];
|
46
|
-
LocalStorage?: string;
|
47
|
-
CpuManufacturers?: any[];
|
48
|
-
AcceleratorCount?: AutoScalingAutoScalingGroupAcceleratorCountRequest;
|
49
|
-
NetworkBandwidthGbps?: AutoScalingAutoScalingGroupNetworkBandwidthGbpsRequest;
|
50
43
|
BareMetal?: string;
|
51
|
-
RequireHibernateSupport?: boolean;
|
52
44
|
BaselineEbsBandwidthMbps?: AutoScalingAutoScalingGroupBaselineEbsBandwidthMbpsRequest;
|
53
|
-
SpotMaxPricePercentageOverLowestPrice?: number;
|
54
|
-
AcceleratorNames?: any[];
|
55
|
-
AcceleratorTotalMemoryMiB?: AutoScalingAutoScalingGroupAcceleratorTotalMemoryMiBRequest;
|
56
|
-
OnDemandMaxPricePercentageOverLowestPrice?: number;
|
57
45
|
BurstablePerformance?: string;
|
46
|
+
CpuManufacturers?: any[];
|
47
|
+
ExcludedInstanceTypes?: any[];
|
48
|
+
InstanceGenerations?: any[];
|
49
|
+
LocalStorage?: string;
|
50
|
+
LocalStorageTypes?: any[];
|
51
|
+
MemoryGiBPerVCpu?: AutoScalingAutoScalingGroupMemoryGiBPerVCpuRequest;
|
58
52
|
MemoryMiB?: AutoScalingAutoScalingGroupMemoryMiBRequest;
|
53
|
+
NetworkBandwidthGbps?: AutoScalingAutoScalingGroupNetworkBandwidthGbpsRequest;
|
54
|
+
NetworkInterfaceCount?: AutoScalingAutoScalingGroupNetworkInterfaceCountRequest;
|
55
|
+
OnDemandMaxPricePercentageOverLowestPrice?: number;
|
56
|
+
RequireHibernateSupport?: boolean;
|
57
|
+
SpotMaxPricePercentageOverLowestPrice?: number;
|
59
58
|
TotalLocalStorageGB?: AutoScalingAutoScalingGroupTotalLocalStorageGBRequest;
|
59
|
+
VCpuCount?: AutoScalingAutoScalingGroupVCpuCountRequest;
|
60
60
|
}
|
61
61
|
/**
|
62
62
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.InstancesDistribution
|
63
63
|
*
|
64
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
64
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancesdistribution.html | AWS::AutoScaling::AutoScalingGroup.InstancesDistribution}
|
65
65
|
*/
|
66
66
|
export interface AutoScalingAutoScalingGroupInstancesDistribution {
|
67
67
|
OnDemandAllocationStrategy?: string;
|
68
68
|
OnDemandBaseCapacity?: number;
|
69
69
|
OnDemandPercentageAboveBaseCapacity?: number;
|
70
|
-
SpotInstancePools?: number;
|
71
70
|
SpotAllocationStrategy?: string;
|
71
|
+
SpotInstancePools?: number;
|
72
72
|
SpotMaxPrice?: string;
|
73
73
|
}
|
74
74
|
/**
|
75
75
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.LaunchTemplate
|
76
76
|
*
|
77
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
77
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-launchtemplate.html | AWS::AutoScaling::AutoScalingGroup.LaunchTemplate}
|
78
78
|
*/
|
79
79
|
export interface AutoScalingAutoScalingGroupLaunchTemplate {
|
80
80
|
LaunchTemplateSpecification: AutoScalingAutoScalingGroupLaunchTemplateSpecification;
|
@@ -83,13 +83,13 @@ export interface AutoScalingAutoScalingGroupLaunchTemplate {
|
|
83
83
|
/**
|
84
84
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.LaunchTemplateOverrides
|
85
85
|
*
|
86
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
86
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-launchtemplateoverrides.html | AWS::AutoScaling::AutoScalingGroup.LaunchTemplateOverrides}
|
87
87
|
*/
|
88
88
|
export interface AutoScalingAutoScalingGroupLaunchTemplateOverrides {
|
89
|
-
LaunchTemplateSpecification?: AutoScalingAutoScalingGroupLaunchTemplateSpecification;
|
90
|
-
WeightedCapacity?: string;
|
91
89
|
InstanceRequirements?: AutoScalingAutoScalingGroupInstanceRequirements;
|
92
90
|
InstanceType?: string;
|
91
|
+
LaunchTemplateSpecification?: AutoScalingAutoScalingGroupLaunchTemplateSpecification;
|
92
|
+
WeightedCapacity?: string;
|
93
93
|
}
|
94
94
|
/**
|
95
95
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.LaunchTemplateSpecification
|
@@ -97,9 +97,9 @@ export interface AutoScalingAutoScalingGroupLaunchTemplateOverrides {
|
|
97
97
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplatespecification.html | AWS::AutoScaling::AutoScalingGroup.LaunchTemplateSpecification}
|
98
98
|
*/
|
99
99
|
export interface AutoScalingAutoScalingGroupLaunchTemplateSpecification {
|
100
|
+
LaunchTemplateId?: string;
|
100
101
|
LaunchTemplateName?: string;
|
101
102
|
Version: string;
|
102
|
-
LaunchTemplateId?: string;
|
103
103
|
}
|
104
104
|
/**
|
105
105
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.LifecycleHookSpecification
|
@@ -107,11 +107,11 @@ export interface AutoScalingAutoScalingGroupLaunchTemplateSpecification {
|
|
107
107
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-lifecyclehookspecification.html | AWS::AutoScaling::AutoScalingGroup.LifecycleHookSpecification}
|
108
108
|
*/
|
109
109
|
export interface AutoScalingAutoScalingGroupLifecycleHookSpecification {
|
110
|
+
DefaultResult?: string;
|
111
|
+
HeartbeatTimeout?: number;
|
110
112
|
LifecycleHookName: string;
|
111
113
|
LifecycleTransition: string;
|
112
|
-
HeartbeatTimeout?: number;
|
113
114
|
NotificationMetadata?: string;
|
114
|
-
DefaultResult?: string;
|
115
115
|
NotificationTargetARN?: string;
|
116
116
|
RoleARN?: string;
|
117
117
|
}
|
@@ -121,8 +121,8 @@ export interface AutoScalingAutoScalingGroupLifecycleHookSpecification {
|
|
121
121
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-memorygibpervcpurequest.html | AWS::AutoScaling::AutoScalingGroup.MemoryGiBPerVCpuRequest}
|
122
122
|
*/
|
123
123
|
export interface AutoScalingAutoScalingGroupMemoryGiBPerVCpuRequest {
|
124
|
-
Min?: number;
|
125
124
|
Max?: number;
|
125
|
+
Min?: number;
|
126
126
|
}
|
127
127
|
/**
|
128
128
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.MemoryMiBRequest
|
@@ -130,22 +130,22 @@ export interface AutoScalingAutoScalingGroupMemoryGiBPerVCpuRequest {
|
|
130
130
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-memorymibrequest.html | AWS::AutoScaling::AutoScalingGroup.MemoryMiBRequest}
|
131
131
|
*/
|
132
132
|
export interface AutoScalingAutoScalingGroupMemoryMiBRequest {
|
133
|
-
Min?: number;
|
134
133
|
Max?: number;
|
134
|
+
Min?: number;
|
135
135
|
}
|
136
136
|
/**
|
137
137
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.MetricsCollection
|
138
138
|
*
|
139
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-
|
139
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-metricscollection.html | AWS::AutoScaling::AutoScalingGroup.MetricsCollection}
|
140
140
|
*/
|
141
141
|
export interface AutoScalingAutoScalingGroupMetricsCollection {
|
142
|
-
Metrics?: any[];
|
143
142
|
Granularity: string;
|
143
|
+
Metrics?: any[];
|
144
144
|
}
|
145
145
|
/**
|
146
146
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.MixedInstancesPolicy
|
147
147
|
*
|
148
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
148
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-group-mixedinstancespolicy.html | AWS::AutoScaling::AutoScalingGroup.MixedInstancesPolicy}
|
149
149
|
*/
|
150
150
|
export interface AutoScalingAutoScalingGroupMixedInstancesPolicy {
|
151
151
|
InstancesDistribution?: AutoScalingAutoScalingGroupInstancesDistribution;
|
@@ -157,8 +157,8 @@ export interface AutoScalingAutoScalingGroupMixedInstancesPolicy {
|
|
157
157
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-networkbandwidthgbpsrequest.html | AWS::AutoScaling::AutoScalingGroup.NetworkBandwidthGbpsRequest}
|
158
158
|
*/
|
159
159
|
export interface AutoScalingAutoScalingGroupNetworkBandwidthGbpsRequest {
|
160
|
-
Min?: number;
|
161
160
|
Max?: number;
|
161
|
+
Min?: number;
|
162
162
|
}
|
163
163
|
/**
|
164
164
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.NetworkInterfaceCountRequest
|
@@ -166,27 +166,27 @@ export interface AutoScalingAutoScalingGroupNetworkBandwidthGbpsRequest {
|
|
166
166
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-networkinterfacecountrequest.html | AWS::AutoScaling::AutoScalingGroup.NetworkInterfaceCountRequest}
|
167
167
|
*/
|
168
168
|
export interface AutoScalingAutoScalingGroupNetworkInterfaceCountRequest {
|
169
|
-
Min?: number;
|
170
169
|
Max?: number;
|
170
|
+
Min?: number;
|
171
171
|
}
|
172
172
|
/**
|
173
173
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.NotificationConfiguration
|
174
174
|
*
|
175
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-
|
175
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-notificationconfigurations.html | AWS::AutoScaling::AutoScalingGroup.NotificationConfiguration}
|
176
176
|
*/
|
177
177
|
export interface AutoScalingAutoScalingGroupNotificationConfiguration {
|
178
|
-
TopicARN: any[];
|
179
178
|
NotificationTypes?: any[];
|
179
|
+
TopicARN: string;
|
180
180
|
}
|
181
181
|
/**
|
182
182
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.TagProperty
|
183
183
|
*
|
184
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-
|
184
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-tags.html | AWS::AutoScaling::AutoScalingGroup.TagProperty}
|
185
185
|
*/
|
186
186
|
export interface AutoScalingAutoScalingGroupTagProperty {
|
187
|
-
Value: string;
|
188
187
|
Key: string;
|
189
188
|
PropagateAtLaunch: boolean;
|
189
|
+
Value: string;
|
190
190
|
}
|
191
191
|
/**
|
192
192
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.TotalLocalStorageGBRequest
|
@@ -194,8 +194,8 @@ export interface AutoScalingAutoScalingGroupTagProperty {
|
|
194
194
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-totallocalstoragegbrequest.html | AWS::AutoScaling::AutoScalingGroup.TotalLocalStorageGBRequest}
|
195
195
|
*/
|
196
196
|
export interface AutoScalingAutoScalingGroupTotalLocalStorageGBRequest {
|
197
|
-
Min?: number;
|
198
197
|
Max?: number;
|
198
|
+
Min?: number;
|
199
199
|
}
|
200
200
|
/**
|
201
201
|
* Type definition for AWS::AutoScaling::AutoScalingGroup.VCpuCountRequest
|
@@ -203,8 +203,8 @@ export interface AutoScalingAutoScalingGroupTotalLocalStorageGBRequest {
|
|
203
203
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-vcpucountrequest.html | AWS::AutoScaling::AutoScalingGroup.VCpuCountRequest}
|
204
204
|
*/
|
205
205
|
export interface AutoScalingAutoScalingGroupVCpuCountRequest {
|
206
|
-
Min?: number;
|
207
206
|
Max?: number;
|
207
|
+
Min?: number;
|
208
208
|
}
|
209
209
|
/**
|
210
210
|
* Type definition for AWS::AutoScaling::LaunchConfiguration.BlockDevice
|
@@ -412,46 +412,58 @@ export interface AutoScalingWarmPoolInstanceReusePolicy {
|
|
412
412
|
/**
|
413
413
|
* Type definition for AWS::AutoScaling::AutoScalingGroup
|
414
414
|
*
|
415
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
415
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html | AWS::AutoScaling::AutoScalingGroup}
|
416
416
|
*/
|
417
417
|
export interface AutoScalingAutoScalingGroupProps {
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
TargetGroupARNs?: any[];
|
418
|
+
AutoScalingGroupName?: string;
|
419
|
+
AvailabilityZones?: any[];
|
420
|
+
CapacityRebalance?: boolean;
|
421
|
+
Context?: string;
|
423
422
|
Cooldown?: string;
|
424
|
-
|
423
|
+
DefaultInstanceWarmup?: number;
|
425
424
|
DesiredCapacity?: string;
|
425
|
+
DesiredCapacityType?: string;
|
426
426
|
HealthCheckGracePeriod?: number;
|
427
|
-
|
428
|
-
NewInstancesProtectedFromScaleIn?: boolean;
|
429
|
-
LaunchTemplate?: AutoScalingAutoScalingGroupLaunchTemplateSpecification;
|
430
|
-
MixedInstancesPolicy?: AutoScalingAutoScalingGroupMixedInstancesPolicy;
|
431
|
-
VPCZoneIdentifier?: any[];
|
432
|
-
Tags?: Tag[];
|
433
|
-
Context?: string;
|
434
|
-
CapacityRebalance?: boolean;
|
427
|
+
HealthCheckType?: string;
|
435
428
|
InstanceId?: string;
|
436
|
-
|
437
|
-
|
429
|
+
LaunchConfigurationName?: string;
|
430
|
+
LaunchTemplate?: AutoScalingAutoScalingGroupLaunchTemplateSpecification;
|
431
|
+
LifecycleHookSpecificationList?: any[];
|
432
|
+
LoadBalancerNames?: any[];
|
433
|
+
MaxInstanceLifetime?: number;
|
438
434
|
MaxSize: string;
|
435
|
+
MetricsCollection?: any[];
|
439
436
|
MinSize: string;
|
437
|
+
MixedInstancesPolicy?: AutoScalingAutoScalingGroupMixedInstancesPolicy;
|
438
|
+
NewInstancesProtectedFromScaleIn?: boolean;
|
439
|
+
NotificationConfigurations?: any[];
|
440
|
+
PlacementGroup?: string;
|
441
|
+
ServiceLinkedRoleARN?: string;
|
442
|
+
Tags?: Tag[];
|
443
|
+
TargetGroupARNs?: any[];
|
440
444
|
TerminationPolicies?: any[];
|
441
|
-
|
442
|
-
|
445
|
+
VPCZoneIdentifier?: any[];
|
446
|
+
}
|
447
|
+
/**
|
448
|
+
* Attributes type definition for AWS::AutoScaling::AutoScalingGroup
|
449
|
+
*
|
450
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html | AWS::AutoScaling::AutoScalingGroup}
|
451
|
+
*/
|
452
|
+
export interface AutoScalingAutoScalingGroupAttribs {
|
453
|
+
LaunchConfigurationName?: string;
|
454
|
+
LaunchTemplateSpecification?: string;
|
455
|
+
MixedInstancesPolicy?: string;
|
443
456
|
PlacementGroup?: string;
|
444
|
-
|
445
|
-
MaxInstanceLifetime?: number;
|
457
|
+
VPCZoneIdentifier?: string;
|
446
458
|
}
|
447
459
|
/**
|
448
460
|
* Resource class for AWS::AutoScaling::AutoScalingGroup
|
449
461
|
*
|
450
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
462
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html | AWS::AutoScaling::AutoScalingGroup}
|
451
463
|
*/
|
452
|
-
export declare class AutoScalingAutoScalingGroup extends ResourceBase<"AWS::AutoScaling::AutoScalingGroup", AutoScalingAutoScalingGroupProps,
|
464
|
+
export declare class AutoScalingAutoScalingGroup extends ResourceBase<"AWS::AutoScaling::AutoScalingGroup", AutoScalingAutoScalingGroupProps, AutoScalingAutoScalingGroupAttribs> {
|
453
465
|
static readonly Type = "AWS::AutoScaling::AutoScalingGroup";
|
454
|
-
static readonly AttributeNames:
|
466
|
+
static readonly AttributeNames: readonly (keyof AutoScalingAutoScalingGroupAttribs)[];
|
455
467
|
constructor(logicalId: string, properties: AutoScalingAutoScalingGroupProps, options?: ResourceOptions);
|
456
468
|
}
|
457
469
|
/**
|
@@ -2,7 +2,7 @@ import { ResourceBase } from "../util.js";
|
|
2
2
|
/**
|
3
3
|
* Resource class for AWS::AutoScaling::AutoScalingGroup
|
4
4
|
*
|
5
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
5
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html | AWS::AutoScaling::AutoScalingGroup}
|
6
6
|
*/
|
7
7
|
class AutoScalingAutoScalingGroup extends ResourceBase {
|
8
8
|
constructor(logicalId, properties, options) {
|
@@ -10,7 +10,13 @@ class AutoScalingAutoScalingGroup extends ResourceBase {
|
|
10
10
|
}
|
11
11
|
}
|
12
12
|
AutoScalingAutoScalingGroup.Type = "AWS::AutoScaling::AutoScalingGroup";
|
13
|
-
AutoScalingAutoScalingGroup.AttributeNames = [
|
13
|
+
AutoScalingAutoScalingGroup.AttributeNames = [
|
14
|
+
"LaunchConfigurationName",
|
15
|
+
"LaunchTemplateSpecification",
|
16
|
+
"MixedInstancesPolicy",
|
17
|
+
"PlacementGroup",
|
18
|
+
"VPCZoneIdentifier",
|
19
|
+
];
|
14
20
|
export { AutoScalingAutoScalingGroup };
|
15
21
|
/**
|
16
22
|
* Resource class for AWS::AutoScaling::LaunchConfiguration
|
@@ -51,13 +51,13 @@ export interface CodeBuildProjectCloudWatchLogsConfig {
|
|
51
51
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html | AWS::CodeBuild::Project.Environment}
|
52
52
|
*/
|
53
53
|
export interface CodeBuildProjectEnvironment {
|
54
|
-
Type
|
54
|
+
Type?: string;
|
55
55
|
EnvironmentVariables?: any[];
|
56
56
|
PrivilegedMode?: boolean;
|
57
57
|
ImagePullCredentialsType?: string;
|
58
58
|
Image: string;
|
59
59
|
RegistryCredential?: CodeBuildProjectRegistryCredential;
|
60
|
-
ComputeType
|
60
|
+
ComputeType?: string;
|
61
61
|
Certificate?: string;
|
62
62
|
}
|
63
63
|
/**
|
@@ -127,6 +127,14 @@ export interface CodeBuildProjectProjectFileSystemLocation {
|
|
127
127
|
MountOptions?: string;
|
128
128
|
Location: string;
|
129
129
|
}
|
130
|
+
/**
|
131
|
+
* Type definition for AWS::CodeBuild::Project.ProjectFleet
|
132
|
+
*
|
133
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectfleet.html | AWS::CodeBuild::Project.ProjectFleet}
|
134
|
+
*/
|
135
|
+
export interface CodeBuildProjectProjectFleet {
|
136
|
+
FleetArn?: string;
|
137
|
+
}
|
130
138
|
/**
|
131
139
|
* Type definition for AWS::CodeBuild::Project.ProjectSourceVersion
|
132
140
|
*
|
@@ -33,6 +33,7 @@ export interface DLMLifecyclePolicyArchiveRule {
|
|
33
33
|
*/
|
34
34
|
export interface DLMLifecyclePolicyCreateRule {
|
35
35
|
IntervalUnit?: string;
|
36
|
+
Scripts?: any[];
|
36
37
|
Times?: any[];
|
37
38
|
CronExpression?: string;
|
38
39
|
Interval?: number;
|
@@ -192,6 +193,19 @@ export interface DLMLifecyclePolicySchedule {
|
|
192
193
|
Name?: string;
|
193
194
|
CopyTags?: boolean;
|
194
195
|
}
|
196
|
+
/**
|
197
|
+
* Type definition for AWS::DLM::LifecyclePolicy.Script
|
198
|
+
*
|
199
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-script.html | AWS::DLM::LifecyclePolicy.Script}
|
200
|
+
*/
|
201
|
+
export interface DLMLifecyclePolicyScript {
|
202
|
+
ExecutionHandlerService?: string;
|
203
|
+
ExecutionTimeout?: number;
|
204
|
+
Stages?: any[];
|
205
|
+
ExecutionHandler?: string;
|
206
|
+
MaximumRetryCount?: number;
|
207
|
+
ExecuteOperationOnScriptFailure?: boolean;
|
208
|
+
}
|
195
209
|
/**
|
196
210
|
* Type definition for AWS::DLM::LifecyclePolicy.ShareRule
|
197
211
|
*
|
@@ -2410,6 +2410,7 @@ export declare class EC2Host extends ResourceBase<"AWS::EC2::Host", EC2HostProps
|
|
2410
2410
|
*/
|
2411
2411
|
export interface EC2IPAMProps {
|
2412
2412
|
Description?: string;
|
2413
|
+
Tier?: string;
|
2413
2414
|
Tags?: Tag[];
|
2414
2415
|
OperatingRegions?: any[];
|
2415
2416
|
}
|
@@ -3551,15 +3552,17 @@ export declare class EC2SpotFleet extends ResourceBase<"AWS::EC2::SpotFleet", EC
|
|
3551
3552
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html | AWS::EC2::Subnet}
|
3552
3553
|
*/
|
3553
3554
|
export interface EC2SubnetProps {
|
3554
|
-
AssignIpv6AddressOnCreation?: boolean;
|
3555
3555
|
MapPublicIpOnLaunch?: boolean;
|
3556
3556
|
EnableDns64?: boolean;
|
3557
|
-
VpcId: string;
|
3558
3557
|
AvailabilityZoneId?: string;
|
3559
3558
|
OutpostArn?: string;
|
3560
|
-
PrivateDnsNameOptionsOnLaunch?: EC2SubnetPrivateDnsNameOptionsOnLaunch;
|
3561
3559
|
AvailabilityZone?: string;
|
3562
3560
|
CidrBlock?: string;
|
3561
|
+
Ipv6NetmaskLength?: number;
|
3562
|
+
AssignIpv6AddressOnCreation?: boolean;
|
3563
|
+
VpcId: string;
|
3564
|
+
Ipv4NetmaskLength?: number;
|
3565
|
+
PrivateDnsNameOptionsOnLaunch?: EC2SubnetPrivateDnsNameOptionsOnLaunch;
|
3563
3566
|
Ipv6Native?: boolean;
|
3564
3567
|
Ipv6CidrBlock?: string;
|
3565
3568
|
Tags?: Tag[];
|
@@ -4345,21 +4348,29 @@ export declare class EC2VPCEndpointServicePermissions extends ResourceBase<"AWS:
|
|
4345
4348
|
/**
|
4346
4349
|
* Type definition for AWS::EC2::VPCGatewayAttachment
|
4347
4350
|
*
|
4348
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-
|
4351
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcgatewayattachment.html | AWS::EC2::VPCGatewayAttachment}
|
4349
4352
|
*/
|
4350
4353
|
export interface EC2VPCGatewayAttachmentProps {
|
4351
4354
|
InternetGatewayId?: string;
|
4352
4355
|
VpcId: string;
|
4353
4356
|
VpnGatewayId?: string;
|
4354
4357
|
}
|
4358
|
+
/**
|
4359
|
+
* Attributes type definition for AWS::EC2::VPCGatewayAttachment
|
4360
|
+
*
|
4361
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcgatewayattachment.html | AWS::EC2::VPCGatewayAttachment}
|
4362
|
+
*/
|
4363
|
+
export interface EC2VPCGatewayAttachmentAttribs {
|
4364
|
+
AttachmentType?: string;
|
4365
|
+
}
|
4355
4366
|
/**
|
4356
4367
|
* Resource class for AWS::EC2::VPCGatewayAttachment
|
4357
4368
|
*
|
4358
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-
|
4369
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcgatewayattachment.html | AWS::EC2::VPCGatewayAttachment}
|
4359
4370
|
*/
|
4360
|
-
export declare class EC2VPCGatewayAttachment extends ResourceBase<"AWS::EC2::VPCGatewayAttachment", EC2VPCGatewayAttachmentProps,
|
4371
|
+
export declare class EC2VPCGatewayAttachment extends ResourceBase<"AWS::EC2::VPCGatewayAttachment", EC2VPCGatewayAttachmentProps, EC2VPCGatewayAttachmentAttribs> {
|
4361
4372
|
static readonly Type = "AWS::EC2::VPCGatewayAttachment";
|
4362
|
-
static readonly AttributeNames:
|
4373
|
+
static readonly AttributeNames: readonly (keyof EC2VPCGatewayAttachmentAttribs)[];
|
4363
4374
|
constructor(logicalId: string, properties: EC2VPCGatewayAttachmentProps, options?: ResourceOptions);
|
4364
4375
|
}
|
4365
4376
|
/**
|
@@ -1193,7 +1193,7 @@ export { EC2VPCEndpointServicePermissions };
|
|
1193
1193
|
/**
|
1194
1194
|
* Resource class for AWS::EC2::VPCGatewayAttachment
|
1195
1195
|
*
|
1196
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-
|
1196
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcgatewayattachment.html | AWS::EC2::VPCGatewayAttachment}
|
1197
1197
|
*/
|
1198
1198
|
class EC2VPCGatewayAttachment extends ResourceBase {
|
1199
1199
|
constructor(logicalId, properties, options) {
|
@@ -1201,7 +1201,7 @@ class EC2VPCGatewayAttachment extends ResourceBase {
|
|
1201
1201
|
}
|
1202
1202
|
}
|
1203
1203
|
EC2VPCGatewayAttachment.Type = "AWS::EC2::VPCGatewayAttachment";
|
1204
|
-
EC2VPCGatewayAttachment.AttributeNames = [];
|
1204
|
+
EC2VPCGatewayAttachment.AttributeNames = ["AttachmentType"];
|
1205
1205
|
export { EC2VPCGatewayAttachment };
|
1206
1206
|
/**
|
1207
1207
|
* Resource class for AWS::EC2::VPCPeeringConnection
|
@@ -18,6 +18,16 @@ export interface EMRServerlessApplicationAutoStopConfiguration {
|
|
18
18
|
Enabled?: boolean;
|
19
19
|
IdleTimeoutMinutes?: number;
|
20
20
|
}
|
21
|
+
/**
|
22
|
+
* Type definition for AWS::EMRServerless::Application.ConfigurationObject
|
23
|
+
*
|
24
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-configurationobject.html | AWS::EMRServerless::Application.ConfigurationObject}
|
25
|
+
*/
|
26
|
+
export interface EMRServerlessApplicationConfigurationObject {
|
27
|
+
Classification: string;
|
28
|
+
Properties?: Record<string, any>;
|
29
|
+
Configurations?: any[];
|
30
|
+
}
|
21
31
|
/**
|
22
32
|
* Type definition for AWS::EMRServerless::Application.ImageConfigurationInput
|
23
33
|
*
|
@@ -44,6 +54,15 @@ export interface EMRServerlessApplicationInitialCapacityConfigKeyValuePair {
|
|
44
54
|
Value: EMRServerlessApplicationInitialCapacityConfig;
|
45
55
|
Key: string;
|
46
56
|
}
|
57
|
+
/**
|
58
|
+
* Type definition for AWS::EMRServerless::Application.ManagedPersistenceMonitoringConfiguration
|
59
|
+
*
|
60
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-managedpersistencemonitoringconfiguration.html | AWS::EMRServerless::Application.ManagedPersistenceMonitoringConfiguration}
|
61
|
+
*/
|
62
|
+
export interface EMRServerlessApplicationManagedPersistenceMonitoringConfiguration {
|
63
|
+
EncryptionKeyArn?: string;
|
64
|
+
Enabled?: boolean;
|
65
|
+
}
|
47
66
|
/**
|
48
67
|
* Type definition for AWS::EMRServerless::Application.MaximumAllowedResources
|
49
68
|
*
|
@@ -54,6 +73,15 @@ export interface EMRServerlessApplicationMaximumAllowedResources {
|
|
54
73
|
Cpu: string;
|
55
74
|
Disk?: string;
|
56
75
|
}
|
76
|
+
/**
|
77
|
+
* Type definition for AWS::EMRServerless::Application.MonitoringConfiguration
|
78
|
+
*
|
79
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-monitoringconfiguration.html | AWS::EMRServerless::Application.MonitoringConfiguration}
|
80
|
+
*/
|
81
|
+
export interface EMRServerlessApplicationMonitoringConfiguration {
|
82
|
+
S3MonitoringConfiguration?: EMRServerlessApplicationS3MonitoringConfiguration;
|
83
|
+
ManagedPersistenceMonitoringConfiguration?: EMRServerlessApplicationManagedPersistenceMonitoringConfiguration;
|
84
|
+
}
|
57
85
|
/**
|
58
86
|
* Type definition for AWS::EMRServerless::Application.NetworkConfiguration
|
59
87
|
*
|
@@ -63,6 +91,15 @@ export interface EMRServerlessApplicationNetworkConfiguration {
|
|
63
91
|
SubnetIds?: any[];
|
64
92
|
SecurityGroupIds?: any[];
|
65
93
|
}
|
94
|
+
/**
|
95
|
+
* Type definition for AWS::EMRServerless::Application.S3MonitoringConfiguration
|
96
|
+
*
|
97
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-s3monitoringconfiguration.html | AWS::EMRServerless::Application.S3MonitoringConfiguration}
|
98
|
+
*/
|
99
|
+
export interface EMRServerlessApplicationS3MonitoringConfiguration {
|
100
|
+
LogUri?: string;
|
101
|
+
EncryptionKeyArn?: string;
|
102
|
+
}
|
66
103
|
/**
|
67
104
|
* Type definition for AWS::EMRServerless::Application.WorkerConfiguration
|
68
105
|
*
|
@@ -88,17 +125,19 @@ export interface EMRServerlessApplicationWorkerTypeSpecificationInput {
|
|
88
125
|
*/
|
89
126
|
export interface EMRServerlessApplicationProps {
|
90
127
|
AutoStartConfiguration?: EMRServerlessApplicationAutoStartConfiguration;
|
91
|
-
Type: string;
|
92
128
|
Architecture?: string;
|
93
129
|
WorkerTypeSpecifications?: Record<string, any>;
|
94
|
-
|
95
|
-
ImageConfiguration?: EMRServerlessApplicationImageConfigurationInput;
|
130
|
+
MonitoringConfiguration?: EMRServerlessApplicationMonitoringConfiguration;
|
96
131
|
MaximumCapacity?: EMRServerlessApplicationMaximumAllowedResources;
|
97
132
|
AutoStopConfiguration?: EMRServerlessApplicationAutoStopConfiguration;
|
133
|
+
RuntimeConfiguration?: any[];
|
134
|
+
Name?: string;
|
135
|
+
Type: string;
|
136
|
+
InitialCapacity?: any[];
|
137
|
+
ImageConfiguration?: EMRServerlessApplicationImageConfigurationInput;
|
98
138
|
NetworkConfiguration?: EMRServerlessApplicationNetworkConfiguration;
|
99
139
|
ReleaseLabel: string;
|
100
140
|
Tags?: Tag[];
|
101
|
-
Name?: string;
|
102
141
|
}
|
103
142
|
/**
|
104
143
|
* Attributes type definition for AWS::EMRServerless::Application
|
@@ -36,5 +36,5 @@ class EntityResolutionSchemaMapping extends ResourceBase {
|
|
36
36
|
}
|
37
37
|
}
|
38
38
|
EntityResolutionSchemaMapping.Type = "AWS::EntityResolution::SchemaMapping";
|
39
|
-
EntityResolutionSchemaMapping.AttributeNames = ["CreatedAt", "UpdatedAt", "SchemaArn"];
|
39
|
+
EntityResolutionSchemaMapping.AttributeNames = ["CreatedAt", "HasWorkflows", "UpdatedAt", "SchemaArn"];
|
40
40
|
export { EntityResolutionSchemaMapping };
|
@@ -25,17 +25,17 @@ export interface IAMRolePolicy {
|
|
25
25
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-loginprofile.html | AWS::IAM::User.LoginProfile}
|
26
26
|
*/
|
27
27
|
export interface IAMUserLoginProfile {
|
28
|
-
Password: string;
|
29
28
|
PasswordResetRequired?: boolean;
|
29
|
+
Password: string;
|
30
30
|
}
|
31
31
|
/**
|
32
32
|
* Type definition for AWS::IAM::User.Policy
|
33
33
|
*
|
34
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html | AWS::IAM::User.Policy}
|
34
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user-policy.html | AWS::IAM::User.Policy}
|
35
35
|
*/
|
36
36
|
export interface IAMUserPolicy {
|
37
|
-
PolicyDocument: object;
|
38
37
|
PolicyName: string;
|
38
|
+
PolicyDocument: object;
|
39
39
|
}
|
40
40
|
/**
|
41
41
|
* Type definition for AWS::IAM::AccessKey
|
@@ -385,22 +385,22 @@ export declare class IAMServiceLinkedRole extends ResourceBase<"AWS::IAM::Servic
|
|
385
385
|
/**
|
386
386
|
* Type definition for AWS::IAM::User
|
387
387
|
*
|
388
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
388
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html | AWS::IAM::User}
|
389
389
|
*/
|
390
390
|
export interface IAMUserProps {
|
391
|
-
Groups?: any[];
|
392
|
-
LoginProfile?: IAMUserLoginProfile;
|
393
|
-
ManagedPolicyArns?: any[];
|
394
391
|
Path?: string;
|
395
|
-
|
392
|
+
ManagedPolicyArns?: any[];
|
396
393
|
Policies?: any[];
|
397
|
-
Tags?: Tag[];
|
398
394
|
UserName?: string;
|
395
|
+
Groups?: any[];
|
396
|
+
LoginProfile?: IAMUserLoginProfile;
|
397
|
+
Tags?: Tag[];
|
398
|
+
PermissionsBoundary?: string;
|
399
399
|
}
|
400
400
|
/**
|
401
401
|
* Attributes type definition for AWS::IAM::User
|
402
402
|
*
|
403
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
403
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html | AWS::IAM::User}
|
404
404
|
*/
|
405
405
|
export interface IAMUserAttribs {
|
406
406
|
Arn?: string;
|
@@ -408,7 +408,7 @@ export interface IAMUserAttribs {
|
|
408
408
|
/**
|
409
409
|
* Resource class for AWS::IAM::User
|
410
410
|
*
|
411
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
411
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html | AWS::IAM::User}
|
412
412
|
*/
|
413
413
|
export declare class IAMUser extends ResourceBase<"AWS::IAM::User", IAMUserProps, IAMUserAttribs> {
|
414
414
|
static readonly Type = "AWS::IAM::User";
|
@@ -174,7 +174,7 @@ export { IAMServiceLinkedRole };
|
|
174
174
|
/**
|
175
175
|
* Resource class for AWS::IAM::User
|
176
176
|
*
|
177
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
177
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html | AWS::IAM::User}
|
178
178
|
*/
|
179
179
|
class IAMUser extends ResourceBase {
|
180
180
|
constructor(logicalId, properties, options) {
|
@@ -599,6 +599,7 @@ export interface S3MultiRegionAccessPointPolicyPolicyStatus {
|
|
599
599
|
*/
|
600
600
|
export interface S3StorageLensAccountLevel {
|
601
601
|
AdvancedDataProtectionMetrics?: S3StorageLensAdvancedDataProtectionMetrics;
|
602
|
+
StorageLensGroupLevel?: S3StorageLensStorageLensGroupLevel;
|
602
603
|
ActivityMetrics?: S3StorageLensActivityMetrics;
|
603
604
|
BucketLevel: S3StorageLensBucketLevel;
|
604
605
|
AdvancedCostOptimizationMetrics?: S3StorageLensAdvancedCostOptimizationMetrics;
|
@@ -754,6 +755,23 @@ export interface S3StorageLensStorageLensConfiguration {
|
|
754
755
|
StorageLensArn?: string;
|
755
756
|
DataExport?: S3StorageLensDataExport;
|
756
757
|
}
|
758
|
+
/**
|
759
|
+
* Type definition for AWS::S3::StorageLens.StorageLensGroupLevel
|
760
|
+
*
|
761
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelensgrouplevel.html | AWS::S3::StorageLens.StorageLensGroupLevel}
|
762
|
+
*/
|
763
|
+
export interface S3StorageLensStorageLensGroupLevel {
|
764
|
+
StorageLensGroupSelectionCriteria?: S3StorageLensStorageLensGroupSelectionCriteria;
|
765
|
+
}
|
766
|
+
/**
|
767
|
+
* Type definition for AWS::S3::StorageLens.StorageLensGroupSelectionCriteria
|
768
|
+
*
|
769
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelensgroupselectioncriteria.html | AWS::S3::StorageLens.StorageLensGroupSelectionCriteria}
|
770
|
+
*/
|
771
|
+
export interface S3StorageLensStorageLensGroupSelectionCriteria {
|
772
|
+
Exclude?: any[];
|
773
|
+
Include?: any[];
|
774
|
+
}
|
757
775
|
/**
|
758
776
|
* Type definition for AWS::S3::AccessPoint
|
759
777
|
*
|
@@ -77,7 +77,6 @@ export interface ServiceCatalogAppRegistryAttributeGroupAssociationProps {
|
|
77
77
|
export interface ServiceCatalogAppRegistryAttributeGroupAssociationAttribs {
|
78
78
|
ApplicationArn?: string;
|
79
79
|
AttributeGroupArn?: string;
|
80
|
-
Id?: string;
|
81
80
|
}
|
82
81
|
/**
|
83
82
|
* Resource class for AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation
|
@@ -107,7 +106,6 @@ export interface ServiceCatalogAppRegistryResourceAssociationProps {
|
|
107
106
|
export interface ServiceCatalogAppRegistryResourceAssociationAttribs {
|
108
107
|
ResourceArn?: string;
|
109
108
|
ApplicationArn?: string;
|
110
|
-
Id?: string;
|
111
109
|
}
|
112
110
|
/**
|
113
111
|
* Resource class for AWS::ServiceCatalogAppRegistry::ResourceAssociation
|
@@ -36,7 +36,7 @@ class ServiceCatalogAppRegistryAttributeGroupAssociation extends ResourceBase {
|
|
36
36
|
}
|
37
37
|
}
|
38
38
|
ServiceCatalogAppRegistryAttributeGroupAssociation.Type = "AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation";
|
39
|
-
ServiceCatalogAppRegistryAttributeGroupAssociation.AttributeNames = ["ApplicationArn", "AttributeGroupArn"
|
39
|
+
ServiceCatalogAppRegistryAttributeGroupAssociation.AttributeNames = ["ApplicationArn", "AttributeGroupArn"];
|
40
40
|
export { ServiceCatalogAppRegistryAttributeGroupAssociation };
|
41
41
|
/**
|
42
42
|
* Resource class for AWS::ServiceCatalogAppRegistry::ResourceAssociation
|
@@ -49,5 +49,5 @@ class ServiceCatalogAppRegistryResourceAssociation extends ResourceBase {
|
|
49
49
|
}
|
50
50
|
}
|
51
51
|
ServiceCatalogAppRegistryResourceAssociation.Type = "AWS::ServiceCatalogAppRegistry::ResourceAssociation";
|
52
|
-
ServiceCatalogAppRegistryResourceAssociation.AttributeNames = ["ResourceArn", "ApplicationArn"
|
52
|
+
ServiceCatalogAppRegistryResourceAssociation.AttributeNames = ["ResourceArn", "ApplicationArn"];
|
53
53
|
export { ServiceCatalogAppRegistryResourceAssociation };
|
@@ -26,6 +26,77 @@ export interface TransferConnectorSftpConfig {
|
|
26
26
|
TrustedHostKeys?: any[];
|
27
27
|
UserSecretId?: string;
|
28
28
|
}
|
29
|
+
/**
|
30
|
+
* Type definition for AWS::Transfer::Server.As2Transport
|
31
|
+
*
|
32
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-as2transport.html | AWS::Transfer::Server.As2Transport}
|
33
|
+
*/
|
34
|
+
export type TransferServerAs2Transport = string;
|
35
|
+
/**
|
36
|
+
* Type definition for AWS::Transfer::Server.EndpointDetails
|
37
|
+
*
|
38
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html | AWS::Transfer::Server.EndpointDetails}
|
39
|
+
*/
|
40
|
+
export interface TransferServerEndpointDetails {
|
41
|
+
AddressAllocationIds?: any[];
|
42
|
+
VpcId?: string;
|
43
|
+
VpcEndpointId?: string;
|
44
|
+
SecurityGroupIds?: any[];
|
45
|
+
SubnetIds?: any[];
|
46
|
+
}
|
47
|
+
/**
|
48
|
+
* Type definition for AWS::Transfer::Server.IdentityProviderDetails
|
49
|
+
*
|
50
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html | AWS::Transfer::Server.IdentityProviderDetails}
|
51
|
+
*/
|
52
|
+
export interface TransferServerIdentityProviderDetails {
|
53
|
+
Function?: string;
|
54
|
+
DirectoryId?: string;
|
55
|
+
InvocationRole?: string;
|
56
|
+
Url?: string;
|
57
|
+
SftpAuthenticationMethods?: string;
|
58
|
+
}
|
59
|
+
/**
|
60
|
+
* Type definition for AWS::Transfer::Server.Protocol
|
61
|
+
*
|
62
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-protocol.html | AWS::Transfer::Server.Protocol}
|
63
|
+
*/
|
64
|
+
export type TransferServerProtocol = string;
|
65
|
+
/**
|
66
|
+
* Type definition for AWS::Transfer::Server.ProtocolDetails
|
67
|
+
*
|
68
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-protocoldetails.html | AWS::Transfer::Server.ProtocolDetails}
|
69
|
+
*/
|
70
|
+
export interface TransferServerProtocolDetails {
|
71
|
+
As2Transports?: any[];
|
72
|
+
PassiveIp?: string;
|
73
|
+
SetStatOption?: string;
|
74
|
+
TlsSessionResumptionMode?: string;
|
75
|
+
}
|
76
|
+
/**
|
77
|
+
* Type definition for AWS::Transfer::Server.StructuredLogDestination
|
78
|
+
*
|
79
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-structuredlogdestination.html | AWS::Transfer::Server.StructuredLogDestination}
|
80
|
+
*/
|
81
|
+
export type TransferServerStructuredLogDestination = string;
|
82
|
+
/**
|
83
|
+
* Type definition for AWS::Transfer::Server.WorkflowDetail
|
84
|
+
*
|
85
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-workflowdetail.html | AWS::Transfer::Server.WorkflowDetail}
|
86
|
+
*/
|
87
|
+
export interface TransferServerWorkflowDetail {
|
88
|
+
WorkflowId: string;
|
89
|
+
ExecutionRole: string;
|
90
|
+
}
|
91
|
+
/**
|
92
|
+
* Type definition for AWS::Transfer::Server.WorkflowDetails
|
93
|
+
*
|
94
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-workflowdetails.html | AWS::Transfer::Server.WorkflowDetails}
|
95
|
+
*/
|
96
|
+
export interface TransferServerWorkflowDetails {
|
97
|
+
OnUpload?: any[];
|
98
|
+
OnPartialUpload?: any[];
|
99
|
+
}
|
29
100
|
/**
|
30
101
|
* Type definition for AWS::Transfer::User.HomeDirectoryMapEntry
|
31
102
|
*
|
@@ -296,6 +367,47 @@ export declare class TransferProfile extends ResourceBase<"AWS::Transfer::Profil
|
|
296
367
|
static readonly AttributeNames: readonly (keyof TransferProfileAttribs)[];
|
297
368
|
constructor(logicalId: string, properties: TransferProfileProps, options?: ResourceOptions);
|
298
369
|
}
|
370
|
+
/**
|
371
|
+
* Type definition for AWS::Transfer::Server
|
372
|
+
*
|
373
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | AWS::Transfer::Server}
|
374
|
+
*/
|
375
|
+
export interface TransferServerProps {
|
376
|
+
LoggingRole?: string;
|
377
|
+
Protocols?: any[];
|
378
|
+
IdentityProviderDetails?: TransferServerIdentityProviderDetails;
|
379
|
+
EndpointDetails?: TransferServerEndpointDetails;
|
380
|
+
StructuredLogDestinations?: any[];
|
381
|
+
PreAuthenticationLoginBanner?: string;
|
382
|
+
PostAuthenticationLoginBanner?: string;
|
383
|
+
EndpointType?: string;
|
384
|
+
SecurityPolicyName?: string;
|
385
|
+
ProtocolDetails?: TransferServerProtocolDetails;
|
386
|
+
WorkflowDetails?: TransferServerWorkflowDetails;
|
387
|
+
Domain?: string;
|
388
|
+
IdentityProviderType?: string;
|
389
|
+
Tags?: Tag[];
|
390
|
+
Certificate?: string;
|
391
|
+
}
|
392
|
+
/**
|
393
|
+
* Attributes type definition for AWS::Transfer::Server
|
394
|
+
*
|
395
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | AWS::Transfer::Server}
|
396
|
+
*/
|
397
|
+
export interface TransferServerAttribs {
|
398
|
+
ServerId?: string;
|
399
|
+
Arn?: string;
|
400
|
+
}
|
401
|
+
/**
|
402
|
+
* Resource class for AWS::Transfer::Server
|
403
|
+
*
|
404
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | AWS::Transfer::Server}
|
405
|
+
*/
|
406
|
+
export declare class TransferServer extends ResourceBase<"AWS::Transfer::Server", TransferServerProps, TransferServerAttribs> {
|
407
|
+
static readonly Type = "AWS::Transfer::Server";
|
408
|
+
static readonly AttributeNames: readonly (keyof TransferServerAttribs)[];
|
409
|
+
constructor(logicalId: string, properties: TransferServerProps, options?: ResourceOptions);
|
410
|
+
}
|
299
411
|
/**
|
300
412
|
* Type definition for AWS::Transfer::User
|
301
413
|
*
|
@@ -59,6 +59,19 @@ class TransferProfile extends ResourceBase {
|
|
59
59
|
TransferProfile.Type = "AWS::Transfer::Profile";
|
60
60
|
TransferProfile.AttributeNames = ["ProfileId", "Arn"];
|
61
61
|
export { TransferProfile };
|
62
|
+
/**
|
63
|
+
* Resource class for AWS::Transfer::Server
|
64
|
+
*
|
65
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | AWS::Transfer::Server}
|
66
|
+
*/
|
67
|
+
class TransferServer extends ResourceBase {
|
68
|
+
constructor(logicalId, properties, options) {
|
69
|
+
super(TransferServer.Type, TransferServer.AttributeNames, logicalId, properties, options);
|
70
|
+
}
|
71
|
+
}
|
72
|
+
TransferServer.Type = "AWS::Transfer::Server";
|
73
|
+
TransferServer.AttributeNames = ["ServerId", "Arn"];
|
74
|
+
export { TransferServer };
|
62
75
|
/**
|
63
76
|
* Resource class for AWS::Transfer::User
|
64
77
|
*
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@awboost/cfntypes",
|
3
|
-
"version": "1.0.0-beta.
|
3
|
+
"version": "1.0.0-beta.67",
|
4
4
|
"private": false,
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -43,5 +43,5 @@
|
|
43
43
|
"scripts": {
|
44
44
|
"lint": "eslint src/ --ext=ts"
|
45
45
|
},
|
46
|
-
"awsResourceSpecificationVersion": "
|
46
|
+
"awsResourceSpecificationVersion": "147.0.0"
|
47
47
|
}
|
@@ -1,123 +0,0 @@
|
|
1
|
-
import { ResourceBase } from "../util.js";
|
2
|
-
import { ResourceOptions } from "../template.js";
|
3
|
-
import { Tag } from "./core.js";
|
4
|
-
/**
|
5
|
-
* Type definition for Dev::Transfer::Server.As2Transport
|
6
|
-
*
|
7
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-as2transport.html | Dev::Transfer::Server.As2Transport}
|
8
|
-
*/
|
9
|
-
export type DevTransferServerAs2Transport = string;
|
10
|
-
/**
|
11
|
-
* Type definition for Dev::Transfer::Server.EndpointDetails
|
12
|
-
*
|
13
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html | Dev::Transfer::Server.EndpointDetails}
|
14
|
-
*/
|
15
|
-
export interface DevTransferServerEndpointDetails {
|
16
|
-
AddressAllocationIds?: any[];
|
17
|
-
VpcId?: string;
|
18
|
-
VpcEndpointId?: string;
|
19
|
-
SecurityGroupIds?: any[];
|
20
|
-
SubnetIds?: any[];
|
21
|
-
}
|
22
|
-
/**
|
23
|
-
* Type definition for Dev::Transfer::Server.IdentityProviderDetails
|
24
|
-
*
|
25
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html | Dev::Transfer::Server.IdentityProviderDetails}
|
26
|
-
*/
|
27
|
-
export interface DevTransferServerIdentityProviderDetails {
|
28
|
-
Function?: string;
|
29
|
-
DirectoryId?: string;
|
30
|
-
InvocationRole?: string;
|
31
|
-
Url?: string;
|
32
|
-
SftpAuthenticationMethods?: string;
|
33
|
-
}
|
34
|
-
/**
|
35
|
-
* Type definition for Dev::Transfer::Server.Protocol
|
36
|
-
*
|
37
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-protocol.html | Dev::Transfer::Server.Protocol}
|
38
|
-
*/
|
39
|
-
export type DevTransferServerProtocol = string;
|
40
|
-
/**
|
41
|
-
* Type definition for Dev::Transfer::Server.ProtocolDetails
|
42
|
-
*
|
43
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-protocoldetails.html | Dev::Transfer::Server.ProtocolDetails}
|
44
|
-
*/
|
45
|
-
export interface DevTransferServerProtocolDetails {
|
46
|
-
As2Transports?: any[];
|
47
|
-
PassiveIp?: string;
|
48
|
-
SetStatOption?: string;
|
49
|
-
TlsSessionResumptionMode?: string;
|
50
|
-
}
|
51
|
-
/**
|
52
|
-
* Type definition for Dev::Transfer::Server.S3StorageOptions
|
53
|
-
*
|
54
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-s3storageoptions.html | Dev::Transfer::Server.S3StorageOptions}
|
55
|
-
*/
|
56
|
-
export interface DevTransferServerS3StorageOptions {
|
57
|
-
DirectoryListingOptimization?: string;
|
58
|
-
}
|
59
|
-
/**
|
60
|
-
* Type definition for Dev::Transfer::Server.StructuredLogDestination
|
61
|
-
*
|
62
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-structuredlogdestination.html | Dev::Transfer::Server.StructuredLogDestination}
|
63
|
-
*/
|
64
|
-
export type DevTransferServerStructuredLogDestination = string;
|
65
|
-
/**
|
66
|
-
* Type definition for Dev::Transfer::Server.WorkflowDetail
|
67
|
-
*
|
68
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-workflowdetail.html | Dev::Transfer::Server.WorkflowDetail}
|
69
|
-
*/
|
70
|
-
export interface DevTransferServerWorkflowDetail {
|
71
|
-
WorkflowId: string;
|
72
|
-
ExecutionRole: string;
|
73
|
-
}
|
74
|
-
/**
|
75
|
-
* Type definition for Dev::Transfer::Server.WorkflowDetails
|
76
|
-
*
|
77
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-workflowdetails.html | Dev::Transfer::Server.WorkflowDetails}
|
78
|
-
*/
|
79
|
-
export interface DevTransferServerWorkflowDetails {
|
80
|
-
OnUpload?: any[];
|
81
|
-
OnPartialUpload?: any[];
|
82
|
-
}
|
83
|
-
/**
|
84
|
-
* Type definition for Dev::Transfer::Server
|
85
|
-
*
|
86
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | Dev::Transfer::Server}
|
87
|
-
*/
|
88
|
-
export interface DevTransferServerProps {
|
89
|
-
LoggingRole?: string;
|
90
|
-
Protocols?: any[];
|
91
|
-
IdentityProviderDetails?: DevTransferServerIdentityProviderDetails;
|
92
|
-
EndpointDetails?: DevTransferServerEndpointDetails;
|
93
|
-
StructuredLogDestinations?: any[];
|
94
|
-
PreAuthenticationLoginBanner?: string;
|
95
|
-
PostAuthenticationLoginBanner?: string;
|
96
|
-
EndpointType?: string;
|
97
|
-
SecurityPolicyName?: string;
|
98
|
-
ProtocolDetails?: DevTransferServerProtocolDetails;
|
99
|
-
WorkflowDetails?: DevTransferServerWorkflowDetails;
|
100
|
-
Domain?: string;
|
101
|
-
IdentityProviderType?: string;
|
102
|
-
Tags?: Tag[];
|
103
|
-
Certificate?: string;
|
104
|
-
}
|
105
|
-
/**
|
106
|
-
* Attributes type definition for Dev::Transfer::Server
|
107
|
-
*
|
108
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | Dev::Transfer::Server}
|
109
|
-
*/
|
110
|
-
export interface DevTransferServerAttribs {
|
111
|
-
ServerId?: string;
|
112
|
-
Arn?: string;
|
113
|
-
}
|
114
|
-
/**
|
115
|
-
* Resource class for Dev::Transfer::Server
|
116
|
-
*
|
117
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | Dev::Transfer::Server}
|
118
|
-
*/
|
119
|
-
export declare class DevTransferServer extends ResourceBase<"Dev::Transfer::Server", DevTransferServerProps, DevTransferServerAttribs> {
|
120
|
-
static readonly Type = "Dev::Transfer::Server";
|
121
|
-
static readonly AttributeNames: readonly (keyof DevTransferServerAttribs)[];
|
122
|
-
constructor(logicalId: string, properties: DevTransferServerProps, options?: ResourceOptions);
|
123
|
-
}
|
@@ -1,14 +0,0 @@
|
|
1
|
-
import { ResourceBase } from "../util.js";
|
2
|
-
/**
|
3
|
-
* Resource class for Dev::Transfer::Server
|
4
|
-
*
|
5
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | Dev::Transfer::Server}
|
6
|
-
*/
|
7
|
-
class DevTransferServer extends ResourceBase {
|
8
|
-
constructor(logicalId, properties, options) {
|
9
|
-
super(DevTransferServer.Type, DevTransferServer.AttributeNames, logicalId, properties, options);
|
10
|
-
}
|
11
|
-
}
|
12
|
-
DevTransferServer.Type = "Dev::Transfer::Server";
|
13
|
-
DevTransferServer.AttributeNames = ["ServerId", "Arn"];
|
14
|
-
export { DevTransferServer };
|