aws-cdk-lib 2.186.0__py3-none-any.whl → 2.188.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 +303 -119
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.186.0.jsii.tgz → aws-cdk-lib@2.188.0.jsii.tgz} +0 -0
- aws_cdk/aws_amplify/__init__.py +136 -0
- aws_cdk/aws_apigateway/__init__.py +69 -17
- aws_cdk/aws_apigatewayv2/__init__.py +88 -0
- aws_cdk/aws_appconfig/__init__.py +30 -14
- aws_cdk/aws_appsync/__init__.py +14 -5
- aws_cdk/aws_arczonalshift/__init__.py +4 -4
- aws_cdk/aws_bedrock/__init__.py +637 -32
- aws_cdk/aws_budgets/__init__.py +8 -8
- aws_cdk/aws_cassandra/__init__.py +4 -2
- aws_cdk/aws_ce/__init__.py +2 -2
- aws_cdk/aws_cloudformation/__init__.py +3 -3
- aws_cdk/aws_cloudfront/__init__.py +11 -0
- aws_cdk/aws_cloudtrail/__init__.py +4 -18
- aws_cdk/aws_cloudwatch/__init__.py +50 -50
- aws_cdk/aws_codebuild/__init__.py +32 -1
- aws_cdk/aws_codepipeline/__init__.py +47 -32
- aws_cdk/aws_codepipeline_actions/__init__.py +2786 -1042
- aws_cdk/aws_codestarnotifications/__init__.py +16 -16
- aws_cdk/aws_cognito/__init__.py +8 -2
- aws_cdk/aws_config/__init__.py +2 -5
- aws_cdk/aws_datazone/__init__.py +287 -226
- aws_cdk/aws_detective/__init__.py +3 -3
- aws_cdk/aws_dynamodb/__init__.py +37 -0
- aws_cdk/aws_ec2/__init__.py +2448 -442
- aws_cdk/aws_ecr/__init__.py +143 -0
- aws_cdk/aws_ecr_assets/__init__.py +115 -4
- aws_cdk/aws_ecs/__init__.py +51 -0
- aws_cdk/aws_eks/__init__.py +222 -6
- aws_cdk/aws_events/__init__.py +8 -11
- aws_cdk/aws_events_targets/__init__.py +136 -0
- aws_cdk/aws_forecast/__init__.py +1 -1
- aws_cdk/aws_fsx/__init__.py +2 -2
- aws_cdk/aws_gamelift/__init__.py +11 -11
- aws_cdk/aws_iam/__init__.py +6 -4
- aws_cdk/aws_identitystore/__init__.py +6 -4
- aws_cdk/aws_iotsitewise/__init__.py +623 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +38 -0
- aws_cdk/aws_kms/__init__.py +10 -11
- aws_cdk/aws_lakeformation/__init__.py +3 -3
- aws_cdk/aws_lambda/__init__.py +105 -4
- aws_cdk/aws_lambda_event_sources/__init__.py +87 -25
- aws_cdk/aws_lambda_nodejs/__init__.py +5 -24
- aws_cdk/aws_lex/__init__.py +985 -5
- aws_cdk/aws_logs/__init__.py +18 -0
- aws_cdk/aws_logs_destinations/__init__.py +146 -0
- aws_cdk/aws_mediaconnect/__init__.py +714 -290
- aws_cdk/aws_mwaa/__init__.py +9 -9
- aws_cdk/aws_networkfirewall/__init__.py +44 -0
- aws_cdk/aws_notifications/__init__.py +4 -4
- aws_cdk/aws_omics/__init__.py +225 -1
- aws_cdk/aws_opensearchserverless/__init__.py +31 -23
- aws_cdk/aws_organizations/__init__.py +1 -1
- aws_cdk/aws_pcaconnectorad/__init__.py +3 -2
- aws_cdk/aws_quicksight/__init__.py +268 -50
- aws_cdk/aws_rds/__init__.py +186 -10
- aws_cdk/aws_route53/__init__.py +5 -5
- aws_cdk/aws_route53recoverycontrol/__init__.py +41 -2
- aws_cdk/aws_rum/__init__.py +13 -10
- aws_cdk/aws_s3/__init__.py +3 -6
- aws_cdk/aws_s3_assets/__init__.py +70 -1
- aws_cdk/aws_s3_deployment/__init__.py +4 -0
- aws_cdk/aws_sagemaker/__init__.py +47 -4
- aws_cdk/aws_scheduler_targets/__init__.py +4 -16
- aws_cdk/aws_securitylake/__init__.py +2 -2
- aws_cdk/aws_servicecatalog/__init__.py +4 -0
- aws_cdk/aws_sns/__init__.py +1 -1
- aws_cdk/aws_ssmincidents/__init__.py +10 -10
- aws_cdk/aws_stepfunctions/__init__.py +23 -17
- aws_cdk/aws_stepfunctions_tasks/__init__.py +4 -0
- aws_cdk/aws_synthetics/__init__.py +9 -0
- aws_cdk/aws_systemsmanagersap/__init__.py +160 -0
- aws_cdk/aws_transfer/__init__.py +19 -10
- aws_cdk/aws_wafv2/__init__.py +512 -1141
- aws_cdk/cloud_assembly_schema/__init__.py +60 -10
- aws_cdk/cx_api/__init__.py +38 -2
- aws_cdk/pipelines/__init__.py +52 -2
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.0.dist-info}/METADATA +4 -4
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.0.dist-info}/RECORD +85 -85
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.0.dist-info}/WHEEL +1 -1
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_omics/__init__.py
CHANGED
|
@@ -1598,12 +1598,18 @@ class CfnSequenceStore(
|
|
|
1598
1598
|
# The values are placeholders you should change.
|
|
1599
1599
|
from aws_cdk import aws_omics as omics
|
|
1600
1600
|
|
|
1601
|
+
# s3_access_policy: Any
|
|
1602
|
+
|
|
1601
1603
|
cfn_sequence_store = omics.CfnSequenceStore(self, "MyCfnSequenceStore",
|
|
1602
1604
|
name="name",
|
|
1603
1605
|
|
|
1604
1606
|
# the properties below are optional
|
|
1607
|
+
access_log_location="accessLogLocation",
|
|
1605
1608
|
description="description",
|
|
1609
|
+
e_tag_algorithm_family="eTagAlgorithmFamily",
|
|
1606
1610
|
fallback_location="fallbackLocation",
|
|
1611
|
+
propagated_set_level_tags=["propagatedSetLevelTags"],
|
|
1612
|
+
s3_access_policy=s3_access_policy,
|
|
1607
1613
|
sse_config=omics.CfnSequenceStore.SseConfigProperty(
|
|
1608
1614
|
type="type",
|
|
1609
1615
|
|
|
@@ -1622,8 +1628,12 @@ class CfnSequenceStore(
|
|
|
1622
1628
|
id: builtins.str,
|
|
1623
1629
|
*,
|
|
1624
1630
|
name: builtins.str,
|
|
1631
|
+
access_log_location: typing.Optional[builtins.str] = None,
|
|
1625
1632
|
description: typing.Optional[builtins.str] = None,
|
|
1633
|
+
e_tag_algorithm_family: typing.Optional[builtins.str] = None,
|
|
1626
1634
|
fallback_location: typing.Optional[builtins.str] = None,
|
|
1635
|
+
propagated_set_level_tags: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1636
|
+
s3_access_policy: typing.Any = None,
|
|
1627
1637
|
sse_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnSequenceStore.SseConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1628
1638
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
1629
1639
|
) -> None:
|
|
@@ -1631,8 +1641,12 @@ class CfnSequenceStore(
|
|
|
1631
1641
|
:param scope: Scope in which this resource is defined.
|
|
1632
1642
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1633
1643
|
:param name: A name for the store.
|
|
1644
|
+
:param access_log_location: Location of the access logs.
|
|
1634
1645
|
:param description: A description for the store.
|
|
1646
|
+
:param e_tag_algorithm_family: The algorithm family of the ETag.
|
|
1635
1647
|
:param fallback_location: An S3 location that is used to store files that have failed a direct upload.
|
|
1648
|
+
:param propagated_set_level_tags: The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
|
|
1649
|
+
:param s3_access_policy: The resource policy that controls S3 access on the store.
|
|
1636
1650
|
:param sse_config: Server-side encryption (SSE) settings for the store.
|
|
1637
1651
|
:param tags: Tags for the store.
|
|
1638
1652
|
'''
|
|
@@ -1642,8 +1656,12 @@ class CfnSequenceStore(
|
|
|
1642
1656
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1643
1657
|
props = CfnSequenceStoreProps(
|
|
1644
1658
|
name=name,
|
|
1659
|
+
access_log_location=access_log_location,
|
|
1645
1660
|
description=description,
|
|
1661
|
+
e_tag_algorithm_family=e_tag_algorithm_family,
|
|
1646
1662
|
fallback_location=fallback_location,
|
|
1663
|
+
propagated_set_level_tags=propagated_set_level_tags,
|
|
1664
|
+
s3_access_policy=s3_access_policy,
|
|
1647
1665
|
sse_config=sse_config,
|
|
1648
1666
|
tags=tags,
|
|
1649
1667
|
)
|
|
@@ -1698,6 +1716,24 @@ class CfnSequenceStore(
|
|
|
1698
1716
|
'''
|
|
1699
1717
|
return typing.cast(builtins.str, jsii.get(self, "attrCreationTime"))
|
|
1700
1718
|
|
|
1719
|
+
@builtins.property
|
|
1720
|
+
@jsii.member(jsii_name="attrS3AccessPointArn")
|
|
1721
|
+
def attr_s3_access_point_arn(self) -> builtins.str:
|
|
1722
|
+
'''This is ARN of the access point associated with the S3 bucket storing read sets.
|
|
1723
|
+
|
|
1724
|
+
:cloudformationAttribute: S3AccessPointArn
|
|
1725
|
+
'''
|
|
1726
|
+
return typing.cast(builtins.str, jsii.get(self, "attrS3AccessPointArn"))
|
|
1727
|
+
|
|
1728
|
+
@builtins.property
|
|
1729
|
+
@jsii.member(jsii_name="attrS3Uri")
|
|
1730
|
+
def attr_s3_uri(self) -> builtins.str:
|
|
1731
|
+
'''The S3 URI of the sequence store.
|
|
1732
|
+
|
|
1733
|
+
:cloudformationAttribute: S3Uri
|
|
1734
|
+
'''
|
|
1735
|
+
return typing.cast(builtins.str, jsii.get(self, "attrS3Uri"))
|
|
1736
|
+
|
|
1701
1737
|
@builtins.property
|
|
1702
1738
|
@jsii.member(jsii_name="attrSequenceStoreId")
|
|
1703
1739
|
def attr_sequence_store_id(self) -> builtins.str:
|
|
@@ -1707,6 +1743,33 @@ class CfnSequenceStore(
|
|
|
1707
1743
|
'''
|
|
1708
1744
|
return typing.cast(builtins.str, jsii.get(self, "attrSequenceStoreId"))
|
|
1709
1745
|
|
|
1746
|
+
@builtins.property
|
|
1747
|
+
@jsii.member(jsii_name="attrStatus")
|
|
1748
|
+
def attr_status(self) -> builtins.str:
|
|
1749
|
+
'''Status of the sequence store.
|
|
1750
|
+
|
|
1751
|
+
:cloudformationAttribute: Status
|
|
1752
|
+
'''
|
|
1753
|
+
return typing.cast(builtins.str, jsii.get(self, "attrStatus"))
|
|
1754
|
+
|
|
1755
|
+
@builtins.property
|
|
1756
|
+
@jsii.member(jsii_name="attrStatusMessage")
|
|
1757
|
+
def attr_status_message(self) -> builtins.str:
|
|
1758
|
+
'''The status message of the sequence store.
|
|
1759
|
+
|
|
1760
|
+
:cloudformationAttribute: StatusMessage
|
|
1761
|
+
'''
|
|
1762
|
+
return typing.cast(builtins.str, jsii.get(self, "attrStatusMessage"))
|
|
1763
|
+
|
|
1764
|
+
@builtins.property
|
|
1765
|
+
@jsii.member(jsii_name="attrUpdateTime")
|
|
1766
|
+
def attr_update_time(self) -> builtins.str:
|
|
1767
|
+
'''The last-updated time of the Sequence Store.
|
|
1768
|
+
|
|
1769
|
+
:cloudformationAttribute: UpdateTime
|
|
1770
|
+
'''
|
|
1771
|
+
return typing.cast(builtins.str, jsii.get(self, "attrUpdateTime"))
|
|
1772
|
+
|
|
1710
1773
|
@builtins.property
|
|
1711
1774
|
@jsii.member(jsii_name="cfnProperties")
|
|
1712
1775
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -1731,6 +1794,19 @@ class CfnSequenceStore(
|
|
|
1731
1794
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1732
1795
|
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
1733
1796
|
|
|
1797
|
+
@builtins.property
|
|
1798
|
+
@jsii.member(jsii_name="accessLogLocation")
|
|
1799
|
+
def access_log_location(self) -> typing.Optional[builtins.str]:
|
|
1800
|
+
'''Location of the access logs.'''
|
|
1801
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "accessLogLocation"))
|
|
1802
|
+
|
|
1803
|
+
@access_log_location.setter
|
|
1804
|
+
def access_log_location(self, value: typing.Optional[builtins.str]) -> None:
|
|
1805
|
+
if __debug__:
|
|
1806
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7549c525ad472ac7db5f5282211a0aac7a47906e8ed893e7de2371f8677691f0)
|
|
1807
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1808
|
+
jsii.set(self, "accessLogLocation", value) # pyright: ignore[reportArgumentType]
|
|
1809
|
+
|
|
1734
1810
|
@builtins.property
|
|
1735
1811
|
@jsii.member(jsii_name="description")
|
|
1736
1812
|
def description(self) -> typing.Optional[builtins.str]:
|
|
@@ -1744,6 +1820,19 @@ class CfnSequenceStore(
|
|
|
1744
1820
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1745
1821
|
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
1746
1822
|
|
|
1823
|
+
@builtins.property
|
|
1824
|
+
@jsii.member(jsii_name="eTagAlgorithmFamily")
|
|
1825
|
+
def e_tag_algorithm_family(self) -> typing.Optional[builtins.str]:
|
|
1826
|
+
'''The algorithm family of the ETag.'''
|
|
1827
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "eTagAlgorithmFamily"))
|
|
1828
|
+
|
|
1829
|
+
@e_tag_algorithm_family.setter
|
|
1830
|
+
def e_tag_algorithm_family(self, value: typing.Optional[builtins.str]) -> None:
|
|
1831
|
+
if __debug__:
|
|
1832
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a0fd26684f557f3150b6eaf7b8b6f5ea741a5a2ba9e37d4a05ec66dea9e5c724)
|
|
1833
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1834
|
+
jsii.set(self, "eTagAlgorithmFamily", value) # pyright: ignore[reportArgumentType]
|
|
1835
|
+
|
|
1747
1836
|
@builtins.property
|
|
1748
1837
|
@jsii.member(jsii_name="fallbackLocation")
|
|
1749
1838
|
def fallback_location(self) -> typing.Optional[builtins.str]:
|
|
@@ -1757,6 +1846,35 @@ class CfnSequenceStore(
|
|
|
1757
1846
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1758
1847
|
jsii.set(self, "fallbackLocation", value) # pyright: ignore[reportArgumentType]
|
|
1759
1848
|
|
|
1849
|
+
@builtins.property
|
|
1850
|
+
@jsii.member(jsii_name="propagatedSetLevelTags")
|
|
1851
|
+
def propagated_set_level_tags(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
1852
|
+
'''The tags keys to propagate to the S3 objects associated with read sets in the sequence store.'''
|
|
1853
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "propagatedSetLevelTags"))
|
|
1854
|
+
|
|
1855
|
+
@propagated_set_level_tags.setter
|
|
1856
|
+
def propagated_set_level_tags(
|
|
1857
|
+
self,
|
|
1858
|
+
value: typing.Optional[typing.List[builtins.str]],
|
|
1859
|
+
) -> None:
|
|
1860
|
+
if __debug__:
|
|
1861
|
+
type_hints = typing.get_type_hints(_typecheckingstub__94d2835859304a00ff97481068a5f88aa75e5f963a8554869a9bb60a55200b93)
|
|
1862
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1863
|
+
jsii.set(self, "propagatedSetLevelTags", value) # pyright: ignore[reportArgumentType]
|
|
1864
|
+
|
|
1865
|
+
@builtins.property
|
|
1866
|
+
@jsii.member(jsii_name="s3AccessPolicy")
|
|
1867
|
+
def s3_access_policy(self) -> typing.Any:
|
|
1868
|
+
'''The resource policy that controls S3 access on the store.'''
|
|
1869
|
+
return typing.cast(typing.Any, jsii.get(self, "s3AccessPolicy"))
|
|
1870
|
+
|
|
1871
|
+
@s3_access_policy.setter
|
|
1872
|
+
def s3_access_policy(self, value: typing.Any) -> None:
|
|
1873
|
+
if __debug__:
|
|
1874
|
+
type_hints = typing.get_type_hints(_typecheckingstub__48d38bc4fc98e65bd66719d736641dbe0eef30ad1a6a932a71665c6fd3c7a01c)
|
|
1875
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1876
|
+
jsii.set(self, "s3AccessPolicy", value) # pyright: ignore[reportArgumentType]
|
|
1877
|
+
|
|
1760
1878
|
@builtins.property
|
|
1761
1879
|
@jsii.member(jsii_name="sseConfig")
|
|
1762
1880
|
def sse_config(
|
|
@@ -1870,8 +1988,12 @@ class CfnSequenceStore(
|
|
|
1870
1988
|
jsii_struct_bases=[],
|
|
1871
1989
|
name_mapping={
|
|
1872
1990
|
"name": "name",
|
|
1991
|
+
"access_log_location": "accessLogLocation",
|
|
1873
1992
|
"description": "description",
|
|
1993
|
+
"e_tag_algorithm_family": "eTagAlgorithmFamily",
|
|
1874
1994
|
"fallback_location": "fallbackLocation",
|
|
1995
|
+
"propagated_set_level_tags": "propagatedSetLevelTags",
|
|
1996
|
+
"s3_access_policy": "s3AccessPolicy",
|
|
1875
1997
|
"sse_config": "sseConfig",
|
|
1876
1998
|
"tags": "tags",
|
|
1877
1999
|
},
|
|
@@ -1881,16 +2003,24 @@ class CfnSequenceStoreProps:
|
|
|
1881
2003
|
self,
|
|
1882
2004
|
*,
|
|
1883
2005
|
name: builtins.str,
|
|
2006
|
+
access_log_location: typing.Optional[builtins.str] = None,
|
|
1884
2007
|
description: typing.Optional[builtins.str] = None,
|
|
2008
|
+
e_tag_algorithm_family: typing.Optional[builtins.str] = None,
|
|
1885
2009
|
fallback_location: typing.Optional[builtins.str] = None,
|
|
2010
|
+
propagated_set_level_tags: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2011
|
+
s3_access_policy: typing.Any = None,
|
|
1886
2012
|
sse_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnSequenceStore.SseConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1887
2013
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
1888
2014
|
) -> None:
|
|
1889
2015
|
'''Properties for defining a ``CfnSequenceStore``.
|
|
1890
2016
|
|
|
1891
2017
|
:param name: A name for the store.
|
|
2018
|
+
:param access_log_location: Location of the access logs.
|
|
1892
2019
|
:param description: A description for the store.
|
|
2020
|
+
:param e_tag_algorithm_family: The algorithm family of the ETag.
|
|
1893
2021
|
:param fallback_location: An S3 location that is used to store files that have failed a direct upload.
|
|
2022
|
+
:param propagated_set_level_tags: The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
|
|
2023
|
+
:param s3_access_policy: The resource policy that controls S3 access on the store.
|
|
1894
2024
|
:param sse_config: Server-side encryption (SSE) settings for the store.
|
|
1895
2025
|
:param tags: Tags for the store.
|
|
1896
2026
|
|
|
@@ -1903,12 +2033,18 @@ class CfnSequenceStoreProps:
|
|
|
1903
2033
|
# The values are placeholders you should change.
|
|
1904
2034
|
from aws_cdk import aws_omics as omics
|
|
1905
2035
|
|
|
2036
|
+
# s3_access_policy: Any
|
|
2037
|
+
|
|
1906
2038
|
cfn_sequence_store_props = omics.CfnSequenceStoreProps(
|
|
1907
2039
|
name="name",
|
|
1908
2040
|
|
|
1909
2041
|
# the properties below are optional
|
|
2042
|
+
access_log_location="accessLogLocation",
|
|
1910
2043
|
description="description",
|
|
2044
|
+
e_tag_algorithm_family="eTagAlgorithmFamily",
|
|
1911
2045
|
fallback_location="fallbackLocation",
|
|
2046
|
+
propagated_set_level_tags=["propagatedSetLevelTags"],
|
|
2047
|
+
s3_access_policy=s3_access_policy,
|
|
1912
2048
|
sse_config=omics.CfnSequenceStore.SseConfigProperty(
|
|
1913
2049
|
type="type",
|
|
1914
2050
|
|
|
@@ -1923,17 +2059,29 @@ class CfnSequenceStoreProps:
|
|
|
1923
2059
|
if __debug__:
|
|
1924
2060
|
type_hints = typing.get_type_hints(_typecheckingstub__c912afa5be2bea750b085186b08f53bd688bc0a1dd08b1f1c6951a21015380fc)
|
|
1925
2061
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
2062
|
+
check_type(argname="argument access_log_location", value=access_log_location, expected_type=type_hints["access_log_location"])
|
|
1926
2063
|
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
2064
|
+
check_type(argname="argument e_tag_algorithm_family", value=e_tag_algorithm_family, expected_type=type_hints["e_tag_algorithm_family"])
|
|
1927
2065
|
check_type(argname="argument fallback_location", value=fallback_location, expected_type=type_hints["fallback_location"])
|
|
2066
|
+
check_type(argname="argument propagated_set_level_tags", value=propagated_set_level_tags, expected_type=type_hints["propagated_set_level_tags"])
|
|
2067
|
+
check_type(argname="argument s3_access_policy", value=s3_access_policy, expected_type=type_hints["s3_access_policy"])
|
|
1928
2068
|
check_type(argname="argument sse_config", value=sse_config, expected_type=type_hints["sse_config"])
|
|
1929
2069
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
1930
2070
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1931
2071
|
"name": name,
|
|
1932
2072
|
}
|
|
2073
|
+
if access_log_location is not None:
|
|
2074
|
+
self._values["access_log_location"] = access_log_location
|
|
1933
2075
|
if description is not None:
|
|
1934
2076
|
self._values["description"] = description
|
|
2077
|
+
if e_tag_algorithm_family is not None:
|
|
2078
|
+
self._values["e_tag_algorithm_family"] = e_tag_algorithm_family
|
|
1935
2079
|
if fallback_location is not None:
|
|
1936
2080
|
self._values["fallback_location"] = fallback_location
|
|
2081
|
+
if propagated_set_level_tags is not None:
|
|
2082
|
+
self._values["propagated_set_level_tags"] = propagated_set_level_tags
|
|
2083
|
+
if s3_access_policy is not None:
|
|
2084
|
+
self._values["s3_access_policy"] = s3_access_policy
|
|
1937
2085
|
if sse_config is not None:
|
|
1938
2086
|
self._values["sse_config"] = sse_config
|
|
1939
2087
|
if tags is not None:
|
|
@@ -1949,6 +2097,15 @@ class CfnSequenceStoreProps:
|
|
|
1949
2097
|
assert result is not None, "Required property 'name' is missing"
|
|
1950
2098
|
return typing.cast(builtins.str, result)
|
|
1951
2099
|
|
|
2100
|
+
@builtins.property
|
|
2101
|
+
def access_log_location(self) -> typing.Optional[builtins.str]:
|
|
2102
|
+
'''Location of the access logs.
|
|
2103
|
+
|
|
2104
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-sequencestore.html#cfn-omics-sequencestore-accessloglocation
|
|
2105
|
+
'''
|
|
2106
|
+
result = self._values.get("access_log_location")
|
|
2107
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2108
|
+
|
|
1952
2109
|
@builtins.property
|
|
1953
2110
|
def description(self) -> typing.Optional[builtins.str]:
|
|
1954
2111
|
'''A description for the store.
|
|
@@ -1958,6 +2115,15 @@ class CfnSequenceStoreProps:
|
|
|
1958
2115
|
result = self._values.get("description")
|
|
1959
2116
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
1960
2117
|
|
|
2118
|
+
@builtins.property
|
|
2119
|
+
def e_tag_algorithm_family(self) -> typing.Optional[builtins.str]:
|
|
2120
|
+
'''The algorithm family of the ETag.
|
|
2121
|
+
|
|
2122
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-sequencestore.html#cfn-omics-sequencestore-etagalgorithmfamily
|
|
2123
|
+
'''
|
|
2124
|
+
result = self._values.get("e_tag_algorithm_family")
|
|
2125
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2126
|
+
|
|
1961
2127
|
@builtins.property
|
|
1962
2128
|
def fallback_location(self) -> typing.Optional[builtins.str]:
|
|
1963
2129
|
'''An S3 location that is used to store files that have failed a direct upload.
|
|
@@ -1967,6 +2133,24 @@ class CfnSequenceStoreProps:
|
|
|
1967
2133
|
result = self._values.get("fallback_location")
|
|
1968
2134
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
1969
2135
|
|
|
2136
|
+
@builtins.property
|
|
2137
|
+
def propagated_set_level_tags(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2138
|
+
'''The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
|
|
2139
|
+
|
|
2140
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-sequencestore.html#cfn-omics-sequencestore-propagatedsetleveltags
|
|
2141
|
+
'''
|
|
2142
|
+
result = self._values.get("propagated_set_level_tags")
|
|
2143
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
2144
|
+
|
|
2145
|
+
@builtins.property
|
|
2146
|
+
def s3_access_policy(self) -> typing.Any:
|
|
2147
|
+
'''The resource policy that controls S3 access on the store.
|
|
2148
|
+
|
|
2149
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-sequencestore.html#cfn-omics-sequencestore-s3accesspolicy
|
|
2150
|
+
'''
|
|
2151
|
+
result = self._values.get("s3_access_policy")
|
|
2152
|
+
return typing.cast(typing.Any, result)
|
|
2153
|
+
|
|
1970
2154
|
@builtins.property
|
|
1971
2155
|
def sse_config(
|
|
1972
2156
|
self,
|
|
@@ -2523,7 +2707,15 @@ class CfnWorkflow(
|
|
|
2523
2707
|
metaclass=jsii.JSIIMeta,
|
|
2524
2708
|
jsii_type="aws-cdk-lib.aws_omics.CfnWorkflow",
|
|
2525
2709
|
):
|
|
2526
|
-
'''Creates a workflow.
|
|
2710
|
+
'''Creates a private workflow.Private workflows depend on a variety of resources that you create and configure before creating the workflow:.
|
|
2711
|
+
|
|
2712
|
+
- *Input data* : Input data for the workflow, stored in an S3 bucket or a AWS HealthOmics sequence store.
|
|
2713
|
+
- *Workflow definition files* : Define your workflow in one or more workflow definition files, written in WDL, Nextflow, or CWL. The workflow definition specifies the inputs and outputs for runs that use the workflow. It also includes specifications for the runs and run tasks for your workflow, including compute and memory requirements.
|
|
2714
|
+
- *Parameter template files* : Define run parameters using a parameter template file (written in JSON).
|
|
2715
|
+
- *ECR container images* : Create one or more container images for the workflow. Store the images in a private ECR repository.
|
|
2716
|
+
- (Optional) *Sentieon licenses* : Request a Sentieon license if you plan to use Sentieon software in a private workflow.
|
|
2717
|
+
|
|
2718
|
+
For more information, see `Creating private workflows in AWS HealthOmics <https://docs.aws.amazon.com/omics/latest/dev/workflows-setup.html>`_ in the AWS HealthOmics User Guide.
|
|
2527
2719
|
|
|
2528
2720
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html
|
|
2529
2721
|
:cloudformationResource: AWS::Omics::Workflow
|
|
@@ -3353,8 +3545,12 @@ def _typecheckingstub__a589aadb7c598845d5e4c6ef138fe8cbeb7253209ba9eb0e5e590611e
|
|
|
3353
3545
|
id: builtins.str,
|
|
3354
3546
|
*,
|
|
3355
3547
|
name: builtins.str,
|
|
3548
|
+
access_log_location: typing.Optional[builtins.str] = None,
|
|
3356
3549
|
description: typing.Optional[builtins.str] = None,
|
|
3550
|
+
e_tag_algorithm_family: typing.Optional[builtins.str] = None,
|
|
3357
3551
|
fallback_location: typing.Optional[builtins.str] = None,
|
|
3552
|
+
propagated_set_level_tags: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3553
|
+
s3_access_policy: typing.Any = None,
|
|
3358
3554
|
sse_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnSequenceStore.SseConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3359
3555
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3360
3556
|
) -> None:
|
|
@@ -3379,18 +3575,42 @@ def _typecheckingstub__f8e53b0b20084e7e23dc393ceafe95167d7bce2ef95f48e5bca0556a2
|
|
|
3379
3575
|
"""Type checking stubs"""
|
|
3380
3576
|
pass
|
|
3381
3577
|
|
|
3578
|
+
def _typecheckingstub__7549c525ad472ac7db5f5282211a0aac7a47906e8ed893e7de2371f8677691f0(
|
|
3579
|
+
value: typing.Optional[builtins.str],
|
|
3580
|
+
) -> None:
|
|
3581
|
+
"""Type checking stubs"""
|
|
3582
|
+
pass
|
|
3583
|
+
|
|
3382
3584
|
def _typecheckingstub__128fafb1df9e961d7c5982e50a60c29fbada98403f437d20e8bab3669320ca5c(
|
|
3383
3585
|
value: typing.Optional[builtins.str],
|
|
3384
3586
|
) -> None:
|
|
3385
3587
|
"""Type checking stubs"""
|
|
3386
3588
|
pass
|
|
3387
3589
|
|
|
3590
|
+
def _typecheckingstub__a0fd26684f557f3150b6eaf7b8b6f5ea741a5a2ba9e37d4a05ec66dea9e5c724(
|
|
3591
|
+
value: typing.Optional[builtins.str],
|
|
3592
|
+
) -> None:
|
|
3593
|
+
"""Type checking stubs"""
|
|
3594
|
+
pass
|
|
3595
|
+
|
|
3388
3596
|
def _typecheckingstub__1f87faaa51a41810707e9283275d0283e54c3ebebf2803e01abef2984151aca1(
|
|
3389
3597
|
value: typing.Optional[builtins.str],
|
|
3390
3598
|
) -> None:
|
|
3391
3599
|
"""Type checking stubs"""
|
|
3392
3600
|
pass
|
|
3393
3601
|
|
|
3602
|
+
def _typecheckingstub__94d2835859304a00ff97481068a5f88aa75e5f963a8554869a9bb60a55200b93(
|
|
3603
|
+
value: typing.Optional[typing.List[builtins.str]],
|
|
3604
|
+
) -> None:
|
|
3605
|
+
"""Type checking stubs"""
|
|
3606
|
+
pass
|
|
3607
|
+
|
|
3608
|
+
def _typecheckingstub__48d38bc4fc98e65bd66719d736641dbe0eef30ad1a6a932a71665c6fd3c7a01c(
|
|
3609
|
+
value: typing.Any,
|
|
3610
|
+
) -> None:
|
|
3611
|
+
"""Type checking stubs"""
|
|
3612
|
+
pass
|
|
3613
|
+
|
|
3394
3614
|
def _typecheckingstub__92eed2332efa6d161a72ca8ae646e24cacee45f7acbbbb2e0aacb4b034c468be(
|
|
3395
3615
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnSequenceStore.SseConfigProperty]],
|
|
3396
3616
|
) -> None:
|
|
@@ -3414,8 +3634,12 @@ def _typecheckingstub__16d14d56ac16dd0c8b7ee5046e40e324719a67cf46d9a70bdf176e614
|
|
|
3414
3634
|
def _typecheckingstub__c912afa5be2bea750b085186b08f53bd688bc0a1dd08b1f1c6951a21015380fc(
|
|
3415
3635
|
*,
|
|
3416
3636
|
name: builtins.str,
|
|
3637
|
+
access_log_location: typing.Optional[builtins.str] = None,
|
|
3417
3638
|
description: typing.Optional[builtins.str] = None,
|
|
3639
|
+
e_tag_algorithm_family: typing.Optional[builtins.str] = None,
|
|
3418
3640
|
fallback_location: typing.Optional[builtins.str] = None,
|
|
3641
|
+
propagated_set_level_tags: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3642
|
+
s3_access_policy: typing.Any = None,
|
|
3419
3643
|
sse_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnSequenceStore.SseConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3420
3644
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3421
3645
|
) -> None:
|
|
@@ -765,8 +765,8 @@ class CfnIndex(
|
|
|
765
765
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
766
766
|
:param collection_endpoint: The endpoint for the collection.
|
|
767
767
|
:param index_name: The name of the OpenSearch Serverless index.
|
|
768
|
-
:param mappings: Index
|
|
769
|
-
:param settings:
|
|
768
|
+
:param mappings: Index mappings for the OpenSearch Serverless index.
|
|
769
|
+
:param settings: Index settings for the OpenSearch Serverless index.
|
|
770
770
|
'''
|
|
771
771
|
if __debug__:
|
|
772
772
|
type_hints = typing.get_type_hints(_typecheckingstub__a029f2a84e6e81eb77a837c5b057c54ae69d5f1ddda222ff52881f5d0f352fea)
|
|
@@ -856,7 +856,7 @@ class CfnIndex(
|
|
|
856
856
|
def mappings(
|
|
857
857
|
self,
|
|
858
858
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnIndex.MappingsProperty"]]:
|
|
859
|
-
'''Index
|
|
859
|
+
'''Index mappings for the OpenSearch Serverless index.'''
|
|
860
860
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnIndex.MappingsProperty"]], jsii.get(self, "mappings"))
|
|
861
861
|
|
|
862
862
|
@mappings.setter
|
|
@@ -874,6 +874,7 @@ class CfnIndex(
|
|
|
874
874
|
def settings(
|
|
875
875
|
self,
|
|
876
876
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnIndex.IndexSettingsProperty"]]:
|
|
877
|
+
'''Index settings for the OpenSearch Serverless index.'''
|
|
877
878
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnIndex.IndexSettingsProperty"]], jsii.get(self, "settings"))
|
|
878
879
|
|
|
879
880
|
@settings.setter
|
|
@@ -903,10 +904,11 @@ class CfnIndex(
|
|
|
903
904
|
knn_algo_param_ef_search: typing.Optional[jsii.Number] = None,
|
|
904
905
|
refresh_interval: typing.Optional[builtins.str] = None,
|
|
905
906
|
) -> None:
|
|
906
|
-
'''
|
|
907
|
-
|
|
908
|
-
:param
|
|
909
|
-
:param
|
|
907
|
+
'''An OpenSearch Serverless index resource.
|
|
908
|
+
|
|
909
|
+
:param knn: Enable or disable k-nearest neighbor search capability.
|
|
910
|
+
:param knn_algo_param_ef_search: The size of the dynamic list for the nearest neighbors.
|
|
911
|
+
:param refresh_interval: How often to perform a refresh operation. For example, 1s or 5s.
|
|
910
912
|
|
|
911
913
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-index-index.html
|
|
912
914
|
:exampleMetadata: fixture=_generated
|
|
@@ -940,7 +942,7 @@ class CfnIndex(
|
|
|
940
942
|
def knn(
|
|
941
943
|
self,
|
|
942
944
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
943
|
-
'''Enable
|
|
945
|
+
'''Enable or disable k-nearest neighbor search capability.
|
|
944
946
|
|
|
945
947
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-index-index.html#cfn-opensearchserverless-index-index-knn
|
|
946
948
|
'''
|
|
@@ -949,7 +951,7 @@ class CfnIndex(
|
|
|
949
951
|
|
|
950
952
|
@builtins.property
|
|
951
953
|
def knn_algo_param_ef_search(self) -> typing.Optional[jsii.Number]:
|
|
952
|
-
'''
|
|
954
|
+
'''The size of the dynamic list for the nearest neighbors.
|
|
953
955
|
|
|
954
956
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-index-index.html#cfn-opensearchserverless-index-index-knnalgoparamefsearch
|
|
955
957
|
'''
|
|
@@ -958,7 +960,9 @@ class CfnIndex(
|
|
|
958
960
|
|
|
959
961
|
@builtins.property
|
|
960
962
|
def refresh_interval(self) -> typing.Optional[builtins.str]:
|
|
961
|
-
'''How often to perform refresh operation
|
|
963
|
+
'''How often to perform a refresh operation.
|
|
964
|
+
|
|
965
|
+
For example, 1s or 5s.
|
|
962
966
|
|
|
963
967
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-index-index.html#cfn-opensearchserverless-index-index-refreshinterval
|
|
964
968
|
'''
|
|
@@ -987,8 +991,9 @@ class CfnIndex(
|
|
|
987
991
|
*,
|
|
988
992
|
index: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnIndex.IndexProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
989
993
|
) -> None:
|
|
990
|
-
'''
|
|
991
|
-
|
|
994
|
+
'''Index settings for the OpenSearch Serverless index.
|
|
995
|
+
|
|
996
|
+
:param index: Index settings.
|
|
992
997
|
|
|
993
998
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-index-indexsettings.html
|
|
994
999
|
:exampleMetadata: fixture=_generated
|
|
@@ -1018,7 +1023,8 @@ class CfnIndex(
|
|
|
1018
1023
|
def index(
|
|
1019
1024
|
self,
|
|
1020
1025
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnIndex.IndexProperty"]]:
|
|
1021
|
-
'''
|
|
1026
|
+
'''Index settings.
|
|
1027
|
+
|
|
1022
1028
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-index-indexsettings.html#cfn-opensearchserverless-index-indexsettings-index
|
|
1023
1029
|
'''
|
|
1024
1030
|
result = self._values.get("index")
|
|
@@ -1046,9 +1052,9 @@ class CfnIndex(
|
|
|
1046
1052
|
*,
|
|
1047
1053
|
properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union["CfnIndex.PropertyMappingProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1048
1054
|
) -> None:
|
|
1049
|
-
'''Index
|
|
1055
|
+
'''Index mappings for the OpenSearch Serverless index.
|
|
1050
1056
|
|
|
1051
|
-
:param properties:
|
|
1057
|
+
:param properties: Nested fields within an object or nested field type.
|
|
1052
1058
|
|
|
1053
1059
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-index-mappings.html
|
|
1054
1060
|
:exampleMetadata: fixture=_generated
|
|
@@ -1099,7 +1105,7 @@ class CfnIndex(
|
|
|
1099
1105
|
def properties(
|
|
1100
1106
|
self,
|
|
1101
1107
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnIndex.PropertyMappingProperty"]]]]:
|
|
1102
|
-
'''
|
|
1108
|
+
'''Nested fields within an object or nested field type.
|
|
1103
1109
|
|
|
1104
1110
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-index-mappings.html#cfn-opensearchserverless-index-mappings-properties
|
|
1105
1111
|
'''
|
|
@@ -1323,12 +1329,13 @@ class CfnIndex(
|
|
|
1323
1329
|
properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union["CfnIndex.PropertyMappingProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1324
1330
|
value: typing.Optional[builtins.str] = None,
|
|
1325
1331
|
) -> None:
|
|
1326
|
-
'''
|
|
1332
|
+
'''Property mappings for the OpenSearch Serverless index.
|
|
1333
|
+
|
|
1327
1334
|
:param type: The field data type. Must be a valid OpenSearch field type.
|
|
1328
1335
|
:param dimension: Dimension size for vector fields, defines the number of dimensions in the vector.
|
|
1329
1336
|
:param index: Whether a field should be indexed.
|
|
1330
1337
|
:param method: Configuration for k-NN search method.
|
|
1331
|
-
:param properties:
|
|
1338
|
+
:param properties: Defines the fields within the mapping, including their types and configurations.
|
|
1332
1339
|
:param value: Default value for the field when not specified in a document.
|
|
1333
1340
|
|
|
1334
1341
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-index-propertymapping.html
|
|
@@ -1434,7 +1441,7 @@ class CfnIndex(
|
|
|
1434
1441
|
def properties(
|
|
1435
1442
|
self,
|
|
1436
1443
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnIndex.PropertyMappingProperty"]]]]:
|
|
1437
|
-
'''
|
|
1444
|
+
'''Defines the fields within the mapping, including their types and configurations.
|
|
1438
1445
|
|
|
1439
1446
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-index-propertymapping.html#cfn-opensearchserverless-index-propertymapping-properties
|
|
1440
1447
|
'''
|
|
@@ -1485,8 +1492,8 @@ class CfnIndexProps:
|
|
|
1485
1492
|
|
|
1486
1493
|
:param collection_endpoint: The endpoint for the collection.
|
|
1487
1494
|
:param index_name: The name of the OpenSearch Serverless index.
|
|
1488
|
-
:param mappings: Index
|
|
1489
|
-
:param settings:
|
|
1495
|
+
:param mappings: Index mappings for the OpenSearch Serverless index.
|
|
1496
|
+
:param settings: Index settings for the OpenSearch Serverless index.
|
|
1490
1497
|
|
|
1491
1498
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-index.html
|
|
1492
1499
|
:exampleMetadata: fixture=_generated
|
|
@@ -1578,7 +1585,7 @@ class CfnIndexProps:
|
|
|
1578
1585
|
def mappings(
|
|
1579
1586
|
self,
|
|
1580
1587
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnIndex.MappingsProperty]]:
|
|
1581
|
-
'''Index
|
|
1588
|
+
'''Index mappings for the OpenSearch Serverless index.
|
|
1582
1589
|
|
|
1583
1590
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-index.html#cfn-opensearchserverless-index-mappings
|
|
1584
1591
|
'''
|
|
@@ -1589,7 +1596,8 @@ class CfnIndexProps:
|
|
|
1589
1596
|
def settings(
|
|
1590
1597
|
self,
|
|
1591
1598
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnIndex.IndexSettingsProperty]]:
|
|
1592
|
-
'''
|
|
1599
|
+
'''Index settings for the OpenSearch Serverless index.
|
|
1600
|
+
|
|
1593
1601
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-index.html#cfn-opensearchserverless-index-settings
|
|
1594
1602
|
'''
|
|
1595
1603
|
result = self._values.get("settings")
|
|
@@ -103,7 +103,7 @@ class CfnAccount(
|
|
|
103
103
|
- Email
|
|
104
104
|
- RoleName
|
|
105
105
|
|
|
106
|
-
If you attempt to update the listed parameters, CloudFormation will attempt the update, but you will receive an error message as those updates are not supported from an Organizations management account or a `registered delegated administrator <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html>`_ account. Both the update and the update roll-back will fail, so you must skip the account resource update. To update parameters ``AccountName`` and ``Email`` , you must sign in to the AWS Management Console as the AWS account root user. For more information, see `Update the AWS account name, email address, or password for the root user <https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-root-user.html>`_ in the *
|
|
106
|
+
If you attempt to update the listed parameters, CloudFormation will attempt the update, but you will receive an error message as those updates are not supported from an Organizations management account or a `registered delegated administrator <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html>`_ account. Both the update and the update roll-back will fail, so you must skip the account resource update. To update parameters ``AccountName`` and ``Email`` , you must sign in to the AWS Management Console as the AWS account root user. For more information, see `Update the AWS account name, email address, or password for the root user <https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-root-user.html>`_ in the *Account Management Reference Guide* .
|
|
107
107
|
|
|
108
108
|
- When you create an account in an organization using the AWS Organizations console, API, or AWS CLI commands, we don't automatically collect the information required for the account to operate as a standalone account. That includes collecting the payment method and signing the end user license agreement (EULA). If you must remove an account from your organization later, you can do so only after you provide the missing information. For more information, see `Considerations before removing an account from an organization <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html>`_ in the *AWS Organizations User Guide* .
|
|
109
109
|
- When you create an account in an organization using AWS CloudFormation , you can't specify a value for the ``CreateAccount`` operation parameter ``IamUserAccessToBilling`` . The default value for parameter ``IamUserAccessToBilling`` is ``ALLOW`` , and IAM users and roles with the required permissions can access billing information for the new account.
|
|
@@ -274,7 +274,7 @@ class CfnConnector(
|
|
|
274
274
|
'''Information about your VPC and security groups used with the connector.
|
|
275
275
|
|
|
276
276
|
:param security_group_ids: The security groups used with the connector. You can use a maximum of 4 security groups with a connector.
|
|
277
|
-
:param ip_address_type:
|
|
277
|
+
:param ip_address_type: The VPC IP address type.
|
|
278
278
|
|
|
279
279
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-connector-vpcinformation.html
|
|
280
280
|
:exampleMetadata: fixture=_generated
|
|
@@ -316,7 +316,8 @@ class CfnConnector(
|
|
|
316
316
|
|
|
317
317
|
@builtins.property
|
|
318
318
|
def ip_address_type(self) -> typing.Optional[builtins.str]:
|
|
319
|
-
'''
|
|
319
|
+
'''The VPC IP address type.
|
|
320
|
+
|
|
320
321
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-connector-vpcinformation.html#cfn-pcaconnectorad-connector-vpcinformation-ipaddresstype
|
|
321
322
|
'''
|
|
322
323
|
result = self._values.get("ip_address_type")
|