aws-cdk-lib 2.128.0__py3-none-any.whl → 2.130.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.

Files changed (101) hide show
  1. aws_cdk/__init__.py +2 -10
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.128.0.jsii.tgz → aws-cdk-lib@2.130.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +6 -24
  5. aws_cdk/aws_amplify/__init__.py +1 -2
  6. aws_cdk/aws_appconfig/__init__.py +13010 -2708
  7. aws_cdk/aws_applicationautoscaling/__init__.py +55 -22
  8. aws_cdk/aws_appstream/__init__.py +14 -14
  9. aws_cdk/aws_appsync/__init__.py +334 -3
  10. aws_cdk/aws_autoscaling/__init__.py +11 -7
  11. aws_cdk/aws_backup/__init__.py +3 -3
  12. aws_cdk/aws_batch/__init__.py +137 -16
  13. aws_cdk/aws_bedrock/__init__.py +13 -1
  14. aws_cdk/aws_cleanrooms/__init__.py +1 -2
  15. aws_cdk/aws_cloudformation/__init__.py +2 -10
  16. aws_cdk/aws_cloudfront/__init__.py +15 -8
  17. aws_cdk/aws_cloudfront/experimental/__init__.py +22 -0
  18. aws_cdk/aws_cloudfront_origins/__init__.py +332 -0
  19. aws_cdk/aws_cloudtrail/__init__.py +12 -2
  20. aws_cdk/aws_cloudwatch/__init__.py +4 -0
  21. aws_cdk/aws_codepipeline/__init__.py +463 -11
  22. aws_cdk/aws_cognito/__init__.py +0 -9
  23. aws_cdk/aws_config/__init__.py +2 -2
  24. aws_cdk/aws_connect/__init__.py +6 -1
  25. aws_cdk/aws_controltower/__init__.py +527 -7
  26. aws_cdk/aws_datasync/__init__.py +2 -2
  27. aws_cdk/aws_directoryservice/__init__.py +2 -3
  28. aws_cdk/aws_dynamodb/__init__.py +7 -0
  29. aws_cdk/aws_ec2/__init__.py +117 -210
  30. aws_cdk/aws_ecs/__init__.py +537 -3
  31. aws_cdk/aws_eks/__init__.py +2 -2
  32. aws_cdk/aws_elasticache/__init__.py +27 -20
  33. aws_cdk/aws_elasticloadbalancingv2/__init__.py +3 -4
  34. aws_cdk/aws_emr/__init__.py +23 -3
  35. aws_cdk/aws_events_targets/__init__.py +64 -20
  36. aws_cdk/aws_fis/__init__.py +4 -4
  37. aws_cdk/aws_frauddetector/__init__.py +3 -3
  38. aws_cdk/aws_globalaccelerator/__init__.py +2 -6
  39. aws_cdk/aws_glue/__init__.py +84 -55
  40. aws_cdk/aws_groundstation/__init__.py +8 -12
  41. aws_cdk/aws_guardduty/__init__.py +74 -70
  42. aws_cdk/aws_iam/__init__.py +16 -23
  43. aws_cdk/aws_imagebuilder/__init__.py +178 -156
  44. aws_cdk/aws_internetmonitor/__init__.py +12 -10
  45. aws_cdk/aws_iot/__init__.py +17 -10
  46. aws_cdk/aws_iotevents/__init__.py +4 -4
  47. aws_cdk/aws_iotfleetwise/__init__.py +10 -5
  48. aws_cdk/aws_iottwinmaker/__init__.py +3 -5
  49. aws_cdk/aws_iotwireless/__init__.py +35 -23
  50. aws_cdk/aws_kendra/__init__.py +36 -15
  51. aws_cdk/aws_kinesisfirehose/__init__.py +155 -114
  52. aws_cdk/aws_lambda/__init__.py +157 -12
  53. aws_cdk/aws_lambda_nodejs/__init__.py +22 -0
  54. aws_cdk/aws_lightsail/__init__.py +14 -18
  55. aws_cdk/aws_logs/__init__.py +15 -15
  56. aws_cdk/aws_mediaconnect/__init__.py +5 -3
  57. aws_cdk/aws_medialive/__init__.py +3 -12
  58. aws_cdk/aws_mediapackagev2/__init__.py +287 -286
  59. aws_cdk/aws_mediatailor/__init__.py +2 -2
  60. aws_cdk/aws_memorydb/__init__.py +2 -2
  61. aws_cdk/aws_msk/__init__.py +6 -3
  62. aws_cdk/aws_mwaa/__init__.py +10 -5
  63. aws_cdk/aws_neptunegraph/__init__.py +84 -66
  64. aws_cdk/aws_networkfirewall/__init__.py +5 -8
  65. aws_cdk/aws_networkmanager/__init__.py +3 -3
  66. aws_cdk/aws_nimblestudio/__init__.py +2 -4
  67. aws_cdk/aws_opensearchservice/__init__.py +12 -10
  68. aws_cdk/aws_osis/__init__.py +1 -3
  69. aws_cdk/aws_pinpoint/__init__.py +5 -5
  70. aws_cdk/aws_pipes/__init__.py +5 -5
  71. aws_cdk/aws_quicksight/__init__.py +5 -10
  72. aws_cdk/aws_rds/__init__.py +43 -26
  73. aws_cdk/aws_redshift/__init__.py +9 -5
  74. aws_cdk/aws_redshiftserverless/__init__.py +62 -38
  75. aws_cdk/aws_rolesanywhere/__init__.py +41 -53
  76. aws_cdk/aws_route53/__init__.py +532 -6
  77. aws_cdk/aws_route53recoverycontrol/__init__.py +1 -3
  78. aws_cdk/aws_route53recoveryreadiness/__init__.py +2 -2
  79. aws_cdk/aws_route53resolver/__init__.py +1 -4
  80. aws_cdk/aws_s3/__init__.py +3 -1
  81. aws_cdk/aws_s3objectlambda/__init__.py +7 -4
  82. aws_cdk/aws_s3outposts/__init__.py +1 -1
  83. aws_cdk/aws_sagemaker/__init__.py +111 -11
  84. aws_cdk/aws_servicecatalogappregistry/__init__.py +3 -3
  85. aws_cdk/aws_sns/__init__.py +185 -38
  86. aws_cdk/aws_ssm/__init__.py +16 -16
  87. aws_cdk/aws_ssmincidents/__init__.py +1 -1
  88. aws_cdk/aws_synthetics/__init__.py +94 -21
  89. aws_cdk/aws_verifiedpermissions/__init__.py +1 -2
  90. aws_cdk/aws_vpclattice/__init__.py +8 -4
  91. aws_cdk/aws_wafv2/__init__.py +14 -59
  92. aws_cdk/aws_workspaces/__init__.py +5 -4
  93. aws_cdk/aws_workspacesweb/__init__.py +6 -12
  94. aws_cdk/pipelines/__init__.py +3 -2
  95. aws_cdk/triggers/__init__.py +22 -0
  96. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.130.0.dist-info}/METADATA +1 -1
  97. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.130.0.dist-info}/NOTICE +30 -0
  98. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.130.0.dist-info}/RECORD +101 -101
  99. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.130.0.dist-info}/LICENSE +0 -0
  100. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.130.0.dist-info}/WHEEL +0 -0
  101. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.130.0.dist-info}/top_level.txt +0 -0
