@propulsionworks/cloudformation 0.1.10 → 0.1.11
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/out/exports/resources.generated/aws-amazonmq-broker.d.ts +0 -1
- package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +7 -1
- package/out/exports/resources.generated/aws-apigateway-domainnamev2.d.ts +6 -0
- package/out/exports/resources.generated/aws-apigatewayv2-domainname.d.ts +6 -0
- package/out/exports/resources.generated/aws-apigatewayv2-routingrule.d.ts +134 -0
- package/out/exports/resources.generated/aws-autoscaling-autoscalinggroup.d.ts +7 -6
- package/out/exports/resources.generated/aws-autoscaling-launchconfiguration.d.ts +8 -8
- package/out/exports/resources.generated/aws-bedrock-flow.d.ts +216 -1
- package/out/exports/resources.generated/aws-cloudtrail-eventdatastore.d.ts +26 -0
- package/out/exports/resources.generated/aws-cloudwatch-insightrule.d.ts +1 -0
- package/out/exports/resources.generated/aws-datasync-locationazureblob.d.ts +25 -13
- package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +26 -10
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +5 -19
- package/out/exports/resources.generated/aws-datasync-task.d.ts +11 -20
- package/out/exports/resources.generated/aws-datazone-projectprofile.d.ts +9 -0
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +5 -0
- package/out/exports/resources.generated/aws-dsql-cluster.d.ts +15 -4
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +58 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +0 -1
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +1 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-targetgroup.d.ts +1 -1
- package/out/exports/resources.generated/aws-emr-cluster.d.ts +2 -0
- package/out/exports/resources.generated/aws-evs-environment.d.ts +196 -0
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +4 -4
- package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +1 -1
- package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +66 -2
- package/out/exports/resources.generated/aws-lightsail-instancesnapshot.d.ts +9 -9
- package/out/exports/resources.generated/aws-networkfirewall-vpcendpointassociation.d.ts +68 -0
- package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +4 -32
- package/out/exports/resources.generated/aws-rds-dbproxytargetgroup.d.ts +4 -4
- package/out/exports/resources.generated/aws-rds-dbshardgroup.d.ts +4 -4
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +1 -1
- package/out/exports/resources.generated/aws-transfer-user.d.ts +1 -1
- package/out/exports/resources.generated/aws-verifiedpermissions-policystore.d.ts +7 -0
- package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +4 -0
- package/package.json +1 -1
|
@@ -153,6 +153,27 @@ export type BaselinePerformanceFactorsRequest = {
|
|
|
153
153
|
*/
|
|
154
154
|
Cpu?: CpuPerformanceFactorRequest | undefined;
|
|
155
155
|
};
|
|
156
|
+
/**
|
|
157
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-blockdevicemapping.html}
|
|
158
|
+
*/
|
|
159
|
+
export type BlockDeviceMapping = {
|
|
160
|
+
/**
|
|
161
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-blockdevicemapping.html#cfn-ec2-ec2fleet-blockdevicemapping-devicename}
|
|
162
|
+
*/
|
|
163
|
+
DeviceName?: string | undefined;
|
|
164
|
+
/**
|
|
165
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-blockdevicemapping.html#cfn-ec2-ec2fleet-blockdevicemapping-ebs}
|
|
166
|
+
*/
|
|
167
|
+
Ebs?: EbsBlockDevice | undefined;
|
|
168
|
+
/**
|
|
169
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-blockdevicemapping.html#cfn-ec2-ec2fleet-blockdevicemapping-nodevice}
|
|
170
|
+
*/
|
|
171
|
+
NoDevice?: string | undefined;
|
|
172
|
+
/**
|
|
173
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-blockdevicemapping.html#cfn-ec2-ec2fleet-blockdevicemapping-virtualname}
|
|
174
|
+
*/
|
|
175
|
+
VirtualName?: string | undefined;
|
|
176
|
+
};
|
|
156
177
|
/**
|
|
157
178
|
* The Spot Instance replacement strategy to use when Amazon EC2 emits a rebalance notification signal that your Spot Instance is at an elevated risk of being interrupted. For more information, see [Capacity rebalancing](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-capacity-rebalance.html) in the *Amazon EC2 User Guide* .
|
|
158
179
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityrebalance.html}
|
|
@@ -211,6 +232,39 @@ export type CpuPerformanceFactorRequest = {
|
|
|
211
232
|
*/
|
|
212
233
|
References?: PerformanceFactorReferenceRequest[] | undefined;
|
|
213
234
|
};
|
|
235
|
+
/**
|
|
236
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ebsblockdevice.html}
|
|
237
|
+
*/
|
|
238
|
+
export type EbsBlockDevice = {
|
|
239
|
+
/**
|
|
240
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ebsblockdevice.html#cfn-ec2-ec2fleet-ebsblockdevice-deleteontermination}
|
|
241
|
+
*/
|
|
242
|
+
DeleteOnTermination?: boolean | undefined;
|
|
243
|
+
/**
|
|
244
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ebsblockdevice.html#cfn-ec2-ec2fleet-ebsblockdevice-encrypted}
|
|
245
|
+
*/
|
|
246
|
+
Encrypted?: boolean | undefined;
|
|
247
|
+
/**
|
|
248
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ebsblockdevice.html#cfn-ec2-ec2fleet-ebsblockdevice-iops}
|
|
249
|
+
*/
|
|
250
|
+
Iops?: number | undefined;
|
|
251
|
+
/**
|
|
252
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ebsblockdevice.html#cfn-ec2-ec2fleet-ebsblockdevice-kmskeyid}
|
|
253
|
+
*/
|
|
254
|
+
KmsKeyId?: string | undefined;
|
|
255
|
+
/**
|
|
256
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ebsblockdevice.html#cfn-ec2-ec2fleet-ebsblockdevice-snapshotid}
|
|
257
|
+
*/
|
|
258
|
+
SnapshotId?: string | undefined;
|
|
259
|
+
/**
|
|
260
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ebsblockdevice.html#cfn-ec2-ec2fleet-ebsblockdevice-volumesize}
|
|
261
|
+
*/
|
|
262
|
+
VolumeSize?: number | undefined;
|
|
263
|
+
/**
|
|
264
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ebsblockdevice.html#cfn-ec2-ec2fleet-ebsblockdevice-volumetype}
|
|
265
|
+
*/
|
|
266
|
+
VolumeType?: "gp2" | "gp3" | "io1" | "io2" | "sc1" | "st1" | "standard" | undefined;
|
|
267
|
+
};
|
|
214
268
|
/**
|
|
215
269
|
* Specifies a launch template and overrides for an EC2 Fleet.
|
|
216
270
|
*
|
|
@@ -243,6 +297,10 @@ export type FleetLaunchTemplateOverridesRequest = {
|
|
|
243
297
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-fleetlaunchtemplateoverridesrequest.html#cfn-ec2-ec2fleet-fleetlaunchtemplateoverridesrequest-availabilityzone}
|
|
244
298
|
*/
|
|
245
299
|
AvailabilityZone?: string | undefined;
|
|
300
|
+
/**
|
|
301
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-fleetlaunchtemplateoverridesrequest.html#cfn-ec2-ec2fleet-fleetlaunchtemplateoverridesrequest-blockdevicemappings}
|
|
302
|
+
*/
|
|
303
|
+
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
246
304
|
/**
|
|
247
305
|
* The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.
|
|
248
306
|
*
|
|
@@ -40,7 +40,6 @@ export type EC2TrafficMirrorFilterProps = {
|
|
|
40
40
|
*/
|
|
41
41
|
export type EC2TrafficMirrorFilterAttribs = {
|
|
42
42
|
/**
|
|
43
|
-
* The ID of a traffic mirror filter.
|
|
44
43
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html#cfn-ec2-trafficmirrorfilter-id}
|
|
45
44
|
*/
|
|
46
45
|
Id: string;
|
|
@@ -266,7 +266,7 @@ export type ContainerDefinition = {
|
|
|
266
266
|
* - Linux platform version `1.3.0` or later.
|
|
267
267
|
* - Windows platform version `1.0.0` or later.
|
|
268
268
|
*
|
|
269
|
-
* If the task definition is used in a blue/green deployment that uses [AWS::CodeDeploy::DeploymentGroup BlueGreenDeploymentConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-bluegreendeploymentconfiguration.html) , the `dependsOn` parameter is not supported.
|
|
269
|
+
* If the task definition is used in a blue/green deployment that uses [AWS::CodeDeploy::DeploymentGroup BlueGreenDeploymentConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-bluegreendeploymentconfiguration.html) , the `dependsOn` parameter is not supported.
|
|
270
270
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinition.html#cfn-ecs-taskdefinition-containerdefinition-dependson}
|
|
271
271
|
*/
|
|
272
272
|
DependsOn?: ContainerDependency[] | undefined;
|
|
@@ -219,7 +219,7 @@ export type TargetGroupAttribute = {
|
|
|
219
219
|
* The following attributes are supported by Application Load Balancers and Network Load Balancers:
|
|
220
220
|
*
|
|
221
221
|
* - `load_balancing.cross_zone.enabled` - Indicates whether cross zone load balancing is enabled. The value is `true` , `false` or `use_load_balancer_configuration` . The default is `use_load_balancer_configuration` .
|
|
222
|
-
* - `target_group_health.dns_failover.minimum_healthy_targets.count` - The minimum number of targets that must be healthy. If the number of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are `off` or an integer from 1 to the maximum number of targets. The default is
|
|
222
|
+
* - `target_group_health.dns_failover.minimum_healthy_targets.count` - The minimum number of targets that must be healthy. If the number of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are `off` or an integer from 1 to the maximum number of targets. The default is 1.
|
|
223
223
|
* - `target_group_health.dns_failover.minimum_healthy_targets.percentage` - The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are `off` or an integer from 1 to 100. The default is `off` .
|
|
224
224
|
* - `target_group_health.unhealthy_state_routing.minimum_healthy_targets.count` - The minimum number of targets that must be healthy. If the number of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are 1 to the maximum number of targets. The default is 1.
|
|
225
225
|
* - `target_group_health.unhealthy_state_routing.minimum_healthy_targets.percentage` - The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are `off` or an integer from 1 to 100. The default is `off` .
|
|
@@ -747,10 +747,12 @@ export type ManagedScalingPolicy = {
|
|
|
747
747
|
*/
|
|
748
748
|
ComputeLimits?: ComputeLimits | undefined;
|
|
749
749
|
/**
|
|
750
|
+
* Determines whether a custom scaling utilization performance index can be set. Possible values include *ADVANCED* or *DEFAULT* .
|
|
750
751
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-managedscalingpolicy.html#cfn-emr-cluster-managedscalingpolicy-scalingstrategy}
|
|
751
752
|
*/
|
|
752
753
|
ScalingStrategy?: string | undefined;
|
|
753
754
|
/**
|
|
755
|
+
* An integer value that represents an advanced scaling strategy. Setting a higher value optimizes for performance. Setting a lower value optimizes for resource conservation. Setting the value to 50 balances performance and resource conservation. Possible values are 1, 25, 50, 75, and 100.
|
|
754
756
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-managedscalingpolicy.html#cfn-emr-cluster-managedscalingpolicy-utilizationperformanceindex}
|
|
755
757
|
*/
|
|
756
758
|
UtilizationPerformanceIndex?: number | undefined;
|
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* An environment created within the EVS service
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html}
|
|
5
|
+
*/
|
|
6
|
+
export type EVSEnvironment = ResourceDefinitionWithAttributes<"AWS::EVS::Environment", EVSEnvironmentProps, EVSEnvironmentAttribs>;
|
|
7
|
+
/**
|
|
8
|
+
* An environment created within the EVS service
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html}
|
|
10
|
+
*/
|
|
11
|
+
export type EVSEnvironmentProps = {
|
|
12
|
+
/**
|
|
13
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-connectivityinfo}
|
|
14
|
+
*/
|
|
15
|
+
ConnectivityInfo: {
|
|
16
|
+
PrivateRouteServerPeerings: string[];
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* The name of an EVS environment
|
|
20
|
+
* @pattern ^[a-zA-Z0-9_-]{1,100}$
|
|
21
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-environmentname}
|
|
22
|
+
*/
|
|
23
|
+
EnvironmentName?: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* The initial hosts for environment only required upon creation. Modification after creation will have no effect
|
|
26
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-hosts}
|
|
27
|
+
*/
|
|
28
|
+
Hosts?: HostInfoForCreate[] | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* The initial Vlan configuration only required upon creation. Modification after creation will have no effect
|
|
31
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-initialvlans}
|
|
32
|
+
*/
|
|
33
|
+
InitialVlans?: {
|
|
34
|
+
EdgeVTep: InitialVlanInfo;
|
|
35
|
+
ExpansionVlan1: InitialVlanInfo;
|
|
36
|
+
ExpansionVlan2: InitialVlanInfo;
|
|
37
|
+
Hcx: InitialVlanInfo;
|
|
38
|
+
NsxUpLink: InitialVlanInfo;
|
|
39
|
+
VMotion: InitialVlanInfo;
|
|
40
|
+
VSan: InitialVlanInfo;
|
|
41
|
+
VTep: InitialVlanInfo;
|
|
42
|
+
VmManagement: InitialVlanInfo;
|
|
43
|
+
VmkManagement: InitialVlanInfo;
|
|
44
|
+
} | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-kmskeyid}
|
|
47
|
+
*/
|
|
48
|
+
KmsKeyId?: string | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* The license information for an EVS environment
|
|
51
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-licenseinfo}
|
|
52
|
+
*/
|
|
53
|
+
LicenseInfo: {
|
|
54
|
+
/**
|
|
55
|
+
* @pattern ^[a-zA-Z0-9]{5}-[a-zA-Z0-9]{5}-[a-zA-Z0-9]{5}-[a-zA-Z0-9]{5}-[a-zA-Z0-9]{5}$
|
|
56
|
+
*/
|
|
57
|
+
SolutionKey: string;
|
|
58
|
+
/**
|
|
59
|
+
* @pattern ^[a-zA-Z0-9]{5}-[a-zA-Z0-9]{5}-[a-zA-Z0-9]{5}-[a-zA-Z0-9]{5}-[a-zA-Z0-9]{5}$
|
|
60
|
+
*/
|
|
61
|
+
VsanKey: string;
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-serviceaccesssecuritygroups}
|
|
65
|
+
*/
|
|
66
|
+
ServiceAccessSecurityGroups?: {
|
|
67
|
+
SecurityGroups?: string[] | undefined;
|
|
68
|
+
} | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* @minLength 15
|
|
71
|
+
* @maxLength 24
|
|
72
|
+
* @pattern ^subnet-[a-f0-9]{8}([a-f0-9]{9})?$
|
|
73
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-serviceaccesssubnetid}
|
|
74
|
+
*/
|
|
75
|
+
ServiceAccessSubnetId: string;
|
|
76
|
+
/**
|
|
77
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-siteid}
|
|
78
|
+
*/
|
|
79
|
+
SiteId: string;
|
|
80
|
+
/**
|
|
81
|
+
* An array of key-value pairs to apply to this resource.
|
|
82
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-tags}
|
|
83
|
+
*/
|
|
84
|
+
Tags?: Tag[] | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-termsaccepted}
|
|
87
|
+
*/
|
|
88
|
+
TermsAccepted: boolean;
|
|
89
|
+
/**
|
|
90
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-vcfhostnames}
|
|
91
|
+
*/
|
|
92
|
+
VcfHostnames: {
|
|
93
|
+
CloudBuilder: string;
|
|
94
|
+
Nsx: string;
|
|
95
|
+
NsxEdge1: string;
|
|
96
|
+
NsxEdge2: string;
|
|
97
|
+
NsxManager1: string;
|
|
98
|
+
NsxManager2: string;
|
|
99
|
+
NsxManager3: string;
|
|
100
|
+
SddcManager: string;
|
|
101
|
+
VCenter: string;
|
|
102
|
+
};
|
|
103
|
+
/**
|
|
104
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-vcfversion}
|
|
105
|
+
*/
|
|
106
|
+
VcfVersion: "VCF-5.2.1";
|
|
107
|
+
/**
|
|
108
|
+
* @minLength 12
|
|
109
|
+
* @maxLength 21
|
|
110
|
+
* @pattern ^vpc-[a-f0-9]{8}([a-f0-9]{9})?$
|
|
111
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-vpcid}
|
|
112
|
+
*/
|
|
113
|
+
VpcId: string;
|
|
114
|
+
};
|
|
115
|
+
/**
|
|
116
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#aws-resource-evs-environment-return-values}
|
|
117
|
+
*/
|
|
118
|
+
export type EVSEnvironmentAttribs = {
|
|
119
|
+
/**
|
|
120
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-createdat}
|
|
121
|
+
*/
|
|
122
|
+
CreatedAt: string;
|
|
123
|
+
/**
|
|
124
|
+
* @minLength 1
|
|
125
|
+
* @maxLength 1011
|
|
126
|
+
* @pattern ^arn:aws:evs:[a-z]{2}-[a-z]+-[0-9]:[0-9]{12}:environment/[a-zA-Z0-9_-]+$
|
|
127
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-environmentarn}
|
|
128
|
+
*/
|
|
129
|
+
EnvironmentArn: string;
|
|
130
|
+
/**
|
|
131
|
+
* @pattern ^(env-[a-zA-Z0-9]{10})$
|
|
132
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-environmentid}
|
|
133
|
+
*/
|
|
134
|
+
EnvironmentId: string;
|
|
135
|
+
/**
|
|
136
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-environmentstate}
|
|
137
|
+
*/
|
|
138
|
+
EnvironmentState: EnvironmentState;
|
|
139
|
+
/**
|
|
140
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-modifiedat}
|
|
141
|
+
*/
|
|
142
|
+
ModifiedAt: string;
|
|
143
|
+
/**
|
|
144
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-statedetails}
|
|
145
|
+
*/
|
|
146
|
+
StateDetails: string;
|
|
147
|
+
};
|
|
148
|
+
/**
|
|
149
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evs-environment-environmentstate.html}
|
|
150
|
+
*/
|
|
151
|
+
export type EnvironmentState = "CREATING" | "CREATED" | "DELETING" | "DELETED" | "CREATE_FAILED";
|
|
152
|
+
/**
|
|
153
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evs-environment-hostinfoforcreate.html}
|
|
154
|
+
*/
|
|
155
|
+
export type HostInfoForCreate = {
|
|
156
|
+
/**
|
|
157
|
+
* @minLength 1
|
|
158
|
+
* @maxLength 25
|
|
159
|
+
* @pattern ^h-[a-f0-9]{8}([a-f0-9]{9})?$
|
|
160
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evs-environment-hostinfoforcreate.html#cfn-evs-environment-hostinfoforcreate-dedicatedhostid}
|
|
161
|
+
*/
|
|
162
|
+
DedicatedHostId?: string | undefined;
|
|
163
|
+
/**
|
|
164
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evs-environment-hostinfoforcreate.html#cfn-evs-environment-hostinfoforcreate-hostname}
|
|
165
|
+
*/
|
|
166
|
+
HostName: string;
|
|
167
|
+
/**
|
|
168
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evs-environment-hostinfoforcreate.html#cfn-evs-environment-hostinfoforcreate-instancetype}
|
|
169
|
+
*/
|
|
170
|
+
InstanceType: "i4i.metal";
|
|
171
|
+
/**
|
|
172
|
+
* @minLength 1
|
|
173
|
+
* @maxLength 255
|
|
174
|
+
* @pattern ^[a-zA-Z0-9_-]+$
|
|
175
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evs-environment-hostinfoforcreate.html#cfn-evs-environment-hostinfoforcreate-keyname}
|
|
176
|
+
*/
|
|
177
|
+
KeyName: string;
|
|
178
|
+
/**
|
|
179
|
+
* @minLength 1
|
|
180
|
+
* @maxLength 25
|
|
181
|
+
* @pattern ^pg-[a-f0-9]{8}([a-f0-9]{9})?$
|
|
182
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evs-environment-hostinfoforcreate.html#cfn-evs-environment-hostinfoforcreate-placementgroupid}
|
|
183
|
+
*/
|
|
184
|
+
PlacementGroupId?: string | undefined;
|
|
185
|
+
};
|
|
186
|
+
/**
|
|
187
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evs-environment-initialvlaninfo.html}
|
|
188
|
+
*/
|
|
189
|
+
export type InitialVlanInfo = {
|
|
190
|
+
/**
|
|
191
|
+
* @pattern ^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)/(3[0-2]|[1-2][0-9]|[0-9])$
|
|
192
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evs-environment-initialvlaninfo.html#cfn-evs-environment-initialvlaninfo-cidr}
|
|
193
|
+
*/
|
|
194
|
+
Cidr: string;
|
|
195
|
+
};
|
|
196
|
+
//# sourceMappingURL=aws-evs-environment.d.ts.map
|
|
@@ -111,9 +111,9 @@ export type FSxFileSystemProps = {
|
|
|
111
111
|
*
|
|
112
112
|
* - Set to `SSD` to use solid state drive storage. SSD is supported on all Windows, Lustre, ONTAP, and OpenZFS deployment types.
|
|
113
113
|
* - Set to `HDD` to use hard disk drive storage, which is supported on `SINGLE_AZ_2` and `MULTI_AZ_1` Windows file system deployment types, and on `PERSISTENT_1` Lustre file system deployment types.
|
|
114
|
-
* - Set to `INTELLIGENT_TIERING` to use fully elastic, intelligently-tiered storage. Intelligent-Tiering is only available for OpenZFS file systems with the Multi-AZ deployment type.
|
|
114
|
+
* - Set to `INTELLIGENT_TIERING` to use fully elastic, intelligently-tiered storage. Intelligent-Tiering is only available for OpenZFS file systems with the Multi-AZ deployment type and for Lustre file systems with the Persistent_2 deployment type.
|
|
115
115
|
*
|
|
116
|
-
* Default value is `SSD` . For more information, see [Storage type options](https://docs.aws.amazon.com/fsx/latest/WindowsGuide/optimize-fsx-costs.html#storage-type-options) in the *FSx for Windows File Server User Guide* , [
|
|
116
|
+
* Default value is `SSD` . For more information, see [Storage type options](https://docs.aws.amazon.com/fsx/latest/WindowsGuide/optimize-fsx-costs.html#storage-type-options) in the *FSx for Windows File Server User Guide* , [FSx for Lustre storage classes](https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-fsx-lustre.html#lustre-storage-classes) in the *FSx for Lustre User Guide* , and [Working with Intelligent-Tiering](https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/performance-intelligent-tiering) in the *Amazon FSx for OpenZFS User Guide* .
|
|
117
117
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-storagetype}
|
|
118
118
|
*/
|
|
119
119
|
StorageType?: string | undefined;
|
|
@@ -320,7 +320,7 @@ export type LustreConfiguration = {
|
|
|
320
320
|
*
|
|
321
321
|
* Choose `PERSISTENT_1` for longer-term storage and for throughput-focused workloads that aren’t latency-sensitive. `PERSISTENT_1` supports encryption of data in transit, and is available in all AWS Regions in which FSx for Lustre is available.
|
|
322
322
|
*
|
|
323
|
-
* Choose `PERSISTENT_2` for longer-term storage and for latency-sensitive workloads that require the highest levels of IOPS/throughput. `PERSISTENT_2` supports SSD
|
|
323
|
+
* Choose `PERSISTENT_2` for longer-term storage and for latency-sensitive workloads that require the highest levels of IOPS/throughput. `PERSISTENT_2` supports the SSD and Intelligent-Tiering storage classes. You can optionally specify a metadata configuration mode for `PERSISTENT_2` which supports increasing metadata performance. `PERSISTENT_2` is available in a limited number of AWS Regions . For more information, and an up-to-date list of AWS Regions in which `PERSISTENT_2` is available, see [Deployment and storage class options for FSx for Lustre file systems](https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-fsx-lustre.html) in the *Amazon FSx for Lustre User Guide* .
|
|
324
324
|
*
|
|
325
325
|
* > If you choose `PERSISTENT_2` , and you set `FileSystemTypeVersion` to `2.10` , the `CreateFileSystem` operation fails.
|
|
326
326
|
*
|
|
@@ -610,7 +610,7 @@ export type OpenZFSConfiguration = {
|
|
|
610
610
|
WeeklyMaintenanceStartTime?: string | undefined;
|
|
611
611
|
};
|
|
612
612
|
/**
|
|
613
|
-
* The configuration for the optional provisioned SSD read cache on file systems that use the Intelligent-Tiering storage class.
|
|
613
|
+
* The configuration for the optional provisioned SSD read cache on Amazon FSx for OpenZFS file systems that use the Intelligent-Tiering storage class.
|
|
614
614
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-readcacheconfiguration.html}
|
|
615
615
|
*/
|
|
616
616
|
export type ReadCacheConfiguration = {
|
|
@@ -84,7 +84,7 @@ export type DestinationConfig = {
|
|
|
84
84
|
OnSuccess?: OnSuccess | undefined;
|
|
85
85
|
};
|
|
86
86
|
/**
|
|
87
|
-
* A destination for events that failed processing.
|
|
87
|
+
* A destination for events that failed processing. See [Capturing records of Lambda asynchronous invocations](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async-retain-records.html) for more information.
|
|
88
88
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-onfailure.html}
|
|
89
89
|
*/
|
|
90
90
|
export type OnFailure = {
|
|
@@ -264,6 +264,10 @@ export type AmazonManagedKafkaEventSourceConfig = {
|
|
|
264
264
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-amazonmanagedkafkaeventsourceconfig.html#cfn-lambda-eventsourcemapping-amazonmanagedkafkaeventsourceconfig-consumergroupid}
|
|
265
265
|
*/
|
|
266
266
|
ConsumerGroupId?: string | undefined;
|
|
267
|
+
/**
|
|
268
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-amazonmanagedkafkaeventsourceconfig.html#cfn-lambda-eventsourcemapping-amazonmanagedkafkaeventsourceconfig-schemaregistryconfig}
|
|
269
|
+
*/
|
|
270
|
+
SchemaRegistryConfig?: SchemaRegistryConfig | undefined;
|
|
267
271
|
};
|
|
268
272
|
/**
|
|
269
273
|
* A configuration object that specifies the destination of an event after Lambda processes it.
|
|
@@ -349,7 +353,7 @@ export type MetricsConfig = {
|
|
|
349
353
|
Metrics?: "EventCount"[] | undefined;
|
|
350
354
|
};
|
|
351
355
|
/**
|
|
352
|
-
* A destination for events that failed processing.
|
|
356
|
+
* A destination for events that failed processing. See [Capturing records of Lambda asynchronous invocations](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async-retain-records.html) for more information.
|
|
353
357
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-onfailure.html}
|
|
354
358
|
*/
|
|
355
359
|
export type OnFailure = {
|
|
@@ -397,6 +401,62 @@ export type ScalingConfig = {
|
|
|
397
401
|
*/
|
|
398
402
|
MaximumConcurrency?: number | undefined;
|
|
399
403
|
};
|
|
404
|
+
/**
|
|
405
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-schemaregistryaccessconfig.html}
|
|
406
|
+
*/
|
|
407
|
+
export type SchemaRegistryAccessConfig = {
|
|
408
|
+
/**
|
|
409
|
+
* The type of authentication Lambda uses to access your schema registry.
|
|
410
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-schemaregistryaccessconfig.html#cfn-lambda-eventsourcemapping-schemaregistryaccessconfig-type}
|
|
411
|
+
*/
|
|
412
|
+
Type?: "BASIC_AUTH" | "CLIENT_CERTIFICATE_TLS_AUTH" | "SERVER_ROOT_CA_CERTIFICATE" | undefined;
|
|
413
|
+
/**
|
|
414
|
+
* The URI of the secret (Secrets Manager secret ARN) to authenticate with your schema registry.
|
|
415
|
+
* @minLength 1
|
|
416
|
+
* @maxLength 10000
|
|
417
|
+
* @pattern arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]{2}(-gov)?(-iso([a-z])?)?-[a-z]+-\d{1})?:(\d{12})?:(.*)
|
|
418
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-schemaregistryaccessconfig.html#cfn-lambda-eventsourcemapping-schemaregistryaccessconfig-uri}
|
|
419
|
+
*/
|
|
420
|
+
URI?: string | undefined;
|
|
421
|
+
};
|
|
422
|
+
/**
|
|
423
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-schemaregistryconfig.html}
|
|
424
|
+
*/
|
|
425
|
+
export type SchemaRegistryConfig = {
|
|
426
|
+
/**
|
|
427
|
+
* An array of access configuration objects that tell Lambda how to authenticate with your schema registry.
|
|
428
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-schemaregistryconfig.html#cfn-lambda-eventsourcemapping-schemaregistryconfig-accessconfigs}
|
|
429
|
+
*/
|
|
430
|
+
AccessConfigs?: SchemaRegistryAccessConfig[] | undefined;
|
|
431
|
+
/**
|
|
432
|
+
* The record format that Lambda delivers to your function after schema validation.
|
|
433
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-schemaregistryconfig.html#cfn-lambda-eventsourcemapping-schemaregistryconfig-eventrecordformat}
|
|
434
|
+
*/
|
|
435
|
+
EventRecordFormat?: "JSON" | "SOURCE" | undefined;
|
|
436
|
+
/**
|
|
437
|
+
* The URI for your schema registry. The correct URI format depends on the type of schema registry you're using.
|
|
438
|
+
* @minLength 1
|
|
439
|
+
* @maxLength 10000
|
|
440
|
+
* @pattern [a-zA-Z0-9-/*:_+=.@-]*
|
|
441
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-schemaregistryconfig.html#cfn-lambda-eventsourcemapping-schemaregistryconfig-schemaregistryuri}
|
|
442
|
+
*/
|
|
443
|
+
SchemaRegistryURI?: string | undefined;
|
|
444
|
+
/**
|
|
445
|
+
* An array of schema validation configuration objects, which tell Lambda the message attributes you want to validate and filter using your schema registry.
|
|
446
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-schemaregistryconfig.html#cfn-lambda-eventsourcemapping-schemaregistryconfig-schemavalidationconfigs}
|
|
447
|
+
*/
|
|
448
|
+
SchemaValidationConfigs?: SchemaValidationConfig[] | undefined;
|
|
449
|
+
};
|
|
450
|
+
/**
|
|
451
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-schemavalidationconfig.html}
|
|
452
|
+
*/
|
|
453
|
+
export type SchemaValidationConfig = {
|
|
454
|
+
/**
|
|
455
|
+
* The attribute you want your schema registry to validate and filter for.
|
|
456
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-schemavalidationconfig.html#cfn-lambda-eventsourcemapping-schemavalidationconfig-attribute}
|
|
457
|
+
*/
|
|
458
|
+
Attribute?: "KEY" | "VALUE" | undefined;
|
|
459
|
+
};
|
|
400
460
|
/**
|
|
401
461
|
* The self-managed Apache Kafka cluster for your event source.
|
|
402
462
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-selfmanagedeventsource.html}
|
|
@@ -414,10 +474,14 @@ export type SelfManagedEventSource = {
|
|
|
414
474
|
*/
|
|
415
475
|
export type SelfManagedKafkaEventSourceConfig = {
|
|
416
476
|
/**
|
|
417
|
-
* The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all your Kafka event sources. After creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value. For more information, see [Customizable consumer group ID](https://docs.aws.amazon.com/lambda/latest/dg/with-
|
|
477
|
+
* The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all your Kafka event sources. After creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value. For more information, see [Customizable consumer group ID](https://docs.aws.amazon.com/lambda/latest/dg/with-kafka-process.html#services-smaa-topic-add) .
|
|
418
478
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-selfmanagedkafkaeventsourceconfig.html#cfn-lambda-eventsourcemapping-selfmanagedkafkaeventsourceconfig-consumergroupid}
|
|
419
479
|
*/
|
|
420
480
|
ConsumerGroupId?: string | undefined;
|
|
481
|
+
/**
|
|
482
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-selfmanagedkafkaeventsourceconfig.html#cfn-lambda-eventsourcemapping-selfmanagedkafkaeventsourceconfig-schemaregistryconfig}
|
|
483
|
+
*/
|
|
484
|
+
SchemaRegistryConfig?: SchemaRegistryConfig | undefined;
|
|
421
485
|
};
|
|
422
486
|
/**
|
|
423
487
|
* An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Describes an instance snapshot.
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instancesnapshot.html}
|
|
5
5
|
*/
|
|
6
6
|
export type LightsailInstanceSnapshot = ResourceDefinitionWithAttributes<"AWS::Lightsail::InstanceSnapshot", LightsailInstanceSnapshotProps, LightsailInstanceSnapshotAttribs>;
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* Describes an instance snapshot.
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instancesnapshot.html}
|
|
10
10
|
*/
|
|
11
11
|
export type LightsailInstanceSnapshotProps = {
|
|
12
12
|
/**
|
|
13
|
-
* The
|
|
13
|
+
* The name the user gave the instance ( `Amazon_Linux_2023-1` ).
|
|
14
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instancesnapshot.html#cfn-lightsail-instancesnapshot-instancename}
|
|
15
15
|
*/
|
|
16
16
|
InstanceName: string;
|
|
@@ -20,7 +20,7 @@ export type LightsailInstanceSnapshotProps = {
|
|
|
20
20
|
*/
|
|
21
21
|
InstanceSnapshotName: string;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* The tag keys and optional values for the resource. For more information about tags in Lightsail, see the [Amazon Lightsail Developer Guide](https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-tags) .
|
|
24
24
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instancesnapshot.html#cfn-lightsail-instancesnapshot-tags}
|
|
25
25
|
*/
|
|
26
26
|
Tags?: Tag[] | undefined;
|
|
@@ -30,12 +30,12 @@ export type LightsailInstanceSnapshotProps = {
|
|
|
30
30
|
*/
|
|
31
31
|
export type LightsailInstanceSnapshotAttribs = {
|
|
32
32
|
/**
|
|
33
|
-
* The Amazon Resource Name (ARN) of the snapshot.
|
|
33
|
+
* The Amazon Resource Name (ARN) of the snapshot ( `arn:aws:lightsail:us-east-2:123456789101:InstanceSnapshot/d23b5706-3322-4d83-81e5-12345EXAMPLE` ).
|
|
34
34
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instancesnapshot.html#cfn-lightsail-instancesnapshot-arn}
|
|
35
35
|
*/
|
|
36
36
|
Arn: string;
|
|
37
37
|
/**
|
|
38
|
-
* The Amazon Resource Name (ARN) of the instance from which the snapshot was created.
|
|
38
|
+
* The Amazon Resource Name (ARN) of the instance from which the snapshot was created ( `arn:aws:lightsail:us-east-2:123456789101:Instance/64b8404c-ccb1-430b-8daf-12345EXAMPLE` ).
|
|
39
39
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instancesnapshot.html#cfn-lightsail-instancesnapshot-frominstancearn}
|
|
40
40
|
*/
|
|
41
41
|
FromInstanceArn: string;
|
|
@@ -50,12 +50,12 @@ export type LightsailInstanceSnapshotAttribs = {
|
|
|
50
50
|
*/
|
|
51
51
|
IsFromAutoSnapshot: boolean;
|
|
52
52
|
/**
|
|
53
|
-
* The type of resource (usually InstanceSnapshot).
|
|
53
|
+
* The type of resource (usually `InstanceSnapshot` ).
|
|
54
54
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instancesnapshot.html#cfn-lightsail-instancesnapshot-resourcetype}
|
|
55
55
|
*/
|
|
56
56
|
ResourceType: string;
|
|
57
57
|
/**
|
|
58
|
-
* The size in GB of the SSD
|
|
58
|
+
* The size in GB of the SSD.
|
|
59
59
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instancesnapshot.html#cfn-lightsail-instancesnapshot-sizeingb}
|
|
60
60
|
*/
|
|
61
61
|
SizeInGb: number;
|
|
@@ -65,7 +65,7 @@ export type LightsailInstanceSnapshotAttribs = {
|
|
|
65
65
|
*/
|
|
66
66
|
State: string;
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
* The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.
|
|
69
69
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-instancesnapshot.html#cfn-lightsail-instancesnapshot-supportcode}
|
|
70
70
|
*/
|
|
71
71
|
SupportCode: string;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Resource type definition for AWS::NetworkFirewall::VpcEndpointAssociation
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-vpcendpointassociation.html}
|
|
5
|
+
*/
|
|
6
|
+
export type NetworkFirewallVpcEndpointAssociation = ResourceDefinitionWithAttributes<"AWS::NetworkFirewall::VpcEndpointAssociation", NetworkFirewallVpcEndpointAssociationProps, NetworkFirewallVpcEndpointAssociationAttribs>;
|
|
7
|
+
/**
|
|
8
|
+
* Resource type definition for AWS::NetworkFirewall::VpcEndpointAssociation
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-vpcendpointassociation.html}
|
|
10
|
+
*/
|
|
11
|
+
export type NetworkFirewallVpcEndpointAssociationProps = {
|
|
12
|
+
/**
|
|
13
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-vpcendpointassociation.html#cfn-networkfirewall-vpcendpointassociation-description}
|
|
14
|
+
*/
|
|
15
|
+
Description?: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* A resource ARN.
|
|
18
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-vpcendpointassociation.html#cfn-networkfirewall-vpcendpointassociation-firewallarn}
|
|
19
|
+
*/
|
|
20
|
+
FirewallArn: string;
|
|
21
|
+
/**
|
|
22
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-vpcendpointassociation.html#cfn-networkfirewall-vpcendpointassociation-subnetmapping}
|
|
23
|
+
*/
|
|
24
|
+
SubnetMapping: SubnetMapping;
|
|
25
|
+
/**
|
|
26
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-vpcendpointassociation.html#cfn-networkfirewall-vpcendpointassociation-tags}
|
|
27
|
+
*/
|
|
28
|
+
Tags?: Tag[] | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-vpcendpointassociation.html#cfn-networkfirewall-vpcendpointassociation-vpcid}
|
|
31
|
+
*/
|
|
32
|
+
VpcId: string;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-vpcendpointassociation.html#aws-resource-networkfirewall-vpcendpointassociation-return-values}
|
|
36
|
+
*/
|
|
37
|
+
export type NetworkFirewallVpcEndpointAssociationAttribs = {
|
|
38
|
+
/**
|
|
39
|
+
* An endpoint Id.
|
|
40
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-vpcendpointassociation.html#cfn-networkfirewall-vpcendpointassociation-endpointid}
|
|
41
|
+
*/
|
|
42
|
+
EndpointId: string;
|
|
43
|
+
/**
|
|
44
|
+
* A resource ARN.
|
|
45
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-vpcendpointassociation.html#cfn-networkfirewall-vpcendpointassociation-vpcendpointassociationarn}
|
|
46
|
+
*/
|
|
47
|
+
VpcEndpointAssociationArn: string;
|
|
48
|
+
/**
|
|
49
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-vpcendpointassociation.html#cfn-networkfirewall-vpcendpointassociation-vpcendpointassociationid}
|
|
50
|
+
*/
|
|
51
|
+
VpcEndpointAssociationId: string;
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-vpcendpointassociation-subnetmapping.html}
|
|
55
|
+
*/
|
|
56
|
+
export type SubnetMapping = {
|
|
57
|
+
/**
|
|
58
|
+
* A IPAddressType
|
|
59
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-vpcendpointassociation-subnetmapping.html#cfn-networkfirewall-vpcendpointassociation-subnetmapping-ipaddresstype}
|
|
60
|
+
*/
|
|
61
|
+
IPAddressType?: string | undefined;
|
|
62
|
+
/**
|
|
63
|
+
* A SubnetId.
|
|
64
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-vpcendpointassociation-subnetmapping.html#cfn-networkfirewall-vpcendpointassociation-subnetmapping-subnetid}
|
|
65
|
+
*/
|
|
66
|
+
SubnetId: string;
|
|
67
|
+
};
|
|
68
|
+
//# sourceMappingURL=aws-networkfirewall-vpcendpointassociation.d.ts.map
|