aws-cdk-lib 2.167.2__py3-none-any.whl → 2.168.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 +2081 -0
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.167.2.jsii.tgz → aws-cdk-lib@2.168.0.jsii.tgz} +0 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +1691 -95
- aws_cdk/aws_applicationinsights/__init__.py +41 -0
- aws_cdk/aws_applicationsignals/__init__.py +117 -0
- aws_cdk/aws_autoscaling/__init__.py +441 -6
- aws_cdk/aws_batch/__init__.py +202 -5
- aws_cdk/aws_bedrock/__init__.py +12 -12
- aws_cdk/aws_cleanrooms/__init__.py +17 -8
- aws_cdk/aws_cloudformation/__init__.py +2571 -492
- aws_cdk/aws_cloudfront/__init__.py +231 -0
- aws_cdk/aws_cloudfront/experimental/__init__.py +5 -0
- aws_cdk/aws_cloudfront_origins/__init__.py +714 -132
- aws_cdk/aws_cloudtrail/__init__.py +52 -14
- aws_cdk/aws_codebuild/__init__.py +668 -2
- aws_cdk/aws_connectcampaignsv2/__init__.py +3376 -0
- aws_cdk/aws_dynamodb/__init__.py +332 -11
- aws_cdk/aws_ec2/__init__.py +13 -4
- aws_cdk/aws_ecs/__init__.py +213 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +160 -11
- aws_cdk/aws_fis/__init__.py +495 -0
- aws_cdk/aws_gamelift/__init__.py +3101 -1135
- aws_cdk/aws_kinesisfirehose/__init__.py +696 -5
- aws_cdk/aws_lambda/__init__.py +634 -259
- aws_cdk/aws_lambda_destinations/__init__.py +73 -0
- aws_cdk/aws_lambda_event_sources/__init__.py +102 -2
- aws_cdk/aws_location/__init__.py +18 -18
- aws_cdk/aws_mediastore/__init__.py +22 -10
- aws_cdk/aws_opensearchservice/__init__.py +6 -0
- aws_cdk/aws_quicksight/__init__.py +35 -19
- aws_cdk/aws_rds/__init__.py +51 -3
- aws_cdk/aws_securityhub/__init__.py +11 -14
- aws_cdk/aws_ses/__init__.py +58 -5
- aws_cdk/aws_stepfunctions_tasks/__init__.py +1601 -8
- aws_cdk/aws_transfer/__init__.py +0 -8
- aws_cdk/aws_vpclattice/__init__.py +39 -0
- aws_cdk/aws_wisdom/__init__.py +134 -85
- {aws_cdk_lib-2.167.2.dist-info → aws_cdk_lib-2.168.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.167.2.dist-info → aws_cdk_lib-2.168.0.dist-info}/RECORD +44 -43
- {aws_cdk_lib-2.167.2.dist-info → aws_cdk_lib-2.168.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.167.2.dist-info → aws_cdk_lib-2.168.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.167.2.dist-info → aws_cdk_lib-2.168.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.167.2.dist-info → aws_cdk_lib-2.168.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_location/__init__.py
CHANGED
|
@@ -1377,7 +1377,7 @@ class CfnMap(
|
|
|
1377
1377
|
) -> None:
|
|
1378
1378
|
'''Specifies the map tile style selected from an available provider.
|
|
1379
1379
|
|
|
1380
|
-
:param style: Specifies the map style selected from an available data provider. Valid `Esri map styles <https://docs.aws.amazon.com/location/
|
|
1380
|
+
:param style: Specifies the map style selected from an available data provider. Valid `Esri map styles <https://docs.aws.amazon.com/location/previous/developerguide/esri.html>`_ : - ``VectorEsriDarkGrayCanvas`` – The Esri Dark Gray Canvas map style. A vector basemap with a dark gray, neutral background with minimal colors, labels, and features that's designed to draw attention to your thematic content. - ``RasterEsriImagery`` – The Esri Imagery map style. A raster basemap that provides one meter or better satellite and aerial imagery in many parts of the world and lower resolution satellite imagery worldwide. - ``VectorEsriLightGrayCanvas`` – The Esri Light Gray Canvas map style, which provides a detailed vector basemap with a light gray, neutral background style with minimal colors, labels, and features that's designed to draw attention to your thematic content. - ``VectorEsriTopographic`` – The Esri Light map style, which provides a detailed vector basemap with a classic Esri map style. - ``VectorEsriStreets`` – The Esri Street Map style, which provides a detailed vector basemap for the world symbolized with a classic Esri street map style. The vector tile layer is similar in content and style to the World Street Map raster map. - ``VectorEsriNavigation`` – The Esri Navigation map style, which provides a detailed basemap for the world symbolized with a custom navigation map style that's designed for use during the day in mobile devices. Valid `HERE Technologies map styles <https://docs.aws.amazon.com/location/previous/developerguide/HERE.html>`_ : - ``VectorHereContrast`` – The HERE Contrast (Berlin) map style is a high contrast detailed base map of the world that blends 3D and 2D rendering. .. epigraph:: The ``VectorHereContrast`` style has been renamed from ``VectorHereBerlin`` . ``VectorHereBerlin`` has been deprecated, but will continue to work in applications that use it. - ``VectorHereExplore`` – A default HERE map style containing a neutral, global map and its features including roads, buildings, landmarks, and water features. It also now includes a fully designed map of Japan. - ``VectorHereExploreTruck`` – A global map containing truck restrictions and attributes (e.g. width / height / HAZMAT) symbolized with highlighted segments and icons on top of HERE Explore to support use cases within transport and logistics. - ``RasterHereExploreSatellite`` – A global map containing high resolution satellite imagery. - ``HybridHereExploreSatellite`` – A global map displaying the road network, street names, and city labels over satellite imagery. This style will automatically retrieve both raster and vector tiles, and your charges will be based on total tiles retrieved. .. epigraph:: Hybrid styles use both vector and raster tiles when rendering the map that you see. This means that more tiles are retrieved than when using either vector or raster tiles alone. Your charges will include all tiles retrieved. Valid `GrabMaps map styles <https://docs.aws.amazon.com/location/previous/developerguide/grab.html>`_ : - ``VectorGrabStandardLight`` – The Grab Standard Light map style provides a basemap with detailed land use coloring, area names, roads, landmarks, and points of interest covering Southeast Asia. - ``VectorGrabStandardDark`` – The Grab Standard Dark map style provides a dark variation of the standard basemap covering Southeast Asia. .. epigraph:: Grab provides maps only for countries in Southeast Asia, and is only available in the Asia Pacific (Singapore) Region ( ``ap-southeast-1`` ). For more information, see `GrabMaps countries and area covered <https://docs.aws.amazon.com/location/previous/developerguide/grab.html#grab-coverage-area>`_ . Valid `Open Data map styles <https://docs.aws.amazon.com/location/previous/developerguide/open-data.html>`_ : - ``VectorOpenDataStandardLight`` – The Open Data Standard Light map style provides a detailed basemap for the world suitable for website and mobile application use. The map includes highways major roads, minor roads, railways, water features, cities, parks, landmarks, building footprints, and administrative boundaries. - ``VectorOpenDataStandardDark`` – Open Data Standard Dark is a dark-themed map style that provides a detailed basemap for the world suitable for website and mobile application use. The map includes highways major roads, minor roads, railways, water features, cities, parks, landmarks, building footprints, and administrative boundaries. - ``VectorOpenDataVisualizationLight`` – The Open Data Visualization Light map style is a light-themed style with muted colors and fewer features that aids in understanding overlaid data. - ``VectorOpenDataVisualizationDark`` – The Open Data Visualization Dark map style is a dark-themed style with muted colors and fewer features that aids in understanding overlaid data.
|
|
1381
1381
|
:param custom_layers: Specifies the custom layers for the style. Leave unset to not enable any custom layer, or, for styles that support custom layers, you can enable layer(s), such as the ``POI`` layer for the VectorEsriNavigation style. .. epigraph:: Currenlty only ``VectorEsriNavigation`` supports CustomLayers. For more information, see `Custom Layers <https://docs.aws.amazon.com//location/latest/developerguide/map-concepts.html#map-custom-layers>`_ .
|
|
1382
1382
|
:param political_view: Specifies the map political view selected from an available data provider.
|
|
1383
1383
|
|
|
@@ -1415,7 +1415,7 @@ class CfnMap(
|
|
|
1415
1415
|
def style(self) -> builtins.str:
|
|
1416
1416
|
'''Specifies the map style selected from an available data provider.
|
|
1417
1417
|
|
|
1418
|
-
Valid `Esri map styles <https://docs.aws.amazon.com/location/
|
|
1418
|
+
Valid `Esri map styles <https://docs.aws.amazon.com/location/previous/developerguide/esri.html>`_ :
|
|
1419
1419
|
|
|
1420
1420
|
- ``VectorEsriDarkGrayCanvas`` – The Esri Dark Gray Canvas map style. A vector basemap with a dark gray, neutral background with minimal colors, labels, and features that's designed to draw attention to your thematic content.
|
|
1421
1421
|
- ``RasterEsriImagery`` – The Esri Imagery map style. A raster basemap that provides one meter or better satellite and aerial imagery in many parts of the world and lower resolution satellite imagery worldwide.
|
|
@@ -1424,7 +1424,7 @@ class CfnMap(
|
|
|
1424
1424
|
- ``VectorEsriStreets`` – The Esri Street Map style, which provides a detailed vector basemap for the world symbolized with a classic Esri street map style. The vector tile layer is similar in content and style to the World Street Map raster map.
|
|
1425
1425
|
- ``VectorEsriNavigation`` – The Esri Navigation map style, which provides a detailed basemap for the world symbolized with a custom navigation map style that's designed for use during the day in mobile devices.
|
|
1426
1426
|
|
|
1427
|
-
Valid `HERE Technologies map styles <https://docs.aws.amazon.com/location/
|
|
1427
|
+
Valid `HERE Technologies map styles <https://docs.aws.amazon.com/location/previous/developerguide/HERE.html>`_ :
|
|
1428
1428
|
|
|
1429
1429
|
- ``VectorHereContrast`` – The HERE Contrast (Berlin) map style is a high contrast detailed base map of the world that blends 3D and 2D rendering.
|
|
1430
1430
|
|
|
@@ -1441,16 +1441,16 @@ class CfnMap(
|
|
|
1441
1441
|
|
|
1442
1442
|
Hybrid styles use both vector and raster tiles when rendering the map that you see. This means that more tiles are retrieved than when using either vector or raster tiles alone. Your charges will include all tiles retrieved.
|
|
1443
1443
|
|
|
1444
|
-
Valid `GrabMaps map styles <https://docs.aws.amazon.com/location/
|
|
1444
|
+
Valid `GrabMaps map styles <https://docs.aws.amazon.com/location/previous/developerguide/grab.html>`_ :
|
|
1445
1445
|
|
|
1446
1446
|
- ``VectorGrabStandardLight`` – The Grab Standard Light map style provides a basemap with detailed land use coloring, area names, roads, landmarks, and points of interest covering Southeast Asia.
|
|
1447
1447
|
- ``VectorGrabStandardDark`` – The Grab Standard Dark map style provides a dark variation of the standard basemap covering Southeast Asia.
|
|
1448
1448
|
|
|
1449
1449
|
.. epigraph::
|
|
1450
1450
|
|
|
1451
|
-
Grab provides maps only for countries in Southeast Asia, and is only available in the Asia Pacific (Singapore) Region ( ``ap-southeast-1`` ). For more information, see `GrabMaps countries and area covered <https://docs.aws.amazon.com/location/
|
|
1451
|
+
Grab provides maps only for countries in Southeast Asia, and is only available in the Asia Pacific (Singapore) Region ( ``ap-southeast-1`` ). For more information, see `GrabMaps countries and area covered <https://docs.aws.amazon.com/location/previous/developerguide/grab.html#grab-coverage-area>`_ .
|
|
1452
1452
|
|
|
1453
|
-
Valid `Open Data map styles <https://docs.aws.amazon.com/location/
|
|
1453
|
+
Valid `Open Data map styles <https://docs.aws.amazon.com/location/previous/developerguide/open-data.html>`_ :
|
|
1454
1454
|
|
|
1455
1455
|
- ``VectorOpenDataStandardLight`` – The Open Data Standard Light map style provides a detailed basemap for the world suitable for website and mobile application use. The map includes highways major roads, minor roads, railways, water features, cities, parks, landmarks, building footprints, and administrative boundaries.
|
|
1456
1456
|
- ``VectorOpenDataStandardDark`` – Open Data Standard Dark is a dark-themed map style that provides a detailed basemap for the world suitable for website and mobile application use. The map includes highways major roads, minor roads, railways, water features, cities, parks, landmarks, building footprints, and administrative boundaries.
|
|
@@ -1716,7 +1716,7 @@ class CfnPlaceIndex(
|
|
|
1716
1716
|
'''
|
|
1717
1717
|
:param scope: Scope in which this resource is defined.
|
|
1718
1718
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1719
|
-
:param data_source: Specifies the geospatial data provider for the new place index. .. epigraph:: This field is case-sensitive. Enter the valid values as shown. For example, entering ``HERE`` returns an error. Valid values include: - ``Esri`` – For additional information about `Esri <https://docs.aws.amazon.com/location/
|
|
1719
|
+
:param data_source: Specifies the geospatial data provider for the new place index. .. epigraph:: This field is case-sensitive. Enter the valid values as shown. For example, entering ``HERE`` returns an error. Valid values include: - ``Esri`` – For additional information about `Esri <https://docs.aws.amazon.com/location/previous/developerguide/esri.html>`_ 's coverage in your region of interest, see `Esri details on geocoding coverage <https://docs.aws.amazon.com/https://developers.arcgis.com/rest/geocode/api-reference/geocode-coverage.htm>`_ . - ``Grab`` – Grab provides place index functionality for Southeast Asia. For additional information about `GrabMaps <https://docs.aws.amazon.com/location/previous/developerguide/grab.html>`_ ' coverage, see `GrabMaps countries and areas covered <https://docs.aws.amazon.com/location/previous/developerguide/grab.html#grab-coverage-area>`_ . - ``Here`` – For additional information about `HERE Technologies <https://docs.aws.amazon.com/location/previous/developerguide/HERE.html>`_ ' coverage in your region of interest, see `HERE details on goecoding coverage <https://docs.aws.amazon.com/https://developer.here.com/documentation/geocoder/dev_guide/topics/coverage-geocoder.html>`_ . .. epigraph:: If you specify HERE Technologies ( ``Here`` ) as the data provider, you may not `store results <https://docs.aws.amazon.com//location-places/latest/APIReference/API_DataSourceConfiguration.html>`_ for locations in Japan. For more information, see the `AWS Service Terms <https://docs.aws.amazon.com/service-terms/>`_ for Amazon Location Service. For additional information , see `Data providers <https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html>`_ on the *Amazon Location Service Developer Guide* .
|
|
1720
1720
|
:param index_name: The name of the place index resource. Requirements: - Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_). - Must be a unique place index resource name. - No spaces allowed. For example, ``ExamplePlaceIndex`` .
|
|
1721
1721
|
:param data_source_configuration: Specifies the data storage option requesting Places.
|
|
1722
1722
|
:param description: The optional description for the place index resource.
|
|
@@ -1995,7 +1995,7 @@ class CfnPlaceIndexProps:
|
|
|
1995
1995
|
) -> None:
|
|
1996
1996
|
'''Properties for defining a ``CfnPlaceIndex``.
|
|
1997
1997
|
|
|
1998
|
-
:param data_source: Specifies the geospatial data provider for the new place index. .. epigraph:: This field is case-sensitive. Enter the valid values as shown. For example, entering ``HERE`` returns an error. Valid values include: - ``Esri`` – For additional information about `Esri <https://docs.aws.amazon.com/location/
|
|
1998
|
+
:param data_source: Specifies the geospatial data provider for the new place index. .. epigraph:: This field is case-sensitive. Enter the valid values as shown. For example, entering ``HERE`` returns an error. Valid values include: - ``Esri`` – For additional information about `Esri <https://docs.aws.amazon.com/location/previous/developerguide/esri.html>`_ 's coverage in your region of interest, see `Esri details on geocoding coverage <https://docs.aws.amazon.com/https://developers.arcgis.com/rest/geocode/api-reference/geocode-coverage.htm>`_ . - ``Grab`` – Grab provides place index functionality for Southeast Asia. For additional information about `GrabMaps <https://docs.aws.amazon.com/location/previous/developerguide/grab.html>`_ ' coverage, see `GrabMaps countries and areas covered <https://docs.aws.amazon.com/location/previous/developerguide/grab.html#grab-coverage-area>`_ . - ``Here`` – For additional information about `HERE Technologies <https://docs.aws.amazon.com/location/previous/developerguide/HERE.html>`_ ' coverage in your region of interest, see `HERE details on goecoding coverage <https://docs.aws.amazon.com/https://developer.here.com/documentation/geocoder/dev_guide/topics/coverage-geocoder.html>`_ . .. epigraph:: If you specify HERE Technologies ( ``Here`` ) as the data provider, you may not `store results <https://docs.aws.amazon.com//location-places/latest/APIReference/API_DataSourceConfiguration.html>`_ for locations in Japan. For more information, see the `AWS Service Terms <https://docs.aws.amazon.com/service-terms/>`_ for Amazon Location Service. For additional information , see `Data providers <https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html>`_ on the *Amazon Location Service Developer Guide* .
|
|
1999
1999
|
:param index_name: The name of the place index resource. Requirements: - Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_). - Must be a unique place index resource name. - No spaces allowed. For example, ``ExamplePlaceIndex`` .
|
|
2000
2000
|
:param data_source_configuration: Specifies the data storage option requesting Places.
|
|
2001
2001
|
:param description: The optional description for the place index resource.
|
|
@@ -2058,15 +2058,15 @@ class CfnPlaceIndexProps:
|
|
|
2058
2058
|
|
|
2059
2059
|
Valid values include:
|
|
2060
2060
|
|
|
2061
|
-
- ``Esri`` – For additional information about `Esri <https://docs.aws.amazon.com/location/
|
|
2062
|
-
- ``Grab`` – Grab provides place index functionality for Southeast Asia. For additional information about `GrabMaps <https://docs.aws.amazon.com/location/
|
|
2063
|
-
- ``Here`` – For additional information about `HERE Technologies <https://docs.aws.amazon.com/location/
|
|
2061
|
+
- ``Esri`` – For additional information about `Esri <https://docs.aws.amazon.com/location/previous/developerguide/esri.html>`_ 's coverage in your region of interest, see `Esri details on geocoding coverage <https://docs.aws.amazon.com/https://developers.arcgis.com/rest/geocode/api-reference/geocode-coverage.htm>`_ .
|
|
2062
|
+
- ``Grab`` – Grab provides place index functionality for Southeast Asia. For additional information about `GrabMaps <https://docs.aws.amazon.com/location/previous/developerguide/grab.html>`_ ' coverage, see `GrabMaps countries and areas covered <https://docs.aws.amazon.com/location/previous/developerguide/grab.html#grab-coverage-area>`_ .
|
|
2063
|
+
- ``Here`` – For additional information about `HERE Technologies <https://docs.aws.amazon.com/location/previous/developerguide/HERE.html>`_ ' coverage in your region of interest, see `HERE details on goecoding coverage <https://docs.aws.amazon.com/https://developer.here.com/documentation/geocoder/dev_guide/topics/coverage-geocoder.html>`_ .
|
|
2064
2064
|
|
|
2065
2065
|
.. epigraph::
|
|
2066
2066
|
|
|
2067
2067
|
If you specify HERE Technologies ( ``Here`` ) as the data provider, you may not `store results <https://docs.aws.amazon.com//location-places/latest/APIReference/API_DataSourceConfiguration.html>`_ for locations in Japan. For more information, see the `AWS Service Terms <https://docs.aws.amazon.com/service-terms/>`_ for Amazon Location Service.
|
|
2068
2068
|
|
|
2069
|
-
For additional information , see `Data providers <https://docs.aws.amazon.com/location/
|
|
2069
|
+
For additional information , see `Data providers <https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html>`_ on the *Amazon Location Service Developer Guide* .
|
|
2070
2070
|
|
|
2071
2071
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-placeindex.html#cfn-location-placeindex-datasource
|
|
2072
2072
|
'''
|
|
@@ -2194,7 +2194,7 @@ class CfnRouteCalculator(
|
|
|
2194
2194
|
:param scope: Scope in which this resource is defined.
|
|
2195
2195
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2196
2196
|
:param calculator_name: The name of the route calculator resource. Requirements: - Can use alphanumeric characters (A–Z, a–z, 0–9) , hyphens (-), periods (.), and underscores (_). - Must be a unique Route calculator resource name. - No spaces allowed. For example, ``ExampleRouteCalculator`` .
|
|
2197
|
-
:param data_source: Specifies the data provider of traffic and road network data. .. epigraph:: This field is case-sensitive. Enter the valid values as shown. For example, entering ``HERE`` returns an error. Valid values include: - ``Esri`` – For additional information about `Esri <https://docs.aws.amazon.com/location/
|
|
2197
|
+
:param data_source: Specifies the data provider of traffic and road network data. .. epigraph:: This field is case-sensitive. Enter the valid values as shown. For example, entering ``HERE`` returns an error. Valid values include: - ``Esri`` – For additional information about `Esri <https://docs.aws.amazon.com/location/previous/developerguide/esri.html>`_ 's coverage in your region of interest, see `Esri details on street networks and traffic coverage <https://docs.aws.amazon.com/https://doc.arcgis.com/en/arcgis-online/reference/network-coverage.htm>`_ . Route calculators that use Esri as a data source only calculate routes that are shorter than 400 km. - ``Grab`` – Grab provides routing functionality for Southeast Asia. For additional information about `GrabMaps <https://docs.aws.amazon.com/location/previous/developerguide/grab.html>`_ ' coverage, see `GrabMaps countries and areas covered <https://docs.aws.amazon.com/location/previous/developerguide/grab.html#grab-coverage-area>`_ . - ``Here`` – For additional information about `HERE Technologies <https://docs.aws.amazon.com/location/previous/developerguide/HERE.html>`_ ' coverage in your region of interest, see `HERE car routing coverage <https://docs.aws.amazon.com/https://developer.here.com/documentation/routing-api/dev_guide/topics/coverage/car-routing.html>`_ and `HERE truck routing coverage <https://docs.aws.amazon.com/https://developer.here.com/documentation/routing-api/dev_guide/topics/coverage/truck-routing.html>`_ . For additional information , see `Data providers <https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html>`_ on the *Amazon Location Service Developer Guide* .
|
|
2198
2198
|
:param description: The optional description for the route calculator resource.
|
|
2199
2199
|
:param pricing_plan: No longer used. If included, the only allowed value is ``RequestBasedUsage`` . *Allowed Values* : ``RequestBasedUsage``
|
|
2200
2200
|
:param tags: An array of key-value pairs to apply to this resource.
|
|
@@ -2391,7 +2391,7 @@ class CfnRouteCalculatorProps:
|
|
|
2391
2391
|
'''Properties for defining a ``CfnRouteCalculator``.
|
|
2392
2392
|
|
|
2393
2393
|
:param calculator_name: The name of the route calculator resource. Requirements: - Can use alphanumeric characters (A–Z, a–z, 0–9) , hyphens (-), periods (.), and underscores (_). - Must be a unique Route calculator resource name. - No spaces allowed. For example, ``ExampleRouteCalculator`` .
|
|
2394
|
-
:param data_source: Specifies the data provider of traffic and road network data. .. epigraph:: This field is case-sensitive. Enter the valid values as shown. For example, entering ``HERE`` returns an error. Valid values include: - ``Esri`` – For additional information about `Esri <https://docs.aws.amazon.com/location/
|
|
2394
|
+
:param data_source: Specifies the data provider of traffic and road network data. .. epigraph:: This field is case-sensitive. Enter the valid values as shown. For example, entering ``HERE`` returns an error. Valid values include: - ``Esri`` – For additional information about `Esri <https://docs.aws.amazon.com/location/previous/developerguide/esri.html>`_ 's coverage in your region of interest, see `Esri details on street networks and traffic coverage <https://docs.aws.amazon.com/https://doc.arcgis.com/en/arcgis-online/reference/network-coverage.htm>`_ . Route calculators that use Esri as a data source only calculate routes that are shorter than 400 km. - ``Grab`` – Grab provides routing functionality for Southeast Asia. For additional information about `GrabMaps <https://docs.aws.amazon.com/location/previous/developerguide/grab.html>`_ ' coverage, see `GrabMaps countries and areas covered <https://docs.aws.amazon.com/location/previous/developerguide/grab.html#grab-coverage-area>`_ . - ``Here`` – For additional information about `HERE Technologies <https://docs.aws.amazon.com/location/previous/developerguide/HERE.html>`_ ' coverage in your region of interest, see `HERE car routing coverage <https://docs.aws.amazon.com/https://developer.here.com/documentation/routing-api/dev_guide/topics/coverage/car-routing.html>`_ and `HERE truck routing coverage <https://docs.aws.amazon.com/https://developer.here.com/documentation/routing-api/dev_guide/topics/coverage/truck-routing.html>`_ . For additional information , see `Data providers <https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html>`_ on the *Amazon Location Service Developer Guide* .
|
|
2395
2395
|
:param description: The optional description for the route calculator resource.
|
|
2396
2396
|
:param pricing_plan: No longer used. If included, the only allowed value is ``RequestBasedUsage`` . *Allowed Values* : ``RequestBasedUsage``
|
|
2397
2397
|
:param tags: An array of key-value pairs to apply to this resource.
|
|
@@ -2462,14 +2462,14 @@ class CfnRouteCalculatorProps:
|
|
|
2462
2462
|
|
|
2463
2463
|
Valid values include:
|
|
2464
2464
|
|
|
2465
|
-
- ``Esri`` – For additional information about `Esri <https://docs.aws.amazon.com/location/
|
|
2465
|
+
- ``Esri`` – For additional information about `Esri <https://docs.aws.amazon.com/location/previous/developerguide/esri.html>`_ 's coverage in your region of interest, see `Esri details on street networks and traffic coverage <https://docs.aws.amazon.com/https://doc.arcgis.com/en/arcgis-online/reference/network-coverage.htm>`_ .
|
|
2466
2466
|
|
|
2467
2467
|
Route calculators that use Esri as a data source only calculate routes that are shorter than 400 km.
|
|
2468
2468
|
|
|
2469
|
-
- ``Grab`` – Grab provides routing functionality for Southeast Asia. For additional information about `GrabMaps <https://docs.aws.amazon.com/location/
|
|
2470
|
-
- ``Here`` – For additional information about `HERE Technologies <https://docs.aws.amazon.com/location/
|
|
2469
|
+
- ``Grab`` – Grab provides routing functionality for Southeast Asia. For additional information about `GrabMaps <https://docs.aws.amazon.com/location/previous/developerguide/grab.html>`_ ' coverage, see `GrabMaps countries and areas covered <https://docs.aws.amazon.com/location/previous/developerguide/grab.html#grab-coverage-area>`_ .
|
|
2470
|
+
- ``Here`` – For additional information about `HERE Technologies <https://docs.aws.amazon.com/location/previous/developerguide/HERE.html>`_ ' coverage in your region of interest, see `HERE car routing coverage <https://docs.aws.amazon.com/https://developer.here.com/documentation/routing-api/dev_guide/topics/coverage/car-routing.html>`_ and `HERE truck routing coverage <https://docs.aws.amazon.com/https://developer.here.com/documentation/routing-api/dev_guide/topics/coverage/truck-routing.html>`_ .
|
|
2471
2471
|
|
|
2472
|
-
For additional information , see `Data providers <https://docs.aws.amazon.com/location/
|
|
2472
|
+
For additional information , see `Data providers <https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html>`_ on the *Amazon Location Service Developer Guide* .
|
|
2473
2473
|
|
|
2474
2474
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-routecalculator.html#cfn-location-routecalculator-datasource
|
|
2475
2475
|
'''
|
|
@@ -139,8 +139,8 @@ class CfnContainer(
|
|
|
139
139
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
140
140
|
:param container_name: The name for the container. The name must be from 1 to 255 characters. Container names must be unique to your AWS account within a specific region. As an example, you could create a container named ``movies`` in every region, as long as you don’t have an existing container with that name.
|
|
141
141
|
:param access_logging_enabled: The state of access logging on the container. This value is ``false`` by default, indicating that AWS Elemental MediaStore does not send access logs to Amazon CloudWatch Logs. When you enable access logging on the container, MediaStore changes this value to ``true`` , indicating that the service delivers access logs for objects stored in that container to CloudWatch Logs.
|
|
142
|
-
:param cors_policy: Sets the cross-origin resource sharing (CORS) configuration on a container so that the container can service cross-origin requests. For example, you might want to enable a request whose origin is http://www.example.com to access your AWS Elemental MediaStore container at my.example.container.com by using the browser's XMLHttpRequest capability. To enable CORS on a container, you attach a CORS policy to the container. In the CORS policy, you configure rules that identify origins and the HTTP methods that can be executed on your container. The policy can contain up to 398,000 characters. You can add up to 100 rules to a CORS policy. If more than one rule applies, the service uses the first applicable rule listed. To learn more about CORS, see `Cross-Origin Resource Sharing (CORS) in AWS Elemental MediaStore <https://docs.aws.amazon.com/mediastore/latest/ug/cors-policy.html>`_ .
|
|
143
|
-
:param lifecycle_policy: Writes an object lifecycle policy to a container. If the container already has an object lifecycle policy, the service replaces the existing policy with the new policy. It takes up to 20 minutes for the change to take effect. For information about how to construct an object lifecycle policy, see `Components of an Object Lifecycle Policy <https://docs.aws.amazon.com/mediastore/latest/ug/policies-object-lifecycle-components.html>`_ .
|
|
142
|
+
:param cors_policy: .. epigraph:: End of support notice: On November 13, 2025, AWS will discontinue support for AWS Elemental MediaStore. After November 13, 2025, you will no longer be able to access the AWS Elemental MediaStore console or AWS Elemental MediaStore resources. For more information, visit this `blog post <https://docs.aws.amazon.com/media/support-for-aws-elemental-mediastore-ending-soon/>`_ . Sets the cross-origin resource sharing (CORS) configuration on a container so that the container can service cross-origin requests. For example, you might want to enable a request whose origin is http://www.example.com to access your AWS Elemental MediaStore container at my.example.container.com by using the browser's XMLHttpRequest capability. To enable CORS on a container, you attach a CORS policy to the container. In the CORS policy, you configure rules that identify origins and the HTTP methods that can be executed on your container. The policy can contain up to 398,000 characters. You can add up to 100 rules to a CORS policy. If more than one rule applies, the service uses the first applicable rule listed. To learn more about CORS, see `Cross-Origin Resource Sharing (CORS) in AWS Elemental MediaStore <https://docs.aws.amazon.com/mediastore/latest/ug/cors-policy.html>`_ .
|
|
143
|
+
:param lifecycle_policy: .. epigraph:: End of support notice: On November 13, 2025, AWS will discontinue support for AWS Elemental MediaStore. After November 13, 2025, you will no longer be able to access the AWS Elemental MediaStore console or AWS Elemental MediaStore resources. For more information, visit this `blog post <https://docs.aws.amazon.com/media/support-for-aws-elemental-mediastore-ending-soon/>`_ . Writes an object lifecycle policy to a container. If the container already has an object lifecycle policy, the service replaces the existing policy with the new policy. It takes up to 20 minutes for the change to take effect. For information about how to construct an object lifecycle policy, see `Components of an Object Lifecycle Policy <https://docs.aws.amazon.com/mediastore/latest/ug/policies-object-lifecycle-components.html>`_ .
|
|
144
144
|
:param metric_policy: The metric policy that is associated with the container. A metric policy allows AWS Elemental MediaStore to send metrics to Amazon CloudWatch. In the policy, you must indicate whether you want MediaStore to send container-level metrics. You can also include rules to define groups of objects that you want MediaStore to send object-level metrics for. To view examples of how to construct a metric policy for your use case, see `Example Metric Policies <https://docs.aws.amazon.com/mediastore/latest/ug/policies-metric-examples.html>`_ .
|
|
145
145
|
:param policy: Creates an access policy for the specified container to restrict the users and clients that can access it. For information about the data that is included in an access policy, see the `AWS Identity and Access Management User Guide <https://docs.aws.amazon.com/iam/>`_ . For this release of the REST API, you can create only one policy for a container. If you enter ``PutContainerPolicy`` twice, the second command modifies the existing policy.
|
|
146
146
|
:param tags:
|
|
@@ -257,7 +257,9 @@ class CfnContainer(
|
|
|
257
257
|
def cors_policy(
|
|
258
258
|
self,
|
|
259
259
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnContainer.CorsRuleProperty"]]]]:
|
|
260
|
-
'''
|
|
260
|
+
'''.. epigraph::
|
|
261
|
+
|
|
262
|
+
End of support notice: On November 13, 2025, AWS will discontinue support for AWS Elemental MediaStore.'''
|
|
261
263
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnContainer.CorsRuleProperty"]]]], jsii.get(self, "corsPolicy"))
|
|
262
264
|
|
|
263
265
|
@cors_policy.setter
|
|
@@ -273,7 +275,9 @@ class CfnContainer(
|
|
|
273
275
|
@builtins.property
|
|
274
276
|
@jsii.member(jsii_name="lifecyclePolicy")
|
|
275
277
|
def lifecycle_policy(self) -> typing.Optional[builtins.str]:
|
|
276
|
-
'''
|
|
278
|
+
'''.. epigraph::
|
|
279
|
+
|
|
280
|
+
End of support notice: On November 13, 2025, AWS will discontinue support for AWS Elemental MediaStore.'''
|
|
277
281
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "lifecyclePolicy"))
|
|
278
282
|
|
|
279
283
|
@lifecycle_policy.setter
|
|
@@ -656,8 +660,8 @@ class CfnContainerProps:
|
|
|
656
660
|
|
|
657
661
|
:param container_name: The name for the container. The name must be from 1 to 255 characters. Container names must be unique to your AWS account within a specific region. As an example, you could create a container named ``movies`` in every region, as long as you don’t have an existing container with that name.
|
|
658
662
|
:param access_logging_enabled: The state of access logging on the container. This value is ``false`` by default, indicating that AWS Elemental MediaStore does not send access logs to Amazon CloudWatch Logs. When you enable access logging on the container, MediaStore changes this value to ``true`` , indicating that the service delivers access logs for objects stored in that container to CloudWatch Logs.
|
|
659
|
-
:param cors_policy: Sets the cross-origin resource sharing (CORS) configuration on a container so that the container can service cross-origin requests. For example, you might want to enable a request whose origin is http://www.example.com to access your AWS Elemental MediaStore container at my.example.container.com by using the browser's XMLHttpRequest capability. To enable CORS on a container, you attach a CORS policy to the container. In the CORS policy, you configure rules that identify origins and the HTTP methods that can be executed on your container. The policy can contain up to 398,000 characters. You can add up to 100 rules to a CORS policy. If more than one rule applies, the service uses the first applicable rule listed. To learn more about CORS, see `Cross-Origin Resource Sharing (CORS) in AWS Elemental MediaStore <https://docs.aws.amazon.com/mediastore/latest/ug/cors-policy.html>`_ .
|
|
660
|
-
:param lifecycle_policy: Writes an object lifecycle policy to a container. If the container already has an object lifecycle policy, the service replaces the existing policy with the new policy. It takes up to 20 minutes for the change to take effect. For information about how to construct an object lifecycle policy, see `Components of an Object Lifecycle Policy <https://docs.aws.amazon.com/mediastore/latest/ug/policies-object-lifecycle-components.html>`_ .
|
|
663
|
+
:param cors_policy: .. epigraph:: End of support notice: On November 13, 2025, AWS will discontinue support for AWS Elemental MediaStore. After November 13, 2025, you will no longer be able to access the AWS Elemental MediaStore console or AWS Elemental MediaStore resources. For more information, visit this `blog post <https://docs.aws.amazon.com/media/support-for-aws-elemental-mediastore-ending-soon/>`_ . Sets the cross-origin resource sharing (CORS) configuration on a container so that the container can service cross-origin requests. For example, you might want to enable a request whose origin is http://www.example.com to access your AWS Elemental MediaStore container at my.example.container.com by using the browser's XMLHttpRequest capability. To enable CORS on a container, you attach a CORS policy to the container. In the CORS policy, you configure rules that identify origins and the HTTP methods that can be executed on your container. The policy can contain up to 398,000 characters. You can add up to 100 rules to a CORS policy. If more than one rule applies, the service uses the first applicable rule listed. To learn more about CORS, see `Cross-Origin Resource Sharing (CORS) in AWS Elemental MediaStore <https://docs.aws.amazon.com/mediastore/latest/ug/cors-policy.html>`_ .
|
|
664
|
+
:param lifecycle_policy: .. epigraph:: End of support notice: On November 13, 2025, AWS will discontinue support for AWS Elemental MediaStore. After November 13, 2025, you will no longer be able to access the AWS Elemental MediaStore console or AWS Elemental MediaStore resources. For more information, visit this `blog post <https://docs.aws.amazon.com/media/support-for-aws-elemental-mediastore-ending-soon/>`_ . Writes an object lifecycle policy to a container. If the container already has an object lifecycle policy, the service replaces the existing policy with the new policy. It takes up to 20 minutes for the change to take effect. For information about how to construct an object lifecycle policy, see `Components of an Object Lifecycle Policy <https://docs.aws.amazon.com/mediastore/latest/ug/policies-object-lifecycle-components.html>`_ .
|
|
661
665
|
:param metric_policy: The metric policy that is associated with the container. A metric policy allows AWS Elemental MediaStore to send metrics to Amazon CloudWatch. In the policy, you must indicate whether you want MediaStore to send container-level metrics. You can also include rules to define groups of objects that you want MediaStore to send object-level metrics for. To view examples of how to construct a metric policy for your use case, see `Example Metric Policies <https://docs.aws.amazon.com/mediastore/latest/ug/policies-metric-examples.html>`_ .
|
|
662
666
|
:param policy: Creates an access policy for the specified container to restrict the users and clients that can access it. For information about the data that is included in an access policy, see the `AWS Identity and Access Management User Guide <https://docs.aws.amazon.com/iam/>`_ . For this release of the REST API, you can create only one policy for a container. If you enter ``PutContainerPolicy`` twice, the second command modifies the existing policy.
|
|
663
667
|
:param tags:
|
|
@@ -754,9 +758,13 @@ class CfnContainerProps:
|
|
|
754
758
|
def cors_policy(
|
|
755
759
|
self,
|
|
756
760
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnContainer.CorsRuleProperty]]]]:
|
|
757
|
-
'''
|
|
761
|
+
'''.. epigraph::
|
|
762
|
+
|
|
763
|
+
End of support notice: On November 13, 2025, AWS will discontinue support for AWS Elemental MediaStore.
|
|
758
764
|
|
|
759
|
-
|
|
765
|
+
After November 13, 2025, you will no longer be able to access the AWS Elemental MediaStore console or AWS Elemental MediaStore resources. For more information, visit this `blog post <https://docs.aws.amazon.com/media/support-for-aws-elemental-mediastore-ending-soon/>`_ .
|
|
766
|
+
|
|
767
|
+
Sets the cross-origin resource sharing (CORS) configuration on a container so that the container can service cross-origin requests. For example, you might want to enable a request whose origin is http://www.example.com to access your AWS Elemental MediaStore container at my.example.container.com by using the browser's XMLHttpRequest capability.
|
|
760
768
|
|
|
761
769
|
To enable CORS on a container, you attach a CORS policy to the container. In the CORS policy, you configure rules that identify origins and the HTTP methods that can be executed on your container. The policy can contain up to 398,000 characters. You can add up to 100 rules to a CORS policy. If more than one rule applies, the service uses the first applicable rule listed.
|
|
762
770
|
|
|
@@ -769,9 +777,13 @@ class CfnContainerProps:
|
|
|
769
777
|
|
|
770
778
|
@builtins.property
|
|
771
779
|
def lifecycle_policy(self) -> typing.Optional[builtins.str]:
|
|
772
|
-
'''
|
|
780
|
+
'''.. epigraph::
|
|
781
|
+
|
|
782
|
+
End of support notice: On November 13, 2025, AWS will discontinue support for AWS Elemental MediaStore.
|
|
783
|
+
|
|
784
|
+
After November 13, 2025, you will no longer be able to access the AWS Elemental MediaStore console or AWS Elemental MediaStore resources. For more information, visit this `blog post <https://docs.aws.amazon.com/media/support-for-aws-elemental-mediastore-ending-soon/>`_ .
|
|
773
785
|
|
|
774
|
-
If the container already has an object lifecycle policy, the service replaces the existing policy with the new policy. It takes up to 20 minutes for the change to take effect.
|
|
786
|
+
Writes an object lifecycle policy to a container. If the container already has an object lifecycle policy, the service replaces the existing policy with the new policy. It takes up to 20 minutes for the change to take effect.
|
|
775
787
|
|
|
776
788
|
For information about how to construct an object lifecycle policy, see `Components of an Object Lifecycle Policy <https://docs.aws.amazon.com/mediastore/latest/ug/policies-object-lifecycle-components.html>`_ .
|
|
777
789
|
|
|
@@ -6409,6 +6409,12 @@ class EngineVersion(
|
|
|
6409
6409
|
'''AWS OpenSearch 2.15.'''
|
|
6410
6410
|
return typing.cast("EngineVersion", jsii.sget(cls, "OPENSEARCH_2_15"))
|
|
6411
6411
|
|
|
6412
|
+
@jsii.python.classproperty
|
|
6413
|
+
@jsii.member(jsii_name="OPENSEARCH_2_17")
|
|
6414
|
+
def OPENSEARCH_2_17(cls) -> "EngineVersion":
|
|
6415
|
+
'''AWS OpenSearch 2.17.'''
|
|
6416
|
+
return typing.cast("EngineVersion", jsii.sget(cls, "OPENSEARCH_2_17"))
|
|
6417
|
+
|
|
6412
6418
|
@jsii.python.classproperty
|
|
6413
6419
|
@jsii.member(jsii_name="OPENSEARCH_2_3")
|
|
6414
6420
|
def OPENSEARCH_2_3(cls) -> "EngineVersion":
|
|
@@ -145598,11 +145598,14 @@ class CfnDataSource(
|
|
|
145598
145598
|
identity_provider_vpc_connection_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSource.VpcConnectionPropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
145599
145599
|
o_auth_scope: typing.Optional[builtins.str] = None,
|
|
145600
145600
|
) -> None:
|
|
145601
|
-
'''
|
|
145602
|
-
|
|
145603
|
-
|
|
145601
|
+
'''An object that contains information needed to create a data source connection that uses OAuth client credentials.
|
|
145602
|
+
|
|
145603
|
+
This option is available for data source connections that are made with Snowflake and Starburst.
|
|
145604
|
+
|
|
145605
|
+
:param token_provider_url: The token endpoint URL of the identity provider.
|
|
145606
|
+
:param identity_provider_resource_uri: The resource uri of the identity provider.
|
|
145604
145607
|
:param identity_provider_vpc_connection_properties:
|
|
145605
|
-
:param o_auth_scope:
|
|
145608
|
+
:param o_auth_scope: The OAuth scope.
|
|
145606
145609
|
|
|
145607
145610
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-oauthparameters.html
|
|
145608
145611
|
:exampleMetadata: fixture=_generated
|
|
@@ -145642,7 +145645,8 @@ class CfnDataSource(
|
|
|
145642
145645
|
|
|
145643
145646
|
@builtins.property
|
|
145644
145647
|
def token_provider_url(self) -> builtins.str:
|
|
145645
|
-
'''
|
|
145648
|
+
'''The token endpoint URL of the identity provider.
|
|
145649
|
+
|
|
145646
145650
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-oauthparameters.html#cfn-quicksight-datasource-oauthparameters-tokenproviderurl
|
|
145647
145651
|
'''
|
|
145648
145652
|
result = self._values.get("token_provider_url")
|
|
@@ -145651,7 +145655,8 @@ class CfnDataSource(
|
|
|
145651
145655
|
|
|
145652
145656
|
@builtins.property
|
|
145653
145657
|
def identity_provider_resource_uri(self) -> typing.Optional[builtins.str]:
|
|
145654
|
-
'''
|
|
145658
|
+
'''The resource uri of the identity provider.
|
|
145659
|
+
|
|
145655
145660
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-oauthparameters.html#cfn-quicksight-datasource-oauthparameters-identityproviderresourceuri
|
|
145656
145661
|
'''
|
|
145657
145662
|
result = self._values.get("identity_provider_resource_uri")
|
|
@@ -145669,7 +145674,8 @@ class CfnDataSource(
|
|
|
145669
145674
|
|
|
145670
145675
|
@builtins.property
|
|
145671
145676
|
def o_auth_scope(self) -> typing.Optional[builtins.str]:
|
|
145672
|
-
'''
|
|
145677
|
+
'''The OAuth scope.
|
|
145678
|
+
|
|
145673
145679
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-oauthparameters.html#cfn-quicksight-datasource-oauthparameters-oauthscope
|
|
145674
145680
|
'''
|
|
145675
145681
|
result = self._values.get("o_auth_scope")
|
|
@@ -146518,9 +146524,9 @@ class CfnDataSource(
|
|
|
146518
146524
|
:param database: Database.
|
|
146519
146525
|
:param host: Host.
|
|
146520
146526
|
:param warehouse: Warehouse.
|
|
146521
|
-
:param authentication_type:
|
|
146522
|
-
:param database_access_control_role:
|
|
146523
|
-
:param o_auth_parameters:
|
|
146527
|
+
:param authentication_type: The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.
|
|
146528
|
+
:param database_access_control_role: The database access control role.
|
|
146529
|
+
:param o_auth_parameters: An object that contains information needed to create a data source connection between an Amazon QuickSight account and Snowflake.
|
|
146524
146530
|
|
|
146525
146531
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-snowflakeparameters.html
|
|
146526
146532
|
:exampleMetadata: fixture=_generated
|
|
@@ -146603,7 +146609,10 @@ class CfnDataSource(
|
|
|
146603
146609
|
|
|
146604
146610
|
@builtins.property
|
|
146605
146611
|
def authentication_type(self) -> typing.Optional[builtins.str]:
|
|
146606
|
-
'''
|
|
146612
|
+
'''The authentication type that you want to use for your connection.
|
|
146613
|
+
|
|
146614
|
+
This parameter accepts OAuth and non-OAuth authentication types.
|
|
146615
|
+
|
|
146607
146616
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-snowflakeparameters.html#cfn-quicksight-datasource-snowflakeparameters-authenticationtype
|
|
146608
146617
|
'''
|
|
146609
146618
|
result = self._values.get("authentication_type")
|
|
@@ -146611,7 +146620,8 @@ class CfnDataSource(
|
|
|
146611
146620
|
|
|
146612
146621
|
@builtins.property
|
|
146613
146622
|
def database_access_control_role(self) -> typing.Optional[builtins.str]:
|
|
146614
|
-
'''
|
|
146623
|
+
'''The database access control role.
|
|
146624
|
+
|
|
146615
146625
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-snowflakeparameters.html#cfn-quicksight-datasource-snowflakeparameters-databaseaccesscontrolrole
|
|
146616
146626
|
'''
|
|
146617
146627
|
result = self._values.get("database_access_control_role")
|
|
@@ -146621,7 +146631,8 @@ class CfnDataSource(
|
|
|
146621
146631
|
def o_auth_parameters(
|
|
146622
146632
|
self,
|
|
146623
146633
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.OAuthParametersProperty"]]:
|
|
146624
|
-
'''
|
|
146634
|
+
'''An object that contains information needed to create a data source connection between an Amazon QuickSight account and Snowflake.
|
|
146635
|
+
|
|
146625
146636
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-snowflakeparameters.html#cfn-quicksight-datasource-snowflakeparameters-oauthparameters
|
|
146626
146637
|
'''
|
|
146627
146638
|
result = self._values.get("o_auth_parameters")
|
|
@@ -146883,9 +146894,9 @@ class CfnDataSource(
|
|
|
146883
146894
|
:param catalog: The catalog name for the Starburst data source.
|
|
146884
146895
|
:param host: The host name of the Starburst data source.
|
|
146885
146896
|
:param port: The port for the Starburst data source. Default: - 0
|
|
146886
|
-
:param authentication_type:
|
|
146887
|
-
:param database_access_control_role:
|
|
146888
|
-
:param o_auth_parameters:
|
|
146897
|
+
:param authentication_type: The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.
|
|
146898
|
+
:param database_access_control_role: The database access control role.
|
|
146899
|
+
:param o_auth_parameters: An object that contains information needed to create a data source connection between an Amazon QuickSight account and Starburst.
|
|
146889
146900
|
:param product_type: The product type for the Starburst data source.
|
|
146890
146901
|
|
|
146891
146902
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-starburstparameters.html
|
|
@@ -146975,7 +146986,10 @@ class CfnDataSource(
|
|
|
146975
146986
|
|
|
146976
146987
|
@builtins.property
|
|
146977
146988
|
def authentication_type(self) -> typing.Optional[builtins.str]:
|
|
146978
|
-
'''
|
|
146989
|
+
'''The authentication type that you want to use for your connection.
|
|
146990
|
+
|
|
146991
|
+
This parameter accepts OAuth and non-OAuth authentication types.
|
|
146992
|
+
|
|
146979
146993
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-starburstparameters.html#cfn-quicksight-datasource-starburstparameters-authenticationtype
|
|
146980
146994
|
'''
|
|
146981
146995
|
result = self._values.get("authentication_type")
|
|
@@ -146983,7 +146997,8 @@ class CfnDataSource(
|
|
|
146983
146997
|
|
|
146984
146998
|
@builtins.property
|
|
146985
146999
|
def database_access_control_role(self) -> typing.Optional[builtins.str]:
|
|
146986
|
-
'''
|
|
147000
|
+
'''The database access control role.
|
|
147001
|
+
|
|
146987
147002
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-starburstparameters.html#cfn-quicksight-datasource-starburstparameters-databaseaccesscontrolrole
|
|
146988
147003
|
'''
|
|
146989
147004
|
result = self._values.get("database_access_control_role")
|
|
@@ -146993,7 +147008,8 @@ class CfnDataSource(
|
|
|
146993
147008
|
def o_auth_parameters(
|
|
146994
147009
|
self,
|
|
146995
147010
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.OAuthParametersProperty"]]:
|
|
146996
|
-
'''
|
|
147011
|
+
'''An object that contains information needed to create a data source connection between an Amazon QuickSight account and Starburst.
|
|
147012
|
+
|
|
146997
147013
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-starburstparameters.html#cfn-quicksight-datasource-starburstparameters-oauthparameters
|
|
146998
147014
|
'''
|
|
146999
147015
|
result = self._values.get("o_auth_parameters")
|
aws_cdk/aws_rds/__init__.py
CHANGED
|
@@ -4973,7 +4973,7 @@ class CfnDBCluster(
|
|
|
4973
4973
|
:param enable_iam_database_authentication: A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. For more information, see `IAM Database Authentication <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html>`_ in the *Amazon Aurora User Guide.* Valid for: Aurora DB clusters only
|
|
4974
4974
|
:param enable_local_write_forwarding: Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances. Valid for: Aurora DB clusters only
|
|
4975
4975
|
:param engine: The name of the database engine to be used for this DB cluster. Valid Values: - ``aurora-mysql`` - ``aurora-postgresql`` - ``mysql`` - ``postgres`` Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
4976
|
-
:param engine_lifecycle_support: The life cycle type for this DB cluster. .. epigraph:: By default, this value is set to ``open-source-rds-extended-support`` , which enrolls your DB cluster into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by setting the value to ``open-source-rds-extended-support-disabled`` . In this case, creating the DB cluster will fail if the DB major version is past its end of standard support date. You can use this setting to enroll your DB cluster into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB cluster past the end of standard support for that engine version. For more information, see the following sections: - Amazon Aurora
|
|
4976
|
+
:param engine_lifecycle_support: The life cycle type for this DB cluster. .. epigraph:: By default, this value is set to ``open-source-rds-extended-support`` , which enrolls your DB cluster into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by setting the value to ``open-source-rds-extended-support-disabled`` . In this case, creating the DB cluster will fail if the DB major version is past its end of standard support date. You can use this setting to enroll your DB cluster into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB cluster past the end of standard support for that engine version. For more information, see the following sections: - Amazon Aurora - `Using Amazon RDS Extended Support <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html>`_ in the *Amazon Aurora User Guide* - Amazon RDS - `Using Amazon RDS Extended Support <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html>`_ in the *Amazon RDS User Guide* Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Valid Values: ``open-source-rds-extended-support | open-source-rds-extended-support-disabled`` Default: ``open-source-rds-extended-support``
|
|
4977
4977
|
:param engine_mode: The DB engine mode of the DB cluster, either ``provisioned`` or ``serverless`` . The ``serverless`` engine mode only applies for Aurora Serverless v1 DB clusters. Aurora Serverless v2 DB clusters use the ``provisioned`` engine mode. For information about limitations and requirements for Serverless DB clusters, see the following sections in the *Amazon Aurora User Guide* : - `Limitations of Aurora Serverless v1 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations>`_ - `Requirements for Aurora Serverless v2 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html>`_ Valid for Cluster Type: Aurora DB clusters only
|
|
4978
4978
|
:param engine_version: The version number of the database engine to use. To list all of the available engine versions for Aurora MySQL version 2 (5.7-compatible) and version 3 (8.0-compatible), use the following command: ``aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"`` You can supply either ``5.7`` or ``8.0`` to use the default engine version for Aurora MySQL version 2 or version 3, respectively. To list all of the available engine versions for Aurora PostgreSQL, use the following command: ``aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion"`` To list all of the available engine versions for RDS for MySQL, use the following command: ``aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion"`` To list all of the available engine versions for RDS for PostgreSQL, use the following command: ``aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion"`` *Aurora MySQL* For information, see `Database engine updates for Amazon Aurora MySQL <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html>`_ in the *Amazon Aurora User Guide* . *Aurora PostgreSQL* For information, see `Amazon Aurora PostgreSQL releases and engine versions <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.20180305.html>`_ in the *Amazon Aurora User Guide* . *MySQL* For information, see `Amazon RDS for MySQL <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt>`_ in the *Amazon RDS User Guide* . *PostgreSQL* For information, see `Amazon RDS for PostgreSQL <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts>`_ in the *Amazon RDS User Guide* . Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
4979
4979
|
:param global_cluster_identifier: If you are configuring an Aurora global database cluster and want your Aurora DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster. To define the primary database cluster of the global cluster, use the `AWS::RDS::GlobalCluster <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-globalcluster.html>`_ resource. If you aren't configuring a global database cluster, don't specify this property. .. epigraph:: To remove the DB cluster from a global database cluster, specify an empty value for the ``GlobalClusterIdentifier`` property. For information about Aurora global databases, see `Working with Amazon Aurora Global Databases <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html>`_ in the *Amazon Aurora User Guide* . Valid for: Aurora DB clusters only
|
|
@@ -7129,7 +7129,7 @@ class CfnDBClusterProps:
|
|
|
7129
7129
|
:param enable_iam_database_authentication: A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. For more information, see `IAM Database Authentication <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html>`_ in the *Amazon Aurora User Guide.* Valid for: Aurora DB clusters only
|
|
7130
7130
|
:param enable_local_write_forwarding: Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances. Valid for: Aurora DB clusters only
|
|
7131
7131
|
:param engine: The name of the database engine to be used for this DB cluster. Valid Values: - ``aurora-mysql`` - ``aurora-postgresql`` - ``mysql`` - ``postgres`` Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
7132
|
-
:param engine_lifecycle_support: The life cycle type for this DB cluster. .. epigraph:: By default, this value is set to ``open-source-rds-extended-support`` , which enrolls your DB cluster into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by setting the value to ``open-source-rds-extended-support-disabled`` . In this case, creating the DB cluster will fail if the DB major version is past its end of standard support date. You can use this setting to enroll your DB cluster into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB cluster past the end of standard support for that engine version. For more information, see the following sections: - Amazon Aurora
|
|
7132
|
+
:param engine_lifecycle_support: The life cycle type for this DB cluster. .. epigraph:: By default, this value is set to ``open-source-rds-extended-support`` , which enrolls your DB cluster into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by setting the value to ``open-source-rds-extended-support-disabled`` . In this case, creating the DB cluster will fail if the DB major version is past its end of standard support date. You can use this setting to enroll your DB cluster into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB cluster past the end of standard support for that engine version. For more information, see the following sections: - Amazon Aurora - `Using Amazon RDS Extended Support <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html>`_ in the *Amazon Aurora User Guide* - Amazon RDS - `Using Amazon RDS Extended Support <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html>`_ in the *Amazon RDS User Guide* Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Valid Values: ``open-source-rds-extended-support | open-source-rds-extended-support-disabled`` Default: ``open-source-rds-extended-support``
|
|
7133
7133
|
:param engine_mode: The DB engine mode of the DB cluster, either ``provisioned`` or ``serverless`` . The ``serverless`` engine mode only applies for Aurora Serverless v1 DB clusters. Aurora Serverless v2 DB clusters use the ``provisioned`` engine mode. For information about limitations and requirements for Serverless DB clusters, see the following sections in the *Amazon Aurora User Guide* : - `Limitations of Aurora Serverless v1 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations>`_ - `Requirements for Aurora Serverless v2 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html>`_ Valid for Cluster Type: Aurora DB clusters only
|
|
7134
7134
|
:param engine_version: The version number of the database engine to use. To list all of the available engine versions for Aurora MySQL version 2 (5.7-compatible) and version 3 (8.0-compatible), use the following command: ``aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"`` You can supply either ``5.7`` or ``8.0`` to use the default engine version for Aurora MySQL version 2 or version 3, respectively. To list all of the available engine versions for Aurora PostgreSQL, use the following command: ``aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion"`` To list all of the available engine versions for RDS for MySQL, use the following command: ``aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion"`` To list all of the available engine versions for RDS for PostgreSQL, use the following command: ``aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion"`` *Aurora MySQL* For information, see `Database engine updates for Amazon Aurora MySQL <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html>`_ in the *Amazon Aurora User Guide* . *Aurora PostgreSQL* For information, see `Amazon Aurora PostgreSQL releases and engine versions <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.20180305.html>`_ in the *Amazon Aurora User Guide* . *MySQL* For information, see `Amazon RDS for MySQL <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt>`_ in the *Amazon RDS User Guide* . *PostgreSQL* For information, see `Amazon RDS for PostgreSQL <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts>`_ in the *Amazon RDS User Guide* . Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
7135
7135
|
:param global_cluster_identifier: If you are configuring an Aurora global database cluster and want your Aurora DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster. To define the primary database cluster of the global cluster, use the `AWS::RDS::GlobalCluster <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-globalcluster.html>`_ resource. If you aren't configuring a global database cluster, don't specify this property. .. epigraph:: To remove the DB cluster from a global database cluster, specify an empty value for the ``GlobalClusterIdentifier`` property. For information about Aurora global databases, see `Working with Amazon Aurora Global Databases <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html>`_ in the *Amazon Aurora User Guide* . Valid for: Aurora DB clusters only
|
|
@@ -7821,7 +7821,7 @@ class CfnDBClusterProps:
|
|
|
7821
7821
|
|
|
7822
7822
|
You can use this setting to enroll your DB cluster into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB cluster past the end of standard support for that engine version. For more information, see the following sections:
|
|
7823
7823
|
|
|
7824
|
-
- Amazon Aurora
|
|
7824
|
+
- Amazon Aurora - `Using Amazon RDS Extended Support <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html>`_ in the *Amazon Aurora User Guide*
|
|
7825
7825
|
- Amazon RDS - `Using Amazon RDS Extended Support <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html>`_ in the *Amazon RDS User Guide*
|
|
7826
7826
|
|
|
7827
7827
|
Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
@@ -31609,6 +31609,12 @@ class MysqlEngineVersion(
|
|
|
31609
31609
|
'''Version "8.0.39".'''
|
|
31610
31610
|
return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_8_0_39"))
|
|
31611
31611
|
|
|
31612
|
+
@jsii.python.classproperty
|
|
31613
|
+
@jsii.member(jsii_name="VER_8_0_40")
|
|
31614
|
+
def VER_8_0_40(cls) -> "MysqlEngineVersion":
|
|
31615
|
+
'''Version "8.0.40".'''
|
|
31616
|
+
return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_8_0_40"))
|
|
31617
|
+
|
|
31612
31618
|
@builtins.property
|
|
31613
31619
|
@jsii.member(jsii_name="mysqlFullVersion")
|
|
31614
31620
|
def mysql_full_version(self) -> builtins.str:
|
|
@@ -34493,6 +34499,12 @@ class PostgresEngineVersion(
|
|
|
34493
34499
|
'''Version "12.20".'''
|
|
34494
34500
|
return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_12_20"))
|
|
34495
34501
|
|
|
34502
|
+
@jsii.python.classproperty
|
|
34503
|
+
@jsii.member(jsii_name="VER_12_21")
|
|
34504
|
+
def VER_12_21(cls) -> "PostgresEngineVersion":
|
|
34505
|
+
'''Version "12.21".'''
|
|
34506
|
+
return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_12_21"))
|
|
34507
|
+
|
|
34496
34508
|
@jsii.python.classproperty
|
|
34497
34509
|
@jsii.member(jsii_name="VER_12_3")
|
|
34498
34510
|
def VER_12_3(cls) -> "PostgresEngineVersion":
|
|
@@ -34634,6 +34646,12 @@ class PostgresEngineVersion(
|
|
|
34634
34646
|
'''Version "13.16".'''
|
|
34635
34647
|
return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_13_16"))
|
|
34636
34648
|
|
|
34649
|
+
@jsii.python.classproperty
|
|
34650
|
+
@jsii.member(jsii_name="VER_13_17")
|
|
34651
|
+
def VER_13_17(cls) -> "PostgresEngineVersion":
|
|
34652
|
+
'''Version "13.17".'''
|
|
34653
|
+
return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_13_17"))
|
|
34654
|
+
|
|
34637
34655
|
@jsii.python.classproperty
|
|
34638
34656
|
@jsii.member(jsii_name="VER_13_2")
|
|
34639
34657
|
def VER_13_2(cls) -> "PostgresEngineVersion":
|
|
@@ -34763,6 +34781,12 @@ class PostgresEngineVersion(
|
|
|
34763
34781
|
'''Version "14.13".'''
|
|
34764
34782
|
return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_14_13"))
|
|
34765
34783
|
|
|
34784
|
+
@jsii.python.classproperty
|
|
34785
|
+
@jsii.member(jsii_name="VER_14_14")
|
|
34786
|
+
def VER_14_14(cls) -> "PostgresEngineVersion":
|
|
34787
|
+
'''Version "14.14".'''
|
|
34788
|
+
return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_14_14"))
|
|
34789
|
+
|
|
34766
34790
|
@jsii.python.classproperty
|
|
34767
34791
|
@jsii.member(jsii_name="VER_14_2")
|
|
34768
34792
|
def VER_14_2(cls) -> "PostgresEngineVersion":
|
|
@@ -34904,6 +34928,12 @@ class PostgresEngineVersion(
|
|
|
34904
34928
|
'''Version "15.8".'''
|
|
34905
34929
|
return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_15_8"))
|
|
34906
34930
|
|
|
34931
|
+
@jsii.python.classproperty
|
|
34932
|
+
@jsii.member(jsii_name="VER_15_9")
|
|
34933
|
+
def VER_15_9(cls) -> "PostgresEngineVersion":
|
|
34934
|
+
'''Version "15.9".'''
|
|
34935
|
+
return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_15_9"))
|
|
34936
|
+
|
|
34907
34937
|
@jsii.python.classproperty
|
|
34908
34938
|
@jsii.member(jsii_name="VER_16")
|
|
34909
34939
|
def VER_16(cls) -> "PostgresEngineVersion":
|
|
@@ -34934,6 +34964,24 @@ class PostgresEngineVersion(
|
|
|
34934
34964
|
'''Version "16.4".'''
|
|
34935
34965
|
return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_16_4"))
|
|
34936
34966
|
|
|
34967
|
+
@jsii.python.classproperty
|
|
34968
|
+
@jsii.member(jsii_name="VER_16_5")
|
|
34969
|
+
def VER_16_5(cls) -> "PostgresEngineVersion":
|
|
34970
|
+
'''Version "16.5".'''
|
|
34971
|
+
return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_16_5"))
|
|
34972
|
+
|
|
34973
|
+
@jsii.python.classproperty
|
|
34974
|
+
@jsii.member(jsii_name="VER_17")
|
|
34975
|
+
def VER_17(cls) -> "PostgresEngineVersion":
|
|
34976
|
+
'''Version "17" (only a major version, without a specific minor version).'''
|
|
34977
|
+
return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_17"))
|
|
34978
|
+
|
|
34979
|
+
@jsii.python.classproperty
|
|
34980
|
+
@jsii.member(jsii_name="VER_17_1")
|
|
34981
|
+
def VER_17_1(cls) -> "PostgresEngineVersion":
|
|
34982
|
+
'''Version "17.1".'''
|
|
34983
|
+
return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_17_1"))
|
|
34984
|
+
|
|
34937
34985
|
@jsii.python.classproperty
|
|
34938
34986
|
@jsii.member(jsii_name="VER_9_6_24")
|
|
34939
34987
|
def VER_9_6_24(cls) -> "PostgresEngineVersion":
|