@@ -1760,9 +1760,9 @@ class CfnPlaybackConfiguration(
1760
1760
  @builtins.property
1761
1761
  @jsii.member(jsii_name="attrDashConfigurationManifestEndpointPrefix")
1762
1762
  def attr_dash_configuration_manifest_endpoint_prefix(self) -> builtins.str:
1763
- '''The URL generated by MediaTailor to initiate a DASH playback session.
1763
+ '''The URL generated by MediaTailor to initiate a playback session.
1764
1764
 
1765
- The session uses server-side reporting.
1765
+ The session uses server-side reporting. This setting is ignored in PUT operations.
1766
1766
 
1767
1767
  :cloudformationAttribute: DashConfiguration.ManifestEndpointPrefix
1768
1768
  '''
@@ -495,7 +495,7 @@ class CfnCluster(
495
495
  @builtins.property
496
496
  @jsii.member(jsii_name="attrClusterEndpointAddress")
497
497
  def attr_cluster_endpoint_address(self) -> builtins.str:
498
- '''The DNS address of the primary read-write node.
498
+ '''The address of the cluster 's configuration endpoint.
499
499
 
500
500
  :cloudformationAttribute: ClusterEndpoint.Address
501
501
  '''
@@ -504,7 +504,7 @@ class CfnCluster(
504
504
  @builtins.property
505
505
  @jsii.member(jsii_name="attrClusterEndpointPort")
506
506
  def attr_cluster_endpoint_port(self) -> jsii.Number:
507
- '''The port number that the engine is listening on.
507
+ '''The port used by the cluster configuration endpoint.
508
508
 
509
509
  :cloudformationAttribute: ClusterEndpoint.Port
510
510
  '''
@@ -3709,7 +3709,8 @@ class CfnConfiguration(
3709
3709
  @builtins.property
3710
3710
  @jsii.member(jsii_name="attrLatestRevisionCreationTime")
3711
3711
  def attr_latest_revision_creation_time(self) -> builtins.str:
3712
- '''
3712
+ '''The time when the configuration was created.
3713
+
3713
3714
  :cloudformationAttribute: LatestRevision.CreationTime
3714
3715
  '''
3715
3716
  return typing.cast(builtins.str, jsii.get(self, "attrLatestRevisionCreationTime"))
@@ -3717,7 +3718,8 @@ class CfnConfiguration(
3717
3718
  @builtins.property
3718
3719
  @jsii.member(jsii_name="attrLatestRevisionDescription")
3719
3720
  def attr_latest_revision_description(self) -> builtins.str:
3720
- '''
3721
+ '''The description of the configuration.
3722
+
3721
3723
  :cloudformationAttribute: LatestRevision.Description
3722
3724
  '''
3723
3725
  return typing.cast(builtins.str, jsii.get(self, "attrLatestRevisionDescription"))
@@ -3725,7 +3727,8 @@ class CfnConfiguration(
3725
3727
  @builtins.property
3726
3728
  @jsii.member(jsii_name="attrLatestRevisionRevision")
3727
3729
  def attr_latest_revision_revision(self) -> jsii.Number:
3728
- '''
3730
+ '''A string that uniquely identifies a revision of an MSK configuration.
3731
+
3729
3732
  :cloudformationAttribute: LatestRevision.Revision
3730
3733
  '''
3731
3734
  return typing.cast(jsii.Number, jsii.get(self, "attrLatestRevisionRevision"))
@@ -279,7 +279,8 @@ class CfnEnvironment(
279
279
  def attr_logging_configuration_dag_processing_logs_cloud_watch_log_group_arn(
280
280
  self,
281
281
  ) -> builtins.str:
282
- '''
282
+ '''The ARN for the CloudWatch Logs group where the Apache Airflow DAG processing logs are published.
283
+
283
284
  :cloudformationAttribute: LoggingConfiguration.DagProcessingLogs.CloudWatchLogGroupArn
284
285
  '''
285
286
  return typing.cast(builtins.str, jsii.get(self, "attrLoggingConfigurationDagProcessingLogsCloudWatchLogGroupArn"))
@@ -289,7 +290,8 @@ class CfnEnvironment(
289
290
  def attr_logging_configuration_scheduler_logs_cloud_watch_log_group_arn(
290
291
  self,
291
292
  ) -> builtins.str:
292
- '''
293
+ '''The ARN for the CloudWatch Logs group where the Apache Airflow Scheduler logs are published.
294
+
293
295
  :cloudformationAttribute: LoggingConfiguration.SchedulerLogs.CloudWatchLogGroupArn
294
296
  '''
295
297
  return typing.cast(builtins.str, jsii.get(self, "attrLoggingConfigurationSchedulerLogsCloudWatchLogGroupArn"))
@@ -299,7 +301,8 @@ class CfnEnvironment(
299
301
  def attr_logging_configuration_task_logs_cloud_watch_log_group_arn(
300
302
  self,
301
303
  ) -> builtins.str:
302
- '''
304
+ '''The ARN for the CloudWatch Logs group where the Apache Airflow task logs are published.
305
+
303
306
  :cloudformationAttribute: LoggingConfiguration.TaskLogs.CloudWatchLogGroupArn
304
307
  '''
305
308
  return typing.cast(builtins.str, jsii.get(self, "attrLoggingConfigurationTaskLogsCloudWatchLogGroupArn"))
@@ -309,7 +312,8 @@ class CfnEnvironment(
309
312
  def attr_logging_configuration_webserver_logs_cloud_watch_log_group_arn(
310
313
  self,
311
314
  ) -> builtins.str:
312
- '''
315
+ '''The ARN for the CloudWatch Logs group where the Apache Airflow Web server logs are published.
316
+
313
317
  :cloudformationAttribute: LoggingConfiguration.WebserverLogs.CloudWatchLogGroupArn
314
318
  '''
315
319
  return typing.cast(builtins.str, jsii.get(self, "attrLoggingConfigurationWebserverLogsCloudWatchLogGroupArn"))
@@ -319,7 +323,8 @@ class CfnEnvironment(
319
323
  def attr_logging_configuration_worker_logs_cloud_watch_log_group_arn(
320
324
  self,
321
325
  ) -> builtins.str:
322
- '''
326
+ '''The ARN for the CloudWatch Logs group where the Apache Airflow Worker logs are published.
327
+
323
328
  :cloudformationAttribute: LoggingConfiguration.WorkerLogs.CloudWatchLogGroupArn
324
329
  '''
325
330
  return typing.cast(builtins.str, jsii.get(self, "attrLoggingConfigurationWorkerLogsCloudWatchLogGroupArn"))
@@ -65,7 +65,11 @@ class CfnGraph(
65
65
  metaclass=jsii.JSIIMeta,
66
66
  jsii_type="aws-cdk-lib.aws_neptunegraph.CfnGraph",
67
67
  ):
68
- '''The AWS::NeptuneGraph::Graph resource creates an Amazon NeptuneGraph Graph.
68
+ '''The ``AWS ::NeptuneGraph::Graph`` resource creates an graph.
69
+
70
+ is a memory-optimized graph database engine for analytics. For more information, see ` <https://docs.aws.amazon.com/neptune-analytics/latest/userguide/what-is-neptune-analytics.html>`_ .
71
+
72
+ You can use ``AWS ::NeptuneGraph::Graph.DeletionProtection`` to help guard against unintended deletion of your graph.
69
73
 
70
74
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-graph.html
71
75
  :cloudformationResource: AWS::NeptuneGraph::Graph
@@ -111,13 +115,13 @@ class CfnGraph(
111
115
  '''
112
116
  :param scope: Scope in which this resource is defined.
113
117
  :param id: Construct identifier for this resource (unique in its scope).
114
- :param provisioned_memory: Memory for the Graph.
115
- :param deletion_protection: Value that indicates whether the Graph has deletion protection enabled. The graph can't be deleted when deletion protection is enabled. *Default*: If not specified, the default value is true.
116
- :param graph_name: Contains a user-supplied name for the Graph. If you don't specify a name, we generate a unique Graph Name using a combination of Stack Name and a UUID comprising of 4 characters. *Important*: If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
117
- :param public_connectivity: Specifies whether the Graph can be reached over the internet. Access to all graphs requires IAM authentication. When the Graph is publicly reachable, its Domain Name System (DNS) endpoint resolves to the public IP address from the internet. When the Graph isn't publicly reachable, you need to create a PrivateGraphEndpoint in a given VPC to ensure the DNS name resolves to a private IP address that is reachable from the VPC. *Default*: If not specified, the default value is false.
118
- :param replica_count: Specifies the number of replicas you want when finished. All replicas will be provisioned in different availability zones. Replica Count should always be less than or equal to 2. *Default*: If not specified, the default value is 1.
119
- :param tags: The tags associated with this graph.
120
- :param vector_search_configuration: The vector search configuration.
118
+ :param provisioned_memory: The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Min = 128
119
+ :param deletion_protection: A value that indicates whether the graph has deletion protection enabled. The graph can't be deleted when deletion protection is enabled.
120
+ :param graph_name: The graph name. For example: ``my-graph-1`` . The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens. If you don't specify a graph name, a unique graph name is generated for you using the prefix ``graph-for`` , followed by a combination of ``Stack Name`` and a ``UUID`` .
121
+ :param public_connectivity: Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated. When the graph is publicly available, its domain name system (DNS) endpoint resolves to the public IP address from the internet. When the graph isn't publicly available, you need to create a ``PrivateGraphEndpoint`` in a given VPC to ensure the DNS name resolves to a private IP address that is reachable from the VPC. Default: If not specified, the default value is false. .. epigraph:: If enabling public connectivity for the first time, there will be a delay while it is enabled.
122
+ :param replica_count: The number of replicas in other AZs. Default: If not specified, the default value is 1.
123
+ :param tags: Adds metadata tags to the new graph. These tags can also be used with cost allocation reporting, or used in a Condition statement in an IAM policy.
124
+ :param vector_search_configuration: Specifies the number of dimensions for vector embeddings that will be loaded into the graph. The value is specified as ``dimension=`` value. Max = 65,535
121
125
  '''
122
126
  if __debug__:
123
127
  type_hints = typing.get_type_hints(_typecheckingstub__e963857650d4e99964bc9bad7da0b29a5d2d3c66d3452d1e9b4f35e89330e04b)
@@ -179,7 +183,9 @@ class CfnGraph(
179
183
  @builtins.property
180
184
  @jsii.member(jsii_name="attrGraphArn")
181
185
  def attr_graph_arn(self) -> builtins.str:
182
- '''Graph resource ARN.
186
+ '''The ARN of the graph.
187
+
188
+ For example: ``arn:aws:neptune-graph:us-east-1:111122223333:graph/g-12a3bcdef4``
183
189
 
184
190
  :cloudformationAttribute: GraphArn
185
191
  '''
@@ -188,7 +194,9 @@ class CfnGraph(
188
194
  @builtins.property
189
195
  @jsii.member(jsii_name="attrGraphId")
190
196
  def attr_graph_id(self) -> builtins.str:
191
- '''The auto-generated id assigned by the service.
197
+ '''The ID of the graph.
198
+
199
+ For example: ``g-12a3bcdef4``
192
200
 
193
201
  :cloudformationAttribute: GraphId
194
202
  '''
@@ -202,7 +210,7 @@ class CfnGraph(
202
210
  @builtins.property
203
211
  @jsii.member(jsii_name="provisionedMemory")
204
212
  def provisioned_memory(self) -> jsii.Number:
205
- '''Memory for the Graph.'''
213
+ '''The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.'''
206
214
  return typing.cast(jsii.Number, jsii.get(self, "provisionedMemory"))
207
215
 
208
216
  @provisioned_memory.setter
@@ -217,7 +225,7 @@ class CfnGraph(
217
225
  def deletion_protection(
218
226
  self,
219
227
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
220
- '''Value that indicates whether the Graph has deletion protection enabled.'''
228
+ '''A value that indicates whether the graph has deletion protection enabled.'''
221
229
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "deletionProtection"))
222
230
 
223
231
  @deletion_protection.setter
@@ -233,7 +241,10 @@ class CfnGraph(
233
241
  @builtins.property
234
242
  @jsii.member(jsii_name="graphName")
235
243
  def graph_name(self) -> typing.Optional[builtins.str]:
236
- '''Contains a user-supplied name for the Graph.'''
244
+ '''The graph name.
245
+
246
+ For example: ``my-graph-1`` .
247
+ '''
237
248
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "graphName"))
238
249
 
239
250
  @graph_name.setter
@@ -248,9 +259,9 @@ class CfnGraph(
248
259
  def public_connectivity(
249
260
  self,
250
261
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
251
- '''Specifies whether the Graph can be reached over the internet.
262
+ '''Specifies whether or not the graph can be reachable over the internet.
252
263
 
253
- Access to all graphs requires IAM authentication.
264
+ All access to graphs is IAM authenticated.
254
265
  '''
255
266
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "publicConnectivity"))
256
267
 
@@ -267,10 +278,7 @@ class CfnGraph(
267
278
  @builtins.property
268
279
  @jsii.member(jsii_name="replicaCount")
269
280
  def replica_count(self) -> typing.Optional[jsii.Number]:
270
- '''Specifies the number of replicas you want when finished.
271
-
272
- All replicas will be provisioned in different availability zones.
273
- '''
281
+ '''The number of replicas in other AZs.'''
274
282
  return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "replicaCount"))
275
283
 
276
284
  @replica_count.setter
@@ -283,7 +291,7 @@ class CfnGraph(
283
291
  @builtins.property
284
292
  @jsii.member(jsii_name="tags")
285
293
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
286
- '''The tags associated with this graph.'''
294
+ '''Adds metadata tags to the new graph.'''
287
295
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
288
296
 
289
297
  @tags.setter
@@ -298,7 +306,7 @@ class CfnGraph(
298
306
  def vector_search_configuration(
299
307
  self,
300
308
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnGraph.VectorSearchConfigurationProperty"]]:
301
- '''The vector search configuration.'''
309
+ '''Specifies the number of dimensions for vector embeddings that will be loaded into the graph.'''
302
310
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnGraph.VectorSearchConfigurationProperty"]], jsii.get(self, "vectorSearchConfiguration"))
303
311
 
304
312
  @vector_search_configuration.setter
@@ -318,9 +326,9 @@ class CfnGraph(
318
326
  )
319
327
  class VectorSearchConfigurationProperty:
320
328
  def __init__(self, *, vector_search_dimension: jsii.Number) -> None:
321
- '''The vector search configuration.
329
+ '''The vector-search configuration for the graph, which specifies the vector dimension to use in the vector index, if any.
322
330
 
323
- :param vector_search_dimension: The vector search dimension.
331
+ :param vector_search_dimension: The number of dimensions.
324
332
 
325
333
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-neptunegraph-graph-vectorsearchconfiguration.html
326
334
  :exampleMetadata: fixture=_generated
@@ -344,7 +352,7 @@ class CfnGraph(
344
352
 
345
353
  @builtins.property
346
354
  def vector_search_dimension(self) -> jsii.Number:
347
- '''The vector search dimension.
355
+ '''The number of dimensions.
348
356
 
349
357
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-neptunegraph-graph-vectorsearchconfiguration.html#cfn-neptunegraph-graph-vectorsearchconfiguration-vectorsearchdimension
350
358
  '''
@@ -391,13 +399,13 @@ class CfnGraphProps:
391
399
  ) -> None:
392
400
  '''Properties for defining a ``CfnGraph``.
393
401
 
394
- :param provisioned_memory: Memory for the Graph.
395
- :param deletion_protection: Value that indicates whether the Graph has deletion protection enabled. The graph can't be deleted when deletion protection is enabled. *Default*: If not specified, the default value is true.
396
- :param graph_name: Contains a user-supplied name for the Graph. If you don't specify a name, we generate a unique Graph Name using a combination of Stack Name and a UUID comprising of 4 characters. *Important*: If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
397
- :param public_connectivity: Specifies whether the Graph can be reached over the internet. Access to all graphs requires IAM authentication. When the Graph is publicly reachable, its Domain Name System (DNS) endpoint resolves to the public IP address from the internet. When the Graph isn't publicly reachable, you need to create a PrivateGraphEndpoint in a given VPC to ensure the DNS name resolves to a private IP address that is reachable from the VPC. *Default*: If not specified, the default value is false.
398
- :param replica_count: Specifies the number of replicas you want when finished. All replicas will be provisioned in different availability zones. Replica Count should always be less than or equal to 2. *Default*: If not specified, the default value is 1.
399
- :param tags: The tags associated with this graph.
400
- :param vector_search_configuration: The vector search configuration.
402
+ :param provisioned_memory: The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Min = 128
403
+ :param deletion_protection: A value that indicates whether the graph has deletion protection enabled. The graph can't be deleted when deletion protection is enabled.
404
+ :param graph_name: The graph name. For example: ``my-graph-1`` . The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens. If you don't specify a graph name, a unique graph name is generated for you using the prefix ``graph-for`` , followed by a combination of ``Stack Name`` and a ``UUID`` .
405
+ :param public_connectivity: Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated. When the graph is publicly available, its domain name system (DNS) endpoint resolves to the public IP address from the internet. When the graph isn't publicly available, you need to create a ``PrivateGraphEndpoint`` in a given VPC to ensure the DNS name resolves to a private IP address that is reachable from the VPC. Default: If not specified, the default value is false. .. epigraph:: If enabling public connectivity for the first time, there will be a delay while it is enabled.
406
+ :param replica_count: The number of replicas in other AZs. Default: If not specified, the default value is 1.
407
+ :param tags: Adds metadata tags to the new graph. These tags can also be used with cost allocation reporting, or used in a Condition statement in an IAM policy.
408
+ :param vector_search_configuration: Specifies the number of dimensions for vector embeddings that will be loaded into the graph. The value is specified as ``dimension=`` value. Max = 65,535
401
409
 
402
410
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-graph.html
403
411
  :exampleMetadata: fixture=_generated
@@ -452,7 +460,9 @@ class CfnGraphProps:
452
460
 
453
461
  @builtins.property
454
462
  def provisioned_memory(self) -> jsii.Number:
455
- '''Memory for the Graph.
463
+ '''The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.
464
+
465
+ Min = 128
456
466
 
457
467
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-graph.html#cfn-neptunegraph-graph-provisionedmemory
458
468
  '''
@@ -464,12 +474,10 @@ class CfnGraphProps:
464
474
  def deletion_protection(
465
475
  self,
466
476
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
467
- '''Value that indicates whether the Graph has deletion protection enabled.
477
+ '''A value that indicates whether the graph has deletion protection enabled.
468
478
 
469
479
  The graph can't be deleted when deletion protection is enabled.
470
480
 
471
- *Default*: If not specified, the default value is true.
472
-
473
481
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-graph.html#cfn-neptunegraph-graph-deletionprotection
474
482
  '''
475
483
  result = self._values.get("deletion_protection")
@@ -477,11 +485,11 @@ class CfnGraphProps:
477
485
 
478
486
  @builtins.property
479
487
  def graph_name(self) -> typing.Optional[builtins.str]:
480
- '''Contains a user-supplied name for the Graph.
488
+ '''The graph name. For example: ``my-graph-1`` .
481
489
 
482
- If you don't specify a name, we generate a unique Graph Name using a combination of Stack Name and a UUID comprising of 4 characters.
490
+ The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.
483
491
 
484
- *Important*: If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
492
+ If you don't specify a graph name, a unique graph name is generated for you using the prefix ``graph-for`` , followed by a combination of ``Stack Name`` and a ``UUID`` .
485
493
 
486
494
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-graph.html#cfn-neptunegraph-graph-graphname
487
495
  '''
@@ -492,13 +500,14 @@ class CfnGraphProps:
492
500
  def public_connectivity(
493
501
  self,
494
502
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
495
- '''Specifies whether the Graph can be reached over the internet. Access to all graphs requires IAM authentication.
503
+ '''Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated.
496
504
 
497
- When the Graph is publicly reachable, its Domain Name System (DNS) endpoint resolves to the public IP address from the internet.
505
+ When the graph is publicly available, its domain name system (DNS) endpoint resolves to the public IP address from the internet. When the graph isn't publicly available, you need to create a ``PrivateGraphEndpoint`` in a given VPC to ensure the DNS name resolves to a private IP address that is reachable from the VPC.
498
506
 
499
- When the Graph isn't publicly reachable, you need to create a PrivateGraphEndpoint in a given VPC to ensure the DNS name resolves to a private IP address that is reachable from the VPC.
507
+ Default: If not specified, the default value is false.
508
+ .. epigraph::
500
509
 
501
- *Default*: If not specified, the default value is false.
510
+ If enabling public connectivity for the first time, there will be a delay while it is enabled.
502
511
 
503
512
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-graph.html#cfn-neptunegraph-graph-publicconnectivity
504
513
  '''
@@ -507,11 +516,9 @@ class CfnGraphProps:
507
516
 
508
517
  @builtins.property
509
518
  def replica_count(self) -> typing.Optional[jsii.Number]:
510
- '''Specifies the number of replicas you want when finished. All replicas will be provisioned in different availability zones.
519
+ '''The number of replicas in other AZs.
511
520
 
512
- Replica Count should always be less than or equal to 2.
513
-
514
- *Default*: If not specified, the default value is 1.
521
+ Default: If not specified, the default value is 1.
515
522
 
516
523
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-graph.html#cfn-neptunegraph-graph-replicacount
517
524
  '''
@@ -520,7 +527,9 @@ class CfnGraphProps:
520
527
 
521
528
  @builtins.property
522
529
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
523
- '''The tags associated with this graph.
530
+ '''Adds metadata tags to the new graph.
531
+
532
+ These tags can also be used with cost allocation reporting, or used in a Condition statement in an IAM policy.
524
533
 
525
534
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-graph.html#cfn-neptunegraph-graph-tags
526
535
  '''
@@ -531,7 +540,9 @@ class CfnGraphProps:
531
540
  def vector_search_configuration(
532
541
  self,
533
542
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnGraph.VectorSearchConfigurationProperty]]:
534
- '''The vector search configuration.
543
+ '''Specifies the number of dimensions for vector embeddings that will be loaded into the graph.
544
+
545
+ The value is specified as ``dimension=`` value. Max = 65,535
535
546
 
536
547
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-graph.html#cfn-neptunegraph-graph-vectorsearchconfiguration
537
548
  '''
@@ -556,7 +567,12 @@ class CfnPrivateGraphEndpoint(
556
567
  metaclass=jsii.JSIIMeta,
557
568
  jsii_type="aws-cdk-lib.aws_neptunegraph.CfnPrivateGraphEndpoint",
558
569
  ):
559
- '''The AWS::NeptuneGraph::PrivateGraphEndpoint resource creates an Amazon NeptuneGraph PrivateGraphEndpoint.
570
+ '''Create a private graph endpoint to allow private access from to the graph from within a VPC.
571
+
572
+ You can attach security groups to the private graph endpoint.
573
+ .. epigraph::
574
+
575
+ VPC endpoint charges apply.
560
576
 
561
577
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-privategraphendpoint.html
562
578
  :cloudformationResource: AWS::NeptuneGraph::PrivateGraphEndpoint
@@ -591,10 +607,10 @@ class CfnPrivateGraphEndpoint(
591
607
  '''
592
608
  :param scope: Scope in which this resource is defined.
593
609
  :param id: Construct identifier for this resource (unique in its scope).
594
- :param graph_identifier: The auto-generated Graph Id assigned by the service.
595
- :param vpc_id: The VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.
596
- :param security_group_ids: The security group Ids associated with the VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.
597
- :param subnet_ids: The subnet Ids associated with the VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.
610
+ :param graph_identifier: The unique identifier of the Neptune Analytics graph.
611
+ :param vpc_id: The VPC in which the private graph endpoint needs to be created.
612
+ :param security_group_ids: Security groups to be attached to the private graph endpoint..
613
+ :param subnet_ids: Subnets in which private graph endpoint ENIs are created.
598
614
  '''
599
615
  if __debug__:
600
616
  type_hints = typing.get_type_hints(_typecheckingstub__01fbeae7e1567a93f602c30b996e949980cb85f4a6668a45a57e1fc68b7c6e1c)
@@ -644,7 +660,7 @@ class CfnPrivateGraphEndpoint(
644
660
  def attr_private_graph_endpoint_identifier(self) -> builtins.str:
645
661
  '''PrivateGraphEndpoint resource identifier generated by concatenating the associated GraphIdentifier and VpcId with an underscore separator.
646
662
 
647
- For example, if GraphIdentifier is ``g-12a3bcdef4`` and VpcId is ``vpc-0a12bc34567de8f90``, the generated PrivateGraphEndpointIdentifier will be ``g-12a3bcdef4_vpc-0a12bc34567de8f90``
663
+ For example, if GraphIdentifier is ``g-12a3bcdef4`` and VpcId is ``vpc-111122223333aabbc`` , the generated PrivateGraphEndpointIdentifier will be ``g-12a3bcdef4_vpc-111122223333aabbc`` .
648
664
 
649
665
  :cloudformationAttribute: PrivateGraphEndpointIdentifier
650
666
  '''
@@ -655,6 +671,8 @@ class CfnPrivateGraphEndpoint(
655
671
  def attr_vpc_endpoint_id(self) -> builtins.str:
656
672
  '''VPC endpoint that provides a private connection between the Graph and specified VPC.
657
673
 
674
+ For example: ``vpce-aabbaabbaabbaabba`` .
675
+
658
676
  :cloudformationAttribute: VpcEndpointId
659
677
  '''
660
678
  return typing.cast(builtins.str, jsii.get(self, "attrVpcEndpointId"))
@@ -667,7 +685,7 @@ class CfnPrivateGraphEndpoint(
667
685
  @builtins.property
668
686
  @jsii.member(jsii_name="graphIdentifier")
669
687
  def graph_identifier(self) -> builtins.str:
670
- '''The auto-generated Graph Id assigned by the service.'''
688
+ '''The unique identifier of the Neptune Analytics graph.'''
671
689
  return typing.cast(builtins.str, jsii.get(self, "graphIdentifier"))
672
690
 
673
691
  @graph_identifier.setter
@@ -680,7 +698,7 @@ class CfnPrivateGraphEndpoint(
680
698
  @builtins.property
681
699
  @jsii.member(jsii_name="vpcId")
682
700
  def vpc_id(self) -> builtins.str:
683
- '''The VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.'''
701
+ '''The VPC in which the private graph endpoint needs to be created.'''
684
702
  return typing.cast(builtins.str, jsii.get(self, "vpcId"))
685
703
 
686
704
  @vpc_id.setter
@@ -693,7 +711,7 @@ class CfnPrivateGraphEndpoint(
693
711
  @builtins.property
694
712
  @jsii.member(jsii_name="securityGroupIds")
695
713
  def security_group_ids(self) -> typing.Optional[typing.List[builtins.str]]:
696
- '''The security group Ids associated with the VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.'''
714
+ '''Security groups to be attached to the private graph endpoint..'''
697
715
  return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "securityGroupIds"))
698
716
 
699
717
  @security_group_ids.setter
@@ -709,7 +727,7 @@ class CfnPrivateGraphEndpoint(
709
727
  @builtins.property
710
728
  @jsii.member(jsii_name="subnetIds")
711
729
  def subnet_ids(self) -> typing.Optional[typing.List[builtins.str]]:
712
- '''The subnet Ids associated with the VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.'''
730
+ '''Subnets in which private graph endpoint ENIs are created.'''
713
731
  return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "subnetIds"))
714
732
 
715
733
  @subnet_ids.setter
@@ -741,10 +759,10 @@ class CfnPrivateGraphEndpointProps:
741
759
  ) -> None:
742
760
  '''Properties for defining a ``CfnPrivateGraphEndpoint``.
743
761
 
744
- :param graph_identifier: The auto-generated Graph Id assigned by the service.
745
- :param vpc_id: The VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.
746
- :param security_group_ids: The security group Ids associated with the VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.
747
- :param subnet_ids: The subnet Ids associated with the VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.
762
+ :param graph_identifier: The unique identifier of the Neptune Analytics graph.
763
+ :param vpc_id: The VPC in which the private graph endpoint needs to be created.
764
+ :param security_group_ids: Security groups to be attached to the private graph endpoint..
765
+ :param subnet_ids: Subnets in which private graph endpoint ENIs are created.
748
766
 
749
767
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-privategraphendpoint.html
750
768
  :exampleMetadata: fixture=_generated
@@ -781,7 +799,7 @@ class CfnPrivateGraphEndpointProps:
781
799
 
782
800
  @builtins.property
783
801
  def graph_identifier(self) -> builtins.str:
784
- '''The auto-generated Graph Id assigned by the service.
802
+ '''The unique identifier of the Neptune Analytics graph.
785
803
 
786
804
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-privategraphendpoint.html#cfn-neptunegraph-privategraphendpoint-graphidentifier
787
805
  '''
@@ -791,7 +809,7 @@ class CfnPrivateGraphEndpointProps:
791
809
 
792
810
  @builtins.property
793
811
  def vpc_id(self) -> builtins.str:
794
- '''The VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.
812
+ '''The VPC in which the private graph endpoint needs to be created.
795
813
 
796
814
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-privategraphendpoint.html#cfn-neptunegraph-privategraphendpoint-vpcid
797
815
  '''
@@ -801,7 +819,7 @@ class CfnPrivateGraphEndpointProps:
801
819
 
802
820
  @builtins.property
803
821
  def security_group_ids(self) -> typing.Optional[typing.List[builtins.str]]:
804
- '''The security group Ids associated with the VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.
822
+ '''Security groups to be attached to the private graph endpoint..
805
823
 
806
824
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-privategraphendpoint.html#cfn-neptunegraph-privategraphendpoint-securitygroupids
807
825
  '''
@@ -810,7 +828,7 @@ class CfnPrivateGraphEndpointProps:
810
828
 
811
829
  @builtins.property
812
830
  def subnet_ids(self) -> typing.Optional[typing.List[builtins.str]]:
813
- '''The subnet Ids associated with the VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.
831
+ '''Subnets in which private graph endpoint ENIs are created.
814
832
 
815
833
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-privategraphendpoint.html#cfn-neptunegraph-privategraphendpoint-subnetids
816
834
  '''
@@ -173,10 +173,7 @@ class CfnFirewall(
173
173
  @builtins.property
174
174
  @jsii.member(jsii_name="attrEndpointIds")
175
175
  def attr_endpoint_ids(self) -> typing.List[builtins.str]:
176
- '''The unique IDs of the firewall endpoints for all of the subnets that you attached to the firewall.
177
-
178
- The subnets are not listed in any particular order. For example: ``["us-west-2c:vpce-111122223333", "us-west-2a:vpce-987654321098", "us-west-2b:vpce-012345678901"]`` .
179
-
176
+ '''
180
177
  :cloudformationAttribute: EndpointIds
181
178
  '''
182
179
  return typing.cast(typing.List[builtins.str], jsii.get(self, "attrEndpointIds"))
@@ -2168,8 +2165,8 @@ class CfnLoggingConfiguration(
2168
2165
 
2169
2166
  Network Firewall generates logs for stateful rule groups. You can save alert and flow log types. The stateful rules engine records flow logs for all network traffic that it receives. It records alert logs for traffic that matches stateful rules that have the rule action set to ``DROP`` or ``ALERT`` .
2170
2167
 
2171
- :param log_destination: The named location for the logs, provided in a key:value mapping that is specific to the chosen destination type. - For an Amazon S3 bucket, provide the name of the bucket, with key ``bucketName`` , and optionally provide a prefix, with key ``prefix`` . The following example specifies an Amazon S3 bucket named ``DOC-EXAMPLE-BUCKET`` and the prefix ``alerts`` : ``"LogDestination": { "bucketName": "DOC-EXAMPLE-BUCKET", "prefix": "alerts" }`` - For a CloudWatch log group, provide the name of the CloudWatch log group, with key ``logGroup`` . The following example specifies a log group named ``alert-log-group`` : ``"LogDestination": { "logGroup": "alert-log-group" }`` - For a Kinesis Data Firehose delivery stream, provide the name of the delivery stream, with key ``deliveryStream`` . The following example specifies a delivery stream named ``alert-delivery-stream`` : ``"LogDestination": { "deliveryStream": "alert-delivery-stream" }``
2172
- :param log_destination_type: The type of storage destination to send these logs to. You can send logs to an Amazon S3 bucket, a CloudWatch log group, or a Kinesis Data Firehose delivery stream.
2168
+ :param log_destination: The named location for the logs, provided in a key:value mapping that is specific to the chosen destination type. - For an Amazon S3 bucket, provide the name of the bucket, with key ``bucketName`` , and optionally provide a prefix, with key ``prefix`` . The following example specifies an Amazon S3 bucket named ``DOC-EXAMPLE-BUCKET`` and the prefix ``alerts`` : ``"LogDestination": { "bucketName": "DOC-EXAMPLE-BUCKET", "prefix": "alerts" }`` - For a CloudWatch log group, provide the name of the CloudWatch log group, with key ``logGroup`` . The following example specifies a log group named ``alert-log-group`` : ``"LogDestination": { "logGroup": "alert-log-group" }`` - For a Firehose delivery stream, provide the name of the delivery stream, with key ``deliveryStream`` . The following example specifies a delivery stream named ``alert-delivery-stream`` : ``"LogDestination": { "deliveryStream": "alert-delivery-stream" }``
2169
+ :param log_destination_type: The type of storage destination to send these logs to. You can send logs to an Amazon S3 bucket, a CloudWatch log group, or a Firehose delivery stream.
2173
2170
  :param log_type: The type of log to send. Alert logs report traffic that matches a stateful rule with an action setting that sends an alert log message. Flow logs are standard network traffic flow logs.
2174
2171
 
2175
2172
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-loggingconfiguration-logdestinationconfig.html
@@ -2214,7 +2211,7 @@ class CfnLoggingConfiguration(
2214
2211
 
2215
2212
  ``"LogDestination": { "logGroup": "alert-log-group" }``
2216
2213
 
2217
- - For a Kinesis Data Firehose delivery stream, provide the name of the delivery stream, with key ``deliveryStream`` . The following example specifies a delivery stream named ``alert-delivery-stream`` :
2214
+ - For a Firehose delivery stream, provide the name of the delivery stream, with key ``deliveryStream`` . The following example specifies a delivery stream named ``alert-delivery-stream`` :
2218
2215
 
2219
2216
  ``"LogDestination": { "deliveryStream": "alert-delivery-stream" }``
2220
2217
 
@@ -2228,7 +2225,7 @@ class CfnLoggingConfiguration(
2228
2225
  def log_destination_type(self) -> builtins.str:
2229
2226
  '''The type of storage destination to send these logs to.
2230
2227
 
2231
- You can send logs to an Amazon S3 bucket, a CloudWatch log group, or a Kinesis Data Firehose delivery stream.
2228
+ You can send logs to an Amazon S3 bucket, a CloudWatch log group, or a Firehose delivery stream.
2232
2229
 
2233
2230
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-loggingconfiguration-logdestinationconfig.html#cfn-networkfirewall-loggingconfiguration-logdestinationconfig-logdestinationtype
2234
2231
  '''
@@ -1546,7 +1546,7 @@ class CfnCoreNetwork(
1546
1546
  @builtins.property
1547
1547
  @jsii.member(jsii_name="attrEdges")
1548
1548
  def attr_edges(self) -> _IResolvable_da3f097b:
1549
- '''The edges.
1549
+ '''The edges within a core network.
1550
1550
 
1551
1551
  :cloudformationAttribute: Edges
1552
1552
  '''
@@ -1564,7 +1564,7 @@ class CfnCoreNetwork(
1564
1564
  @builtins.property
1565
1565
  @jsii.member(jsii_name="attrSegments")
1566
1566
  def attr_segments(self) -> _IResolvable_da3f097b:
1567
- '''The segments.
1567
+ '''The segments within a core network.
1568
1568
 
1569
1569
  :cloudformationAttribute: Segments
1570
1570
  '''
@@ -2330,7 +2330,7 @@ class CfnDevice(
2330
2330
  @builtins.property
2331
2331
  @jsii.member(jsii_name="attrCreatedAt")
2332
2332
  def attr_created_at(self) -> builtins.str:
2333
- '''The date and time that the device was created.
2333
+ '''The time that the device was created.
2334
2334
 
2335
2335
  :cloudformationAttribute: CreatedAt
2336
2336
  '''
@@ -1203,8 +1203,7 @@ class CfnStreamingImage(
1203
1203
  @builtins.property
1204
1204
  @jsii.member(jsii_name="attrEncryptionConfiguration")
1205
1205
  def attr_encryption_configuration(self) -> _IResolvable_da3f097b:
1206
- '''The encryption configuration.
1207
-
1206
+ '''
1208
1207
  :cloudformationAttribute: EncryptionConfiguration
1209
1208
  '''
1210
1209
  return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrEncryptionConfiguration"))
@@ -1228,8 +1227,7 @@ class CfnStreamingImage(
1228
1227
  @builtins.property
1229
1228
  @jsii.member(jsii_name="attrEulaIds")
1230
1229
  def attr_eula_ids(self) -> typing.List[builtins.str]:
1231
- '''The list of IDs of EULAs that must be accepted before a streaming session can be started using this streaming image.
1232
-
1230
+ '''
1233
1231
  :cloudformationAttribute: EulaIds
1234
1232
  '''
1235
1233
  return typing.cast(typing.List[builtins.str], jsii.get(self, "attrEulaIds"))