aws-cdk-lib 2.117.0__py3-none-any.whl → 2.119.0__py3-none-any.whl
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.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +138 -25
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.117.0.jsii.tgz → aws-cdk-lib@2.119.0.jsii.tgz} +0 -0
- aws_cdk/amzn_sdc/__init__.py +496 -0
- aws_cdk/aws_appsync/__init__.py +94 -22
- aws_cdk/aws_autoscaling/__init__.py +139 -74
- aws_cdk/aws_certificatemanager/__init__.py +164 -3
- aws_cdk/aws_cloud9/__init__.py +3 -3
- aws_cdk/aws_cloudfront/__init__.py +853 -38
- aws_cdk/aws_cloudtrail/__init__.py +54 -34
- aws_cdk/aws_cloudwatch_actions/__init__.py +105 -0
- aws_cdk/aws_codebuild/__init__.py +46 -5
- aws_cdk/aws_codecommit/__init__.py +9 -3
- aws_cdk/aws_codepipeline_actions/__init__.py +54 -0
- aws_cdk/aws_codetest/__init__.py +788 -0
- aws_cdk/aws_cognito/__init__.py +104 -0
- aws_cdk/aws_connect/__init__.py +626 -78
- aws_cdk/aws_docdb/__init__.py +442 -0
- aws_cdk/aws_dynamodb/__init__.py +14 -0
- aws_cdk/aws_ec2/__init__.py +372 -44
- aws_cdk/aws_ecs/__init__.py +192 -35
- aws_cdk/aws_emrserverless/__init__.py +20 -13
- aws_cdk/aws_events/__init__.py +90 -1
- aws_cdk/aws_fis/__init__.py +12 -32
- aws_cdk/aws_globalaccelerator/__init__.py +19 -0
- aws_cdk/aws_glue/__init__.py +329 -0
- aws_cdk/aws_iam/__init__.py +50 -24
- aws_cdk/aws_iot/__init__.py +112 -0
- aws_cdk/aws_iotsitewise/__init__.py +4 -4
- aws_cdk/aws_kendra/__init__.py +10 -5
- aws_cdk/aws_kinesisfirehose/__init__.py +111 -0
- aws_cdk/aws_lambda/__init__.py +180 -407
- aws_cdk/aws_location/__init__.py +1132 -17
- aws_cdk/aws_mediatailor/__init__.py +120 -17
- aws_cdk/aws_networkfirewall/__init__.py +2 -2
- aws_cdk/aws_networkmanager/__init__.py +1 -1
- aws_cdk/aws_omics/__init__.py +4 -4
- aws_cdk/aws_opensearchservice/__init__.py +58 -0
- aws_cdk/aws_pinpoint/__init__.py +14 -6
- aws_cdk/aws_pipes/__init__.py +7 -2
- aws_cdk/aws_rds/__init__.py +247 -16
- aws_cdk/aws_redshift/__init__.py +103 -0
- aws_cdk/aws_route53/__init__.py +68 -20
- aws_cdk/aws_s3/__init__.py +2 -4
- aws_cdk/aws_s3objectlambda/__init__.py +2 -2
- aws_cdk/aws_servicecatalogappregistry/__init__.py +3 -3
- aws_cdk/aws_signer/__init__.py +27 -4
- aws_cdk/aws_ssm/__init__.py +76 -13
- aws_cdk/aws_stepfunctions/__init__.py +110 -5
- aws_cdk/aws_stepfunctions_tasks/__init__.py +84 -29
- aws_cdk/pipelines/__init__.py +136 -37
- {aws_cdk_lib-2.117.0.dist-info → aws_cdk_lib-2.119.0.dist-info}/LICENSE +1 -1
- {aws_cdk_lib-2.117.0.dist-info → aws_cdk_lib-2.119.0.dist-info}/METADATA +98 -12
- {aws_cdk_lib-2.117.0.dist-info → aws_cdk_lib-2.119.0.dist-info}/NOTICE +1 -1
- {aws_cdk_lib-2.117.0.dist-info → aws_cdk_lib-2.119.0.dist-info}/RECORD +57 -55
- {aws_cdk_lib-2.117.0.dist-info → aws_cdk_lib-2.119.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.117.0.dist-info → aws_cdk_lib-2.119.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,788 @@
|
|
|
1
|
+
'''
|
|
2
|
+
# AWS::CodeTest Construct Library
|
|
3
|
+
|
|
4
|
+
<!--BEGIN STABILITY BANNER-->---
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+

|
|
8
|
+
|
|
9
|
+
> All classes with the `Cfn` prefix in this module ([CFN Resources](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) are always stable and safe to use.
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
<!--END STABILITY BANNER-->
|
|
13
|
+
|
|
14
|
+
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
|
|
15
|
+
|
|
16
|
+
```python
|
|
17
|
+
import aws_cdk.aws_codetest as codetest
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
21
|
+
|
|
22
|
+
There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:
|
|
23
|
+
|
|
24
|
+
* Search [Construct Hub for CodeTest construct libraries](https://constructs.dev/search?q=codetest)
|
|
25
|
+
* Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::CodeTest resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_CodeTest.html) directly.
|
|
26
|
+
|
|
27
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
28
|
+
|
|
29
|
+
There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
|
|
30
|
+
However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.
|
|
31
|
+
|
|
32
|
+
For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::CodeTest](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_CodeTest.html).
|
|
33
|
+
|
|
34
|
+
(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)
|
|
35
|
+
|
|
36
|
+
<!--END CFNONLY DISCLAIMER-->
|
|
37
|
+
'''
|
|
38
|
+
import abc
|
|
39
|
+
import builtins
|
|
40
|
+
import datetime
|
|
41
|
+
import enum
|
|
42
|
+
import typing
|
|
43
|
+
|
|
44
|
+
import jsii
|
|
45
|
+
import publication
|
|
46
|
+
import typing_extensions
|
|
47
|
+
|
|
48
|
+
from typeguard import check_type
|
|
49
|
+
|
|
50
|
+
from .._jsii import *
|
|
51
|
+
|
|
52
|
+
import constructs as _constructs_77d1e7e8
|
|
53
|
+
from .. import (
|
|
54
|
+
CfnResource as _CfnResource_9df397a6,
|
|
55
|
+
IInspectable as _IInspectable_c2943556,
|
|
56
|
+
IResolvable as _IResolvable_da3f097b,
|
|
57
|
+
TreeInspector as _TreeInspector_488e0dd5,
|
|
58
|
+
)
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
@jsii.implements(_IInspectable_c2943556)
|
|
62
|
+
class CfnPersistentConfiguration(
|
|
63
|
+
_CfnResource_9df397a6,
|
|
64
|
+
metaclass=jsii.JSIIMeta,
|
|
65
|
+
jsii_type="aws-cdk-lib.aws_codetest.CfnPersistentConfiguration",
|
|
66
|
+
):
|
|
67
|
+
'''Resource Type definition for AWS::CodeTest::PersistentConfiguration.
|
|
68
|
+
|
|
69
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codetest-persistentconfiguration.html
|
|
70
|
+
:cloudformationResource: AWS::CodeTest::PersistentConfiguration
|
|
71
|
+
:exampleMetadata: fixture=_generated
|
|
72
|
+
|
|
73
|
+
Example::
|
|
74
|
+
|
|
75
|
+
# The code below shows an example of how to instantiate this type.
|
|
76
|
+
# The values are placeholders you should change.
|
|
77
|
+
from aws_cdk import aws_codetest as codetest
|
|
78
|
+
|
|
79
|
+
cfn_persistent_configuration = codetest.CfnPersistentConfiguration(self, "MyCfnPersistentConfiguration",
|
|
80
|
+
results_role_arn="resultsRoleArn",
|
|
81
|
+
|
|
82
|
+
# the properties below are optional
|
|
83
|
+
name="name",
|
|
84
|
+
version="version",
|
|
85
|
+
vpc_config=codetest.CfnPersistentConfiguration.VpcConfigProperty(
|
|
86
|
+
security_group_ids=["securityGroupIds"],
|
|
87
|
+
subnets=["subnets"]
|
|
88
|
+
)
|
|
89
|
+
)
|
|
90
|
+
'''
|
|
91
|
+
|
|
92
|
+
def __init__(
|
|
93
|
+
self,
|
|
94
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
95
|
+
id: builtins.str,
|
|
96
|
+
*,
|
|
97
|
+
results_role_arn: builtins.str,
|
|
98
|
+
name: typing.Optional[builtins.str] = None,
|
|
99
|
+
version: typing.Optional[builtins.str] = None,
|
|
100
|
+
vpc_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPersistentConfiguration.VpcConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
101
|
+
) -> None:
|
|
102
|
+
'''
|
|
103
|
+
:param scope: Scope in which this resource is defined.
|
|
104
|
+
:param id: Construct identifier for this resource (unique in its scope).
|
|
105
|
+
:param results_role_arn:
|
|
106
|
+
:param name:
|
|
107
|
+
:param version:
|
|
108
|
+
:param vpc_config:
|
|
109
|
+
'''
|
|
110
|
+
if __debug__:
|
|
111
|
+
type_hints = typing.get_type_hints(_typecheckingstub__cad5062810de71ae8e1fd28a416600ec6510615d6b89a8d3c12546f78634c0f9)
|
|
112
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
113
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
114
|
+
props = CfnPersistentConfigurationProps(
|
|
115
|
+
results_role_arn=results_role_arn,
|
|
116
|
+
name=name,
|
|
117
|
+
version=version,
|
|
118
|
+
vpc_config=vpc_config,
|
|
119
|
+
)
|
|
120
|
+
|
|
121
|
+
jsii.create(self.__class__, self, [scope, id, props])
|
|
122
|
+
|
|
123
|
+
@jsii.member(jsii_name="inspect")
|
|
124
|
+
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
125
|
+
'''Examines the CloudFormation resource and discloses attributes.
|
|
126
|
+
|
|
127
|
+
:param inspector: tree inspector to collect and process attributes.
|
|
128
|
+
'''
|
|
129
|
+
if __debug__:
|
|
130
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ccd63e91af2eb8ebdfbacb79be24ff2221c0e7c102d0ebda08998057777ead4a)
|
|
131
|
+
check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
|
|
132
|
+
return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
|
|
133
|
+
|
|
134
|
+
@jsii.member(jsii_name="renderProperties")
|
|
135
|
+
def _render_properties(
|
|
136
|
+
self,
|
|
137
|
+
props: typing.Mapping[builtins.str, typing.Any],
|
|
138
|
+
) -> typing.Mapping[builtins.str, typing.Any]:
|
|
139
|
+
'''
|
|
140
|
+
:param props: -
|
|
141
|
+
'''
|
|
142
|
+
if __debug__:
|
|
143
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8e6872a5580c0d64dce57e87557a4a6aedf0685637c9e531de4f9a9a212b6187)
|
|
144
|
+
check_type(argname="argument props", value=props, expected_type=type_hints["props"])
|
|
145
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
|
|
146
|
+
|
|
147
|
+
@jsii.python.classproperty
|
|
148
|
+
@jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
|
|
149
|
+
def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
|
|
150
|
+
'''The CloudFormation resource type name for this resource class.'''
|
|
151
|
+
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
152
|
+
|
|
153
|
+
@builtins.property
|
|
154
|
+
@jsii.member(jsii_name="attrId")
|
|
155
|
+
def attr_id(self) -> builtins.str:
|
|
156
|
+
'''
|
|
157
|
+
:cloudformationAttribute: Id
|
|
158
|
+
'''
|
|
159
|
+
return typing.cast(builtins.str, jsii.get(self, "attrId"))
|
|
160
|
+
|
|
161
|
+
@builtins.property
|
|
162
|
+
@jsii.member(jsii_name="cfnProperties")
|
|
163
|
+
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
164
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
165
|
+
|
|
166
|
+
@builtins.property
|
|
167
|
+
@jsii.member(jsii_name="resultsRoleArn")
|
|
168
|
+
def results_role_arn(self) -> builtins.str:
|
|
169
|
+
return typing.cast(builtins.str, jsii.get(self, "resultsRoleArn"))
|
|
170
|
+
|
|
171
|
+
@results_role_arn.setter
|
|
172
|
+
def results_role_arn(self, value: builtins.str) -> None:
|
|
173
|
+
if __debug__:
|
|
174
|
+
type_hints = typing.get_type_hints(_typecheckingstub__43f2305422477b4f72b47deeae6b64a04845eb14e7af66b2c5189a4cc39e0632)
|
|
175
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
176
|
+
jsii.set(self, "resultsRoleArn", value)
|
|
177
|
+
|
|
178
|
+
@builtins.property
|
|
179
|
+
@jsii.member(jsii_name="name")
|
|
180
|
+
def name(self) -> typing.Optional[builtins.str]:
|
|
181
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "name"))
|
|
182
|
+
|
|
183
|
+
@name.setter
|
|
184
|
+
def name(self, value: typing.Optional[builtins.str]) -> None:
|
|
185
|
+
if __debug__:
|
|
186
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9d19a205d82a49a3a035ea67f1dfb0eb88334cccba78bb5a10c3e59c0f517fc6)
|
|
187
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
188
|
+
jsii.set(self, "name", value)
|
|
189
|
+
|
|
190
|
+
@builtins.property
|
|
191
|
+
@jsii.member(jsii_name="version")
|
|
192
|
+
def version(self) -> typing.Optional[builtins.str]:
|
|
193
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "version"))
|
|
194
|
+
|
|
195
|
+
@version.setter
|
|
196
|
+
def version(self, value: typing.Optional[builtins.str]) -> None:
|
|
197
|
+
if __debug__:
|
|
198
|
+
type_hints = typing.get_type_hints(_typecheckingstub__76be25692bf189a6b695397e4dfd18053d79a944f6fba0dcd10ca7e6809750a1)
|
|
199
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
200
|
+
jsii.set(self, "version", value)
|
|
201
|
+
|
|
202
|
+
@builtins.property
|
|
203
|
+
@jsii.member(jsii_name="vpcConfig")
|
|
204
|
+
def vpc_config(
|
|
205
|
+
self,
|
|
206
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPersistentConfiguration.VpcConfigProperty"]]:
|
|
207
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPersistentConfiguration.VpcConfigProperty"]], jsii.get(self, "vpcConfig"))
|
|
208
|
+
|
|
209
|
+
@vpc_config.setter
|
|
210
|
+
def vpc_config(
|
|
211
|
+
self,
|
|
212
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPersistentConfiguration.VpcConfigProperty"]],
|
|
213
|
+
) -> None:
|
|
214
|
+
if __debug__:
|
|
215
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ff2888dfb5c60e8b8dbc3cb51b50d77e4b11854e00ac8be4a3bafd46b683b75f)
|
|
216
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
217
|
+
jsii.set(self, "vpcConfig", value)
|
|
218
|
+
|
|
219
|
+
@jsii.data_type(
|
|
220
|
+
jsii_type="aws-cdk-lib.aws_codetest.CfnPersistentConfiguration.VpcConfigProperty",
|
|
221
|
+
jsii_struct_bases=[],
|
|
222
|
+
name_mapping={"security_group_ids": "securityGroupIds", "subnets": "subnets"},
|
|
223
|
+
)
|
|
224
|
+
class VpcConfigProperty:
|
|
225
|
+
def __init__(
|
|
226
|
+
self,
|
|
227
|
+
*,
|
|
228
|
+
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
229
|
+
subnets: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
230
|
+
) -> None:
|
|
231
|
+
'''
|
|
232
|
+
:param security_group_ids:
|
|
233
|
+
:param subnets:
|
|
234
|
+
|
|
235
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codetest-persistentconfiguration-vpcconfig.html
|
|
236
|
+
:exampleMetadata: fixture=_generated
|
|
237
|
+
|
|
238
|
+
Example::
|
|
239
|
+
|
|
240
|
+
# The code below shows an example of how to instantiate this type.
|
|
241
|
+
# The values are placeholders you should change.
|
|
242
|
+
from aws_cdk import aws_codetest as codetest
|
|
243
|
+
|
|
244
|
+
vpc_config_property = codetest.CfnPersistentConfiguration.VpcConfigProperty(
|
|
245
|
+
security_group_ids=["securityGroupIds"],
|
|
246
|
+
subnets=["subnets"]
|
|
247
|
+
)
|
|
248
|
+
'''
|
|
249
|
+
if __debug__:
|
|
250
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7b9392979d202e89e968931f5bb84134d33c7c81e72d6dc3fc4a8c4a8dd380a4)
|
|
251
|
+
check_type(argname="argument security_group_ids", value=security_group_ids, expected_type=type_hints["security_group_ids"])
|
|
252
|
+
check_type(argname="argument subnets", value=subnets, expected_type=type_hints["subnets"])
|
|
253
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
254
|
+
if security_group_ids is not None:
|
|
255
|
+
self._values["security_group_ids"] = security_group_ids
|
|
256
|
+
if subnets is not None:
|
|
257
|
+
self._values["subnets"] = subnets
|
|
258
|
+
|
|
259
|
+
@builtins.property
|
|
260
|
+
def security_group_ids(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
261
|
+
'''
|
|
262
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codetest-persistentconfiguration-vpcconfig.html#cfn-codetest-persistentconfiguration-vpcconfig-securitygroupids
|
|
263
|
+
'''
|
|
264
|
+
result = self._values.get("security_group_ids")
|
|
265
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
266
|
+
|
|
267
|
+
@builtins.property
|
|
268
|
+
def subnets(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
269
|
+
'''
|
|
270
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codetest-persistentconfiguration-vpcconfig.html#cfn-codetest-persistentconfiguration-vpcconfig-subnets
|
|
271
|
+
'''
|
|
272
|
+
result = self._values.get("subnets")
|
|
273
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
274
|
+
|
|
275
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
276
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
277
|
+
|
|
278
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
279
|
+
return not (rhs == self)
|
|
280
|
+
|
|
281
|
+
def __repr__(self) -> str:
|
|
282
|
+
return "VpcConfigProperty(%s)" % ", ".join(
|
|
283
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
284
|
+
)
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
@jsii.data_type(
|
|
288
|
+
jsii_type="aws-cdk-lib.aws_codetest.CfnPersistentConfigurationProps",
|
|
289
|
+
jsii_struct_bases=[],
|
|
290
|
+
name_mapping={
|
|
291
|
+
"results_role_arn": "resultsRoleArn",
|
|
292
|
+
"name": "name",
|
|
293
|
+
"version": "version",
|
|
294
|
+
"vpc_config": "vpcConfig",
|
|
295
|
+
},
|
|
296
|
+
)
|
|
297
|
+
class CfnPersistentConfigurationProps:
|
|
298
|
+
def __init__(
|
|
299
|
+
self,
|
|
300
|
+
*,
|
|
301
|
+
results_role_arn: builtins.str,
|
|
302
|
+
name: typing.Optional[builtins.str] = None,
|
|
303
|
+
version: typing.Optional[builtins.str] = None,
|
|
304
|
+
vpc_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPersistentConfiguration.VpcConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
305
|
+
) -> None:
|
|
306
|
+
'''Properties for defining a ``CfnPersistentConfiguration``.
|
|
307
|
+
|
|
308
|
+
:param results_role_arn:
|
|
309
|
+
:param name:
|
|
310
|
+
:param version:
|
|
311
|
+
:param vpc_config:
|
|
312
|
+
|
|
313
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codetest-persistentconfiguration.html
|
|
314
|
+
:exampleMetadata: fixture=_generated
|
|
315
|
+
|
|
316
|
+
Example::
|
|
317
|
+
|
|
318
|
+
# The code below shows an example of how to instantiate this type.
|
|
319
|
+
# The values are placeholders you should change.
|
|
320
|
+
from aws_cdk import aws_codetest as codetest
|
|
321
|
+
|
|
322
|
+
cfn_persistent_configuration_props = codetest.CfnPersistentConfigurationProps(
|
|
323
|
+
results_role_arn="resultsRoleArn",
|
|
324
|
+
|
|
325
|
+
# the properties below are optional
|
|
326
|
+
name="name",
|
|
327
|
+
version="version",
|
|
328
|
+
vpc_config=codetest.CfnPersistentConfiguration.VpcConfigProperty(
|
|
329
|
+
security_group_ids=["securityGroupIds"],
|
|
330
|
+
subnets=["subnets"]
|
|
331
|
+
)
|
|
332
|
+
)
|
|
333
|
+
'''
|
|
334
|
+
if __debug__:
|
|
335
|
+
type_hints = typing.get_type_hints(_typecheckingstub__59d7b9f3b3c14b07cacea97cc2e09f95e72302d9c0b5ea71bd70aa198d383f0e)
|
|
336
|
+
check_type(argname="argument results_role_arn", value=results_role_arn, expected_type=type_hints["results_role_arn"])
|
|
337
|
+
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
338
|
+
check_type(argname="argument version", value=version, expected_type=type_hints["version"])
|
|
339
|
+
check_type(argname="argument vpc_config", value=vpc_config, expected_type=type_hints["vpc_config"])
|
|
340
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
341
|
+
"results_role_arn": results_role_arn,
|
|
342
|
+
}
|
|
343
|
+
if name is not None:
|
|
344
|
+
self._values["name"] = name
|
|
345
|
+
if version is not None:
|
|
346
|
+
self._values["version"] = version
|
|
347
|
+
if vpc_config is not None:
|
|
348
|
+
self._values["vpc_config"] = vpc_config
|
|
349
|
+
|
|
350
|
+
@builtins.property
|
|
351
|
+
def results_role_arn(self) -> builtins.str:
|
|
352
|
+
'''
|
|
353
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codetest-persistentconfiguration.html#cfn-codetest-persistentconfiguration-resultsrolearn
|
|
354
|
+
'''
|
|
355
|
+
result = self._values.get("results_role_arn")
|
|
356
|
+
assert result is not None, "Required property 'results_role_arn' is missing"
|
|
357
|
+
return typing.cast(builtins.str, result)
|
|
358
|
+
|
|
359
|
+
@builtins.property
|
|
360
|
+
def name(self) -> typing.Optional[builtins.str]:
|
|
361
|
+
'''
|
|
362
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codetest-persistentconfiguration.html#cfn-codetest-persistentconfiguration-name
|
|
363
|
+
'''
|
|
364
|
+
result = self._values.get("name")
|
|
365
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
366
|
+
|
|
367
|
+
@builtins.property
|
|
368
|
+
def version(self) -> typing.Optional[builtins.str]:
|
|
369
|
+
'''
|
|
370
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codetest-persistentconfiguration.html#cfn-codetest-persistentconfiguration-version
|
|
371
|
+
'''
|
|
372
|
+
result = self._values.get("version")
|
|
373
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
374
|
+
|
|
375
|
+
@builtins.property
|
|
376
|
+
def vpc_config(
|
|
377
|
+
self,
|
|
378
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnPersistentConfiguration.VpcConfigProperty]]:
|
|
379
|
+
'''
|
|
380
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codetest-persistentconfiguration.html#cfn-codetest-persistentconfiguration-vpcconfig
|
|
381
|
+
'''
|
|
382
|
+
result = self._values.get("vpc_config")
|
|
383
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnPersistentConfiguration.VpcConfigProperty]], result)
|
|
384
|
+
|
|
385
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
386
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
387
|
+
|
|
388
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
389
|
+
return not (rhs == self)
|
|
390
|
+
|
|
391
|
+
def __repr__(self) -> str:
|
|
392
|
+
return "CfnPersistentConfigurationProps(%s)" % ", ".join(
|
|
393
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
394
|
+
)
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
@jsii.implements(_IInspectable_c2943556)
|
|
398
|
+
class CfnSeries(
|
|
399
|
+
_CfnResource_9df397a6,
|
|
400
|
+
metaclass=jsii.JSIIMeta,
|
|
401
|
+
jsii_type="aws-cdk-lib.aws_codetest.CfnSeries",
|
|
402
|
+
):
|
|
403
|
+
'''Resource Type definition for AWS::CodeTest::Series.
|
|
404
|
+
|
|
405
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codetest-series.html
|
|
406
|
+
:cloudformationResource: AWS::CodeTest::Series
|
|
407
|
+
:exampleMetadata: fixture=_generated
|
|
408
|
+
|
|
409
|
+
Example::
|
|
410
|
+
|
|
411
|
+
# The code below shows an example of how to instantiate this type.
|
|
412
|
+
# The values are placeholders you should change.
|
|
413
|
+
from aws_cdk import aws_codetest as codetest
|
|
414
|
+
|
|
415
|
+
# run_definition: Any
|
|
416
|
+
|
|
417
|
+
cfn_series = codetest.CfnSeries(self, "MyCfnSeries",
|
|
418
|
+
persistent_configuration_id="persistentConfigurationId",
|
|
419
|
+
run_definition=run_definition,
|
|
420
|
+
state="state",
|
|
421
|
+
|
|
422
|
+
# the properties below are optional
|
|
423
|
+
name="name"
|
|
424
|
+
)
|
|
425
|
+
'''
|
|
426
|
+
|
|
427
|
+
def __init__(
|
|
428
|
+
self,
|
|
429
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
430
|
+
id: builtins.str,
|
|
431
|
+
*,
|
|
432
|
+
persistent_configuration_id: builtins.str,
|
|
433
|
+
run_definition: typing.Any,
|
|
434
|
+
state: builtins.str,
|
|
435
|
+
name: typing.Optional[builtins.str] = None,
|
|
436
|
+
) -> None:
|
|
437
|
+
'''
|
|
438
|
+
:param scope: Scope in which this resource is defined.
|
|
439
|
+
:param id: Construct identifier for this resource (unique in its scope).
|
|
440
|
+
:param persistent_configuration_id:
|
|
441
|
+
:param run_definition:
|
|
442
|
+
:param state:
|
|
443
|
+
:param name:
|
|
444
|
+
'''
|
|
445
|
+
if __debug__:
|
|
446
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8e4c4a515f26312f3844834ada5021cdfd58ee8b7e773009cdfa635f52bb0549)
|
|
447
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
448
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
449
|
+
props = CfnSeriesProps(
|
|
450
|
+
persistent_configuration_id=persistent_configuration_id,
|
|
451
|
+
run_definition=run_definition,
|
|
452
|
+
state=state,
|
|
453
|
+
name=name,
|
|
454
|
+
)
|
|
455
|
+
|
|
456
|
+
jsii.create(self.__class__, self, [scope, id, props])
|
|
457
|
+
|
|
458
|
+
@jsii.member(jsii_name="inspect")
|
|
459
|
+
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
460
|
+
'''Examines the CloudFormation resource and discloses attributes.
|
|
461
|
+
|
|
462
|
+
:param inspector: tree inspector to collect and process attributes.
|
|
463
|
+
'''
|
|
464
|
+
if __debug__:
|
|
465
|
+
type_hints = typing.get_type_hints(_typecheckingstub__df00296f4abcafee1091a3472368de0801c4d104aaf0da5e91cec2c3674736bb)
|
|
466
|
+
check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
|
|
467
|
+
return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
|
|
468
|
+
|
|
469
|
+
@jsii.member(jsii_name="renderProperties")
|
|
470
|
+
def _render_properties(
|
|
471
|
+
self,
|
|
472
|
+
props: typing.Mapping[builtins.str, typing.Any],
|
|
473
|
+
) -> typing.Mapping[builtins.str, typing.Any]:
|
|
474
|
+
'''
|
|
475
|
+
:param props: -
|
|
476
|
+
'''
|
|
477
|
+
if __debug__:
|
|
478
|
+
type_hints = typing.get_type_hints(_typecheckingstub__95350aa4223a7e92142bcb8aa09cdb0b1b40cdb5e2f22685972bf728d7ac7cf4)
|
|
479
|
+
check_type(argname="argument props", value=props, expected_type=type_hints["props"])
|
|
480
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
|
|
481
|
+
|
|
482
|
+
@jsii.python.classproperty
|
|
483
|
+
@jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
|
|
484
|
+
def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
|
|
485
|
+
'''The CloudFormation resource type name for this resource class.'''
|
|
486
|
+
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
487
|
+
|
|
488
|
+
@builtins.property
|
|
489
|
+
@jsii.member(jsii_name="attrId")
|
|
490
|
+
def attr_id(self) -> builtins.str:
|
|
491
|
+
'''
|
|
492
|
+
:cloudformationAttribute: Id
|
|
493
|
+
'''
|
|
494
|
+
return typing.cast(builtins.str, jsii.get(self, "attrId"))
|
|
495
|
+
|
|
496
|
+
@builtins.property
|
|
497
|
+
@jsii.member(jsii_name="cfnProperties")
|
|
498
|
+
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
499
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
500
|
+
|
|
501
|
+
@builtins.property
|
|
502
|
+
@jsii.member(jsii_name="persistentConfigurationId")
|
|
503
|
+
def persistent_configuration_id(self) -> builtins.str:
|
|
504
|
+
return typing.cast(builtins.str, jsii.get(self, "persistentConfigurationId"))
|
|
505
|
+
|
|
506
|
+
@persistent_configuration_id.setter
|
|
507
|
+
def persistent_configuration_id(self, value: builtins.str) -> None:
|
|
508
|
+
if __debug__:
|
|
509
|
+
type_hints = typing.get_type_hints(_typecheckingstub__fca40f592ca3b3af2ad5c90e19eb2218b0ae92c82fa27320ba4db0826bae1417)
|
|
510
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
511
|
+
jsii.set(self, "persistentConfigurationId", value)
|
|
512
|
+
|
|
513
|
+
@builtins.property
|
|
514
|
+
@jsii.member(jsii_name="runDefinition")
|
|
515
|
+
def run_definition(self) -> typing.Any:
|
|
516
|
+
return typing.cast(typing.Any, jsii.get(self, "runDefinition"))
|
|
517
|
+
|
|
518
|
+
@run_definition.setter
|
|
519
|
+
def run_definition(self, value: typing.Any) -> None:
|
|
520
|
+
if __debug__:
|
|
521
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a882de0fa21a24de52f7e8b057cc371e8fd3acdb17fd65ebf14ff225b6136200)
|
|
522
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
523
|
+
jsii.set(self, "runDefinition", value)
|
|
524
|
+
|
|
525
|
+
@builtins.property
|
|
526
|
+
@jsii.member(jsii_name="state")
|
|
527
|
+
def state(self) -> builtins.str:
|
|
528
|
+
return typing.cast(builtins.str, jsii.get(self, "state"))
|
|
529
|
+
|
|
530
|
+
@state.setter
|
|
531
|
+
def state(self, value: builtins.str) -> None:
|
|
532
|
+
if __debug__:
|
|
533
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c1c4eb51de7e6e78957a12840bfb13a8af10e08cfecf981c75ad28354600a36b)
|
|
534
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
535
|
+
jsii.set(self, "state", value)
|
|
536
|
+
|
|
537
|
+
@builtins.property
|
|
538
|
+
@jsii.member(jsii_name="name")
|
|
539
|
+
def name(self) -> typing.Optional[builtins.str]:
|
|
540
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "name"))
|
|
541
|
+
|
|
542
|
+
@name.setter
|
|
543
|
+
def name(self, value: typing.Optional[builtins.str]) -> None:
|
|
544
|
+
if __debug__:
|
|
545
|
+
type_hints = typing.get_type_hints(_typecheckingstub__59d4e290104f4dde73c3b122ba4e00181988662058825d26c58b358e28873346)
|
|
546
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
547
|
+
jsii.set(self, "name", value)
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
@jsii.data_type(
|
|
551
|
+
jsii_type="aws-cdk-lib.aws_codetest.CfnSeriesProps",
|
|
552
|
+
jsii_struct_bases=[],
|
|
553
|
+
name_mapping={
|
|
554
|
+
"persistent_configuration_id": "persistentConfigurationId",
|
|
555
|
+
"run_definition": "runDefinition",
|
|
556
|
+
"state": "state",
|
|
557
|
+
"name": "name",
|
|
558
|
+
},
|
|
559
|
+
)
|
|
560
|
+
class CfnSeriesProps:
|
|
561
|
+
def __init__(
|
|
562
|
+
self,
|
|
563
|
+
*,
|
|
564
|
+
persistent_configuration_id: builtins.str,
|
|
565
|
+
run_definition: typing.Any,
|
|
566
|
+
state: builtins.str,
|
|
567
|
+
name: typing.Optional[builtins.str] = None,
|
|
568
|
+
) -> None:
|
|
569
|
+
'''Properties for defining a ``CfnSeries``.
|
|
570
|
+
|
|
571
|
+
:param persistent_configuration_id:
|
|
572
|
+
:param run_definition:
|
|
573
|
+
:param state:
|
|
574
|
+
:param name:
|
|
575
|
+
|
|
576
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codetest-series.html
|
|
577
|
+
:exampleMetadata: fixture=_generated
|
|
578
|
+
|
|
579
|
+
Example::
|
|
580
|
+
|
|
581
|
+
# The code below shows an example of how to instantiate this type.
|
|
582
|
+
# The values are placeholders you should change.
|
|
583
|
+
from aws_cdk import aws_codetest as codetest
|
|
584
|
+
|
|
585
|
+
# run_definition: Any
|
|
586
|
+
|
|
587
|
+
cfn_series_props = codetest.CfnSeriesProps(
|
|
588
|
+
persistent_configuration_id="persistentConfigurationId",
|
|
589
|
+
run_definition=run_definition,
|
|
590
|
+
state="state",
|
|
591
|
+
|
|
592
|
+
# the properties below are optional
|
|
593
|
+
name="name"
|
|
594
|
+
)
|
|
595
|
+
'''
|
|
596
|
+
if __debug__:
|
|
597
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c906d8031c767851bc9b6793505f5b198029d76cfbf56fd0d45a04acae867176)
|
|
598
|
+
check_type(argname="argument persistent_configuration_id", value=persistent_configuration_id, expected_type=type_hints["persistent_configuration_id"])
|
|
599
|
+
check_type(argname="argument run_definition", value=run_definition, expected_type=type_hints["run_definition"])
|
|
600
|
+
check_type(argname="argument state", value=state, expected_type=type_hints["state"])
|
|
601
|
+
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
602
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
603
|
+
"persistent_configuration_id": persistent_configuration_id,
|
|
604
|
+
"run_definition": run_definition,
|
|
605
|
+
"state": state,
|
|
606
|
+
}
|
|
607
|
+
if name is not None:
|
|
608
|
+
self._values["name"] = name
|
|
609
|
+
|
|
610
|
+
@builtins.property
|
|
611
|
+
def persistent_configuration_id(self) -> builtins.str:
|
|
612
|
+
'''
|
|
613
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codetest-series.html#cfn-codetest-series-persistentconfigurationid
|
|
614
|
+
'''
|
|
615
|
+
result = self._values.get("persistent_configuration_id")
|
|
616
|
+
assert result is not None, "Required property 'persistent_configuration_id' is missing"
|
|
617
|
+
return typing.cast(builtins.str, result)
|
|
618
|
+
|
|
619
|
+
@builtins.property
|
|
620
|
+
def run_definition(self) -> typing.Any:
|
|
621
|
+
'''
|
|
622
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codetest-series.html#cfn-codetest-series-rundefinition
|
|
623
|
+
'''
|
|
624
|
+
result = self._values.get("run_definition")
|
|
625
|
+
assert result is not None, "Required property 'run_definition' is missing"
|
|
626
|
+
return typing.cast(typing.Any, result)
|
|
627
|
+
|
|
628
|
+
@builtins.property
|
|
629
|
+
def state(self) -> builtins.str:
|
|
630
|
+
'''
|
|
631
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codetest-series.html#cfn-codetest-series-state
|
|
632
|
+
'''
|
|
633
|
+
result = self._values.get("state")
|
|
634
|
+
assert result is not None, "Required property 'state' is missing"
|
|
635
|
+
return typing.cast(builtins.str, result)
|
|
636
|
+
|
|
637
|
+
@builtins.property
|
|
638
|
+
def name(self) -> typing.Optional[builtins.str]:
|
|
639
|
+
'''
|
|
640
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codetest-series.html#cfn-codetest-series-name
|
|
641
|
+
'''
|
|
642
|
+
result = self._values.get("name")
|
|
643
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
644
|
+
|
|
645
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
646
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
647
|
+
|
|
648
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
649
|
+
return not (rhs == self)
|
|
650
|
+
|
|
651
|
+
def __repr__(self) -> str:
|
|
652
|
+
return "CfnSeriesProps(%s)" % ", ".join(
|
|
653
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
654
|
+
)
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
__all__ = [
|
|
658
|
+
"CfnPersistentConfiguration",
|
|
659
|
+
"CfnPersistentConfigurationProps",
|
|
660
|
+
"CfnSeries",
|
|
661
|
+
"CfnSeriesProps",
|
|
662
|
+
]
|
|
663
|
+
|
|
664
|
+
publication.publish()
|
|
665
|
+
|
|
666
|
+
def _typecheckingstub__cad5062810de71ae8e1fd28a416600ec6510615d6b89a8d3c12546f78634c0f9(
|
|
667
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
668
|
+
id: builtins.str,
|
|
669
|
+
*,
|
|
670
|
+
results_role_arn: builtins.str,
|
|
671
|
+
name: typing.Optional[builtins.str] = None,
|
|
672
|
+
version: typing.Optional[builtins.str] = None,
|
|
673
|
+
vpc_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPersistentConfiguration.VpcConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
674
|
+
) -> None:
|
|
675
|
+
"""Type checking stubs"""
|
|
676
|
+
pass
|
|
677
|
+
|
|
678
|
+
def _typecheckingstub__ccd63e91af2eb8ebdfbacb79be24ff2221c0e7c102d0ebda08998057777ead4a(
|
|
679
|
+
inspector: _TreeInspector_488e0dd5,
|
|
680
|
+
) -> None:
|
|
681
|
+
"""Type checking stubs"""
|
|
682
|
+
pass
|
|
683
|
+
|
|
684
|
+
def _typecheckingstub__8e6872a5580c0d64dce57e87557a4a6aedf0685637c9e531de4f9a9a212b6187(
|
|
685
|
+
props: typing.Mapping[builtins.str, typing.Any],
|
|
686
|
+
) -> None:
|
|
687
|
+
"""Type checking stubs"""
|
|
688
|
+
pass
|
|
689
|
+
|
|
690
|
+
def _typecheckingstub__43f2305422477b4f72b47deeae6b64a04845eb14e7af66b2c5189a4cc39e0632(
|
|
691
|
+
value: builtins.str,
|
|
692
|
+
) -> None:
|
|
693
|
+
"""Type checking stubs"""
|
|
694
|
+
pass
|
|
695
|
+
|
|
696
|
+
def _typecheckingstub__9d19a205d82a49a3a035ea67f1dfb0eb88334cccba78bb5a10c3e59c0f517fc6(
|
|
697
|
+
value: typing.Optional[builtins.str],
|
|
698
|
+
) -> None:
|
|
699
|
+
"""Type checking stubs"""
|
|
700
|
+
pass
|
|
701
|
+
|
|
702
|
+
def _typecheckingstub__76be25692bf189a6b695397e4dfd18053d79a944f6fba0dcd10ca7e6809750a1(
|
|
703
|
+
value: typing.Optional[builtins.str],
|
|
704
|
+
) -> None:
|
|
705
|
+
"""Type checking stubs"""
|
|
706
|
+
pass
|
|
707
|
+
|
|
708
|
+
def _typecheckingstub__ff2888dfb5c60e8b8dbc3cb51b50d77e4b11854e00ac8be4a3bafd46b683b75f(
|
|
709
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnPersistentConfiguration.VpcConfigProperty]],
|
|
710
|
+
) -> None:
|
|
711
|
+
"""Type checking stubs"""
|
|
712
|
+
pass
|
|
713
|
+
|
|
714
|
+
def _typecheckingstub__7b9392979d202e89e968931f5bb84134d33c7c81e72d6dc3fc4a8c4a8dd380a4(
|
|
715
|
+
*,
|
|
716
|
+
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
717
|
+
subnets: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
718
|
+
) -> None:
|
|
719
|
+
"""Type checking stubs"""
|
|
720
|
+
pass
|
|
721
|
+
|
|
722
|
+
def _typecheckingstub__59d7b9f3b3c14b07cacea97cc2e09f95e72302d9c0b5ea71bd70aa198d383f0e(
|
|
723
|
+
*,
|
|
724
|
+
results_role_arn: builtins.str,
|
|
725
|
+
name: typing.Optional[builtins.str] = None,
|
|
726
|
+
version: typing.Optional[builtins.str] = None,
|
|
727
|
+
vpc_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPersistentConfiguration.VpcConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
728
|
+
) -> None:
|
|
729
|
+
"""Type checking stubs"""
|
|
730
|
+
pass
|
|
731
|
+
|
|
732
|
+
def _typecheckingstub__8e4c4a515f26312f3844834ada5021cdfd58ee8b7e773009cdfa635f52bb0549(
|
|
733
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
734
|
+
id: builtins.str,
|
|
735
|
+
*,
|
|
736
|
+
persistent_configuration_id: builtins.str,
|
|
737
|
+
run_definition: typing.Any,
|
|
738
|
+
state: builtins.str,
|
|
739
|
+
name: typing.Optional[builtins.str] = None,
|
|
740
|
+
) -> None:
|
|
741
|
+
"""Type checking stubs"""
|
|
742
|
+
pass
|
|
743
|
+
|
|
744
|
+
def _typecheckingstub__df00296f4abcafee1091a3472368de0801c4d104aaf0da5e91cec2c3674736bb(
|
|
745
|
+
inspector: _TreeInspector_488e0dd5,
|
|
746
|
+
) -> None:
|
|
747
|
+
"""Type checking stubs"""
|
|
748
|
+
pass
|
|
749
|
+
|
|
750
|
+
def _typecheckingstub__95350aa4223a7e92142bcb8aa09cdb0b1b40cdb5e2f22685972bf728d7ac7cf4(
|
|
751
|
+
props: typing.Mapping[builtins.str, typing.Any],
|
|
752
|
+
) -> None:
|
|
753
|
+
"""Type checking stubs"""
|
|
754
|
+
pass
|
|
755
|
+
|
|
756
|
+
def _typecheckingstub__fca40f592ca3b3af2ad5c90e19eb2218b0ae92c82fa27320ba4db0826bae1417(
|
|
757
|
+
value: builtins.str,
|
|
758
|
+
) -> None:
|
|
759
|
+
"""Type checking stubs"""
|
|
760
|
+
pass
|
|
761
|
+
|
|
762
|
+
def _typecheckingstub__a882de0fa21a24de52f7e8b057cc371e8fd3acdb17fd65ebf14ff225b6136200(
|
|
763
|
+
value: typing.Any,
|
|
764
|
+
) -> None:
|
|
765
|
+
"""Type checking stubs"""
|
|
766
|
+
pass
|
|
767
|
+
|
|
768
|
+
def _typecheckingstub__c1c4eb51de7e6e78957a12840bfb13a8af10e08cfecf981c75ad28354600a36b(
|
|
769
|
+
value: builtins.str,
|
|
770
|
+
) -> None:
|
|
771
|
+
"""Type checking stubs"""
|
|
772
|
+
pass
|
|
773
|
+
|
|
774
|
+
def _typecheckingstub__59d4e290104f4dde73c3b122ba4e00181988662058825d26c58b358e28873346(
|
|
775
|
+
value: typing.Optional[builtins.str],
|
|
776
|
+
) -> None:
|
|
777
|
+
"""Type checking stubs"""
|
|
778
|
+
pass
|
|
779
|
+
|
|
780
|
+
def _typecheckingstub__c906d8031c767851bc9b6793505f5b198029d76cfbf56fd0d45a04acae867176(
|
|
781
|
+
*,
|
|
782
|
+
persistent_configuration_id: builtins.str,
|
|
783
|
+
run_definition: typing.Any,
|
|
784
|
+
state: builtins.str,
|
|
785
|
+
name: typing.Optional[builtins.str] = None,
|
|
786
|
+
) -> None:
|
|
787
|
+
"""Type checking stubs"""
|
|
788
|
+
pass
|