aws-cdk-lib 2.97.0__py3-none-any.whl → 2.98.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 +18 -309
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.97.0.jsii.tgz → aws-cdk-lib@2.98.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +1 -0
- aws_cdk/aws_accessanalyzer/__init__.py +1 -0
- aws_cdk/aws_acmpca/__init__.py +4 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -0
- aws_cdk/aws_amplify/__init__.py +3 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
- aws_cdk/aws_apigateway/__init__.py +19 -0
- aws_cdk/aws_apigatewayv2/__init__.py +13 -0
- aws_cdk/aws_appconfig/__init__.py +8 -0
- aws_cdk/aws_appflow/__init__.py +3 -0
- aws_cdk/aws_appintegrations/__init__.py +2 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +47 -69
- aws_cdk/aws_applicationinsights/__init__.py +1 -0
- aws_cdk/aws_appmesh/__init__.py +7 -0
- aws_cdk/aws_apprunner/__init__.py +5 -0
- aws_cdk/aws_appstream/__init__.py +31 -26
- aws_cdk/aws_appsync/__init__.py +10 -0
- aws_cdk/aws_aps/__init__.py +2 -0
- aws_cdk/aws_athena/__init__.py +5 -0
- aws_cdk/aws_auditmanager/__init__.py +1 -0
- aws_cdk/aws_autoscaling/__init__.py +44 -98
- aws_cdk/aws_autoscalingplans/__init__.py +1 -0
- aws_cdk/aws_backup/__init__.py +9 -128
- aws_cdk/aws_backupgateway/__init__.py +1 -0
- aws_cdk/aws_batch/__init__.py +8 -2
- aws_cdk/aws_billingconductor/__init__.py +4 -0
- aws_cdk/aws_budgets/__init__.py +2 -0
- aws_cdk/aws_cassandra/__init__.py +2 -0
- aws_cdk/aws_ce/__init__.py +3 -0
- aws_cdk/aws_certificatemanager/__init__.py +2 -0
- aws_cdk/aws_chatbot/__init__.py +2 -0
- aws_cdk/aws_cleanrooms/__init__.py +5 -0
- aws_cdk/aws_cloud9/__init__.py +1 -0
- aws_cdk/aws_cloudformation/__init__.py +16 -0
- aws_cdk/aws_cloudfront/__init__.py +13 -0
- aws_cdk/aws_cloudtrail/__init__.py +7 -3
- aws_cdk/aws_cloudwatch/__init__.py +6 -0
- aws_cdk/aws_codeartifact/__init__.py +2 -0
- aws_cdk/aws_codebuild/__init__.py +3 -0
- aws_cdk/aws_codecommit/__init__.py +1 -0
- aws_cdk/aws_codedeploy/__init__.py +3 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +1 -0
- aws_cdk/aws_codegurureviewer/__init__.py +1 -0
- aws_cdk/aws_codepipeline/__init__.py +3 -0
- aws_cdk/aws_codestar/__init__.py +1 -0
- aws_cdk/aws_codestarconnections/__init__.py +1 -0
- aws_cdk/aws_codestarnotifications/__init__.py +1 -0
- aws_cdk/aws_cognito/__init__.py +42 -18
- aws_cdk/aws_comprehend/__init__.py +2 -0
- aws_cdk/aws_config/__init__.py +10 -0
- aws_cdk/aws_connect/__init__.py +491 -0
- aws_cdk/aws_connectcampaigns/__init__.py +1 -0
- aws_cdk/aws_controltower/__init__.py +1 -0
- aws_cdk/aws_cur/__init__.py +1 -0
- aws_cdk/aws_customerprofiles/__init__.py +5 -0
- aws_cdk/aws_databrew/__init__.py +6 -0
- aws_cdk/aws_datapipeline/__init__.py +1 -0
- aws_cdk/aws_datasync/__init__.py +14 -0
- aws_cdk/aws_dax/__init__.py +3 -0
- aws_cdk/aws_detective/__init__.py +3 -0
- aws_cdk/aws_devicefarm/__init__.py +6 -0
- aws_cdk/aws_devopsguru/__init__.py +3 -0
- aws_cdk/aws_directoryservice/__init__.py +2 -0
- aws_cdk/aws_dlm/__init__.py +1 -0
- aws_cdk/aws_dms/__init__.py +7 -0
- aws_cdk/aws_docdb/__init__.py +4 -0
- aws_cdk/aws_docdbelastic/__init__.py +1 -0
- aws_cdk/aws_dynamodb/__init__.py +2 -0
- aws_cdk/aws_ec2/__init__.py +109 -14
- aws_cdk/aws_ecr/__init__.py +5 -0
- aws_cdk/aws_ecs/__init__.py +7 -0
- aws_cdk/aws_efs/__init__.py +3 -0
- aws_cdk/aws_eks/__init__.py +5 -0
- aws_cdk/aws_elasticache/__init__.py +9 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +4 -0
- aws_cdk/aws_elasticloadbalancing/__init__.py +1 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +5 -0
- aws_cdk/aws_elasticsearch/__init__.py +1 -0
- aws_cdk/aws_emr/__init__.py +8 -0
- aws_cdk/aws_emrcontainers/__init__.py +1 -0
- aws_cdk/aws_emrserverless/__init__.py +1 -0
- aws_cdk/aws_entityresolution/__init__.py +2 -0
- aws_cdk/aws_events/__init__.py +37 -32
- aws_cdk/aws_eventschemas/__init__.py +4 -0
- aws_cdk/aws_evidently/__init__.py +5 -0
- aws_cdk/aws_finspace/__init__.py +1 -0
- aws_cdk/aws_fis/__init__.py +1 -0
- aws_cdk/aws_fms/__init__.py +3 -0
- aws_cdk/aws_forecast/__init__.py +2 -0
- aws_cdk/aws_frauddetector/__init__.py +7 -0
- aws_cdk/aws_fsx/__init__.py +5 -0
- aws_cdk/aws_gamelift/__init__.py +9 -0
- aws_cdk/aws_globalaccelerator/__init__.py +3 -0
- aws_cdk/aws_glue/__init__.py +18 -0
- aws_cdk/aws_grafana/__init__.py +1 -0
- aws_cdk/aws_greengrass/__init__.py +16 -0
- aws_cdk/aws_greengrassv2/__init__.py +2 -0
- aws_cdk/aws_groundstation/__init__.py +3 -0
- aws_cdk/aws_guardduty/__init__.py +6 -0
- aws_cdk/aws_healthimaging/__init__.py +382 -0
- aws_cdk/aws_healthlake/__init__.py +1 -0
- aws_cdk/aws_iam/__init__.py +16 -0
- aws_cdk/aws_identitystore/__init__.py +2 -0
- aws_cdk/aws_imagebuilder/__init__.py +7 -0
- aws_cdk/aws_inspector/__init__.py +3 -0
- aws_cdk/aws_inspectorv2/__init__.py +1 -0
- aws_cdk/aws_internetmonitor/__init__.py +1 -0
- aws_cdk/aws_iot/__init__.py +25 -0
- aws_cdk/aws_iot1click/__init__.py +3 -0
- aws_cdk/aws_iotanalytics/__init__.py +4 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +1 -0
- aws_cdk/aws_iotevents/__init__.py +3 -0
- aws_cdk/aws_iotfleethub/__init__.py +1 -0
- aws_cdk/aws_iotfleetwise/__init__.py +6 -0
- aws_cdk/aws_iotsitewise/__init__.py +7 -0
- aws_cdk/aws_iotthingsgraph/__init__.py +1 -0
- aws_cdk/aws_iottwinmaker/__init__.py +5 -0
- aws_cdk/aws_iotwireless/__init__.py +11 -0
- aws_cdk/aws_ivs/__init__.py +4 -0
- aws_cdk/aws_ivschat/__init__.py +2 -0
- aws_cdk/aws_kafkaconnect/__init__.py +1 -0
- aws_cdk/aws_kendra/__init__.py +3 -0
- aws_cdk/aws_kendraranking/__init__.py +1 -0
- aws_cdk/aws_kinesis/__init__.py +2 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +7 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +1 -0
- aws_cdk/aws_kinesisvideo/__init__.py +2 -0
- aws_cdk/aws_kms/__init__.py +3 -0
- aws_cdk/aws_lakeformation/__init__.py +7 -0
- aws_cdk/aws_lambda/__init__.py +10 -0
- aws_cdk/aws_lex/__init__.py +4 -0
- aws_cdk/aws_licensemanager/__init__.py +2 -0
- aws_cdk/aws_lightsail/__init__.py +11 -0
- aws_cdk/aws_location/__init__.py +6 -0
- aws_cdk/aws_logs/__init__.py +8 -0
- aws_cdk/aws_lookoutequipment/__init__.py +1 -0
- aws_cdk/aws_lookoutmetrics/__init__.py +2 -0
- aws_cdk/aws_lookoutvision/__init__.py +1 -0
- aws_cdk/aws_m2/__init__.py +2 -0
- aws_cdk/aws_macie/__init__.py +53 -2
- aws_cdk/aws_managedblockchain/__init__.py +3 -0
- aws_cdk/aws_mediaconnect/__init__.py +9 -0
- aws_cdk/aws_mediaconvert/__init__.py +3 -0
- aws_cdk/aws_medialive/__init__.py +3 -0
- aws_cdk/aws_mediapackage/__init__.py +5 -0
- aws_cdk/aws_mediapackagev2/__init__.py +5 -0
- aws_cdk/aws_mediastore/__init__.py +1 -0
- aws_cdk/aws_mediatailor/__init__.py +6 -0
- aws_cdk/aws_memorydb/__init__.py +5 -0
- aws_cdk/aws_msk/__init__.py +180 -2
- aws_cdk/aws_mwaa/__init__.py +1 -0
- aws_cdk/aws_neptune/__init__.py +5 -0
- aws_cdk/aws_networkfirewall/__init__.py +4 -0
- aws_cdk/aws_networkmanager/__init__.py +14 -0
- aws_cdk/aws_nimblestudio/__init__.py +4 -0
- aws_cdk/aws_oam/__init__.py +2 -0
- aws_cdk/aws_omics/__init__.py +6 -0
- aws_cdk/aws_opensearchserverless/__init__.py +5 -0
- aws_cdk/aws_opensearchservice/__init__.py +1 -0
- aws_cdk/aws_opsworks/__init__.py +7 -0
- aws_cdk/aws_opsworkscm/__init__.py +1 -0
- aws_cdk/aws_organizations/__init__.py +5 -0
- aws_cdk/aws_osis/__init__.py +1 -0
- aws_cdk/aws_panorama/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorad/__init__.py +5 -0
- aws_cdk/aws_personalize/__init__.py +4 -0
- aws_cdk/aws_pinpoint/__init__.py +19 -0
- aws_cdk/aws_pinpointemail/__init__.py +4 -0
- aws_cdk/aws_pipes/__init__.py +1 -0
- aws_cdk/aws_proton/__init__.py +3 -0
- aws_cdk/aws_qldb/__init__.py +2 -0
- aws_cdk/aws_quicksight/__init__.py +473 -464
- aws_cdk/aws_ram/__init__.py +2 -0
- aws_cdk/aws_rds/__init__.py +14 -0
- aws_cdk/aws_redshift/__init__.py +9 -0
- aws_cdk/aws_redshiftserverless/__init__.py +2 -0
- aws_cdk/aws_refactorspaces/__init__.py +4 -0
- aws_cdk/aws_rekognition/__init__.py +3 -0
- aws_cdk/aws_resiliencehub/__init__.py +2 -0
- aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
- aws_cdk/aws_resourcegroups/__init__.py +1 -0
- aws_cdk/aws_robomaker/__init__.py +6 -0
- aws_cdk/aws_rolesanywhere/__init__.py +77 -58
- aws_cdk/aws_route53/__init__.py +7 -0
- aws_cdk/aws_route53recoverycontrol/__init__.py +4 -0
- aws_cdk/aws_route53recoveryreadiness/__init__.py +4 -0
- aws_cdk/aws_route53resolver/__init__.py +11 -0
- aws_cdk/aws_rum/__init__.py +1 -0
- aws_cdk/aws_s3/__init__.py +6 -0
- aws_cdk/aws_s3objectlambda/__init__.py +2 -0
- aws_cdk/aws_s3outposts/__init__.py +4 -0
- aws_cdk/aws_sagemaker/__init__.py +37 -3
- aws_cdk/aws_sam/__init__.py +7 -0
- aws_cdk/aws_scheduler/__init__.py +2 -0
- aws_cdk/aws_sdb/__init__.py +1 -0
- aws_cdk/aws_secretsmanager/__init__.py +4 -0
- aws_cdk/aws_securityhub/__init__.py +3 -0
- aws_cdk/aws_servicecatalog/__init__.py +16 -0
- aws_cdk/aws_servicecatalogappregistry/__init__.py +4 -0
- aws_cdk/aws_servicediscovery/__init__.py +5 -0
- aws_cdk/aws_ses/__init__.py +10 -0
- aws_cdk/aws_shield/__init__.py +30 -11
- aws_cdk/aws_signer/__init__.py +2 -0
- aws_cdk/aws_simspaceweaver/__init__.py +1 -0
- aws_cdk/aws_sns/__init__.py +9 -5
- aws_cdk/aws_sqs/__init__.py +3 -0
- aws_cdk/aws_ssm/__init__.py +9 -0
- aws_cdk/aws_ssmcontacts/__init__.py +4 -0
- aws_cdk/aws_ssmincidents/__init__.py +2 -0
- aws_cdk/aws_sso/__init__.py +3 -0
- aws_cdk/aws_stepfunctions/__init__.py +4 -0
- aws_cdk/aws_supportapp/__init__.py +3 -0
- aws_cdk/aws_synthetics/__init__.py +2 -0
- aws_cdk/aws_systemsmanagersap/__init__.py +1 -0
- aws_cdk/aws_timestream/__init__.py +3 -0
- aws_cdk/aws_transfer/__init__.py +7 -0
- aws_cdk/aws_verifiedpermissions/__init__.py +4 -0
- aws_cdk/aws_voiceid/__init__.py +1 -0
- aws_cdk/aws_vpclattice/__init__.py +10 -0
- aws_cdk/aws_waf/__init__.py +7 -0
- aws_cdk/aws_wafregional/__init__.py +11 -0
- aws_cdk/aws_wafv2/__init__.py +6 -0
- aws_cdk/aws_wisdom/__init__.py +3 -0
- aws_cdk/aws_workspaces/__init__.py +2 -0
- aws_cdk/aws_workspacesweb/__init__.py +8 -0
- aws_cdk/aws_xray/__init__.py +3 -0
- {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/METADATA +1 -1
- aws_cdk_lib-2.98.0.dist-info/RECORD +272 -0
- aws_cdk_lib-2.97.0.dist-info/RECORD +0 -271
- {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/top_level.txt +0 -0
aws_cdk/__init__.py
CHANGED
|
@@ -9802,167 +9802,6 @@ class CopyOptions:
|
|
|
9802
9802
|
)
|
|
9803
9803
|
|
|
9804
9804
|
|
|
9805
|
-
@jsii.data_type(
|
|
9806
|
-
jsii_type="aws-cdk-lib.CronOptions",
|
|
9807
|
-
jsii_struct_bases=[],
|
|
9808
|
-
name_mapping={
|
|
9809
|
-
"day": "day",
|
|
9810
|
-
"hour": "hour",
|
|
9811
|
-
"minute": "minute",
|
|
9812
|
-
"month": "month",
|
|
9813
|
-
"time_zone": "timeZone",
|
|
9814
|
-
"week_day": "weekDay",
|
|
9815
|
-
"year": "year",
|
|
9816
|
-
},
|
|
9817
|
-
)
|
|
9818
|
-
class CronOptions:
|
|
9819
|
-
def __init__(
|
|
9820
|
-
self,
|
|
9821
|
-
*,
|
|
9822
|
-
day: typing.Optional[builtins.str] = None,
|
|
9823
|
-
hour: typing.Optional[builtins.str] = None,
|
|
9824
|
-
minute: typing.Optional[builtins.str] = None,
|
|
9825
|
-
month: typing.Optional[builtins.str] = None,
|
|
9826
|
-
time_zone: typing.Optional["TimeZone"] = None,
|
|
9827
|
-
week_day: typing.Optional[builtins.str] = None,
|
|
9828
|
-
year: typing.Optional[builtins.str] = None,
|
|
9829
|
-
) -> None:
|
|
9830
|
-
'''Options to configure a cron expression.
|
|
9831
|
-
|
|
9832
|
-
All fields are strings so you can use complex expressions. Absence of
|
|
9833
|
-
a field implies '*' or '?', whichever one is appropriate.
|
|
9834
|
-
|
|
9835
|
-
:param day: The day of the month to run this rule at. Default: - Every day of the month
|
|
9836
|
-
:param hour: The hour to run this rule at. Default: - Every hour
|
|
9837
|
-
:param minute: The minute to run this rule at. Default: - Every minute
|
|
9838
|
-
:param month: The month to run this rule at. Default: - Every month
|
|
9839
|
-
:param time_zone: Retrieve the expression for this schedule. Default: TimeZone.ETC_UTC
|
|
9840
|
-
:param week_day: The day of the week to run this rule at. Default: - Any day of the week
|
|
9841
|
-
:param year: The year to run this rule at. Default: - Every year
|
|
9842
|
-
|
|
9843
|
-
:see: https://docs.aws.amazon.com/eventbridge/latest/userguide/scheduled-events.html#cron-expressions
|
|
9844
|
-
:exampleMetadata: infused
|
|
9845
|
-
|
|
9846
|
-
Example::
|
|
9847
|
-
|
|
9848
|
-
# resource: SomeScalableResource
|
|
9849
|
-
|
|
9850
|
-
|
|
9851
|
-
capacity = resource.auto_scale_capacity(
|
|
9852
|
-
min_capacity=1,
|
|
9853
|
-
max_capacity=50
|
|
9854
|
-
)
|
|
9855
|
-
|
|
9856
|
-
capacity.scale_on_schedule("PrescaleInTheMorning",
|
|
9857
|
-
schedule=appscaling.Schedule.cron(hour="8", minute="0"),
|
|
9858
|
-
min_capacity=20
|
|
9859
|
-
)
|
|
9860
|
-
|
|
9861
|
-
capacity.scale_on_schedule("AllowDownscalingAtNight",
|
|
9862
|
-
schedule=appscaling.Schedule.cron(hour="20", minute="0"),
|
|
9863
|
-
min_capacity=1
|
|
9864
|
-
)
|
|
9865
|
-
'''
|
|
9866
|
-
if __debug__:
|
|
9867
|
-
type_hints = typing.get_type_hints(_typecheckingstub__711a98b29f6f4218d39b8f2104b84399f7ff7301370f83e91f9309f619fd8459)
|
|
9868
|
-
check_type(argname="argument day", value=day, expected_type=type_hints["day"])
|
|
9869
|
-
check_type(argname="argument hour", value=hour, expected_type=type_hints["hour"])
|
|
9870
|
-
check_type(argname="argument minute", value=minute, expected_type=type_hints["minute"])
|
|
9871
|
-
check_type(argname="argument month", value=month, expected_type=type_hints["month"])
|
|
9872
|
-
check_type(argname="argument time_zone", value=time_zone, expected_type=type_hints["time_zone"])
|
|
9873
|
-
check_type(argname="argument week_day", value=week_day, expected_type=type_hints["week_day"])
|
|
9874
|
-
check_type(argname="argument year", value=year, expected_type=type_hints["year"])
|
|
9875
|
-
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
9876
|
-
if day is not None:
|
|
9877
|
-
self._values["day"] = day
|
|
9878
|
-
if hour is not None:
|
|
9879
|
-
self._values["hour"] = hour
|
|
9880
|
-
if minute is not None:
|
|
9881
|
-
self._values["minute"] = minute
|
|
9882
|
-
if month is not None:
|
|
9883
|
-
self._values["month"] = month
|
|
9884
|
-
if time_zone is not None:
|
|
9885
|
-
self._values["time_zone"] = time_zone
|
|
9886
|
-
if week_day is not None:
|
|
9887
|
-
self._values["week_day"] = week_day
|
|
9888
|
-
if year is not None:
|
|
9889
|
-
self._values["year"] = year
|
|
9890
|
-
|
|
9891
|
-
@builtins.property
|
|
9892
|
-
def day(self) -> typing.Optional[builtins.str]:
|
|
9893
|
-
'''The day of the month to run this rule at.
|
|
9894
|
-
|
|
9895
|
-
:default: - Every day of the month
|
|
9896
|
-
'''
|
|
9897
|
-
result = self._values.get("day")
|
|
9898
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
9899
|
-
|
|
9900
|
-
@builtins.property
|
|
9901
|
-
def hour(self) -> typing.Optional[builtins.str]:
|
|
9902
|
-
'''The hour to run this rule at.
|
|
9903
|
-
|
|
9904
|
-
:default: - Every hour
|
|
9905
|
-
'''
|
|
9906
|
-
result = self._values.get("hour")
|
|
9907
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
9908
|
-
|
|
9909
|
-
@builtins.property
|
|
9910
|
-
def minute(self) -> typing.Optional[builtins.str]:
|
|
9911
|
-
'''The minute to run this rule at.
|
|
9912
|
-
|
|
9913
|
-
:default: - Every minute
|
|
9914
|
-
'''
|
|
9915
|
-
result = self._values.get("minute")
|
|
9916
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
9917
|
-
|
|
9918
|
-
@builtins.property
|
|
9919
|
-
def month(self) -> typing.Optional[builtins.str]:
|
|
9920
|
-
'''The month to run this rule at.
|
|
9921
|
-
|
|
9922
|
-
:default: - Every month
|
|
9923
|
-
'''
|
|
9924
|
-
result = self._values.get("month")
|
|
9925
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
9926
|
-
|
|
9927
|
-
@builtins.property
|
|
9928
|
-
def time_zone(self) -> typing.Optional["TimeZone"]:
|
|
9929
|
-
'''Retrieve the expression for this schedule.
|
|
9930
|
-
|
|
9931
|
-
:default: TimeZone.ETC_UTC
|
|
9932
|
-
'''
|
|
9933
|
-
result = self._values.get("time_zone")
|
|
9934
|
-
return typing.cast(typing.Optional["TimeZone"], result)
|
|
9935
|
-
|
|
9936
|
-
@builtins.property
|
|
9937
|
-
def week_day(self) -> typing.Optional[builtins.str]:
|
|
9938
|
-
'''The day of the week to run this rule at.
|
|
9939
|
-
|
|
9940
|
-
:default: - Any day of the week
|
|
9941
|
-
'''
|
|
9942
|
-
result = self._values.get("week_day")
|
|
9943
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
9944
|
-
|
|
9945
|
-
@builtins.property
|
|
9946
|
-
def year(self) -> typing.Optional[builtins.str]:
|
|
9947
|
-
'''The year to run this rule at.
|
|
9948
|
-
|
|
9949
|
-
:default: - Every year
|
|
9950
|
-
'''
|
|
9951
|
-
result = self._values.get("year")
|
|
9952
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
9953
|
-
|
|
9954
|
-
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
9955
|
-
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
9956
|
-
|
|
9957
|
-
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
9958
|
-
return not (rhs == self)
|
|
9959
|
-
|
|
9960
|
-
def __repr__(self) -> str:
|
|
9961
|
-
return "CronOptions(%s)" % ", ".join(
|
|
9962
|
-
k + "=" + repr(v) for k, v in self._values.items()
|
|
9963
|
-
)
|
|
9964
|
-
|
|
9965
|
-
|
|
9966
9805
|
@jsii.data_type(
|
|
9967
9806
|
jsii_type="aws-cdk-lib.CustomResourceProps",
|
|
9968
9807
|
jsii_struct_bases=[],
|
|
@@ -19010,112 +18849,6 @@ class RoleOptions:
|
|
|
19010
18849
|
)
|
|
19011
18850
|
|
|
19012
18851
|
|
|
19013
|
-
class Schedule(metaclass=jsii.JSIIAbstractClass, jsii_type="aws-cdk-lib.Schedule"):
|
|
19014
|
-
'''A Core Schedule.
|
|
19015
|
-
|
|
19016
|
-
This construct is not meant to be used as is or exposed to consumers in other modules.
|
|
19017
|
-
It is meant to be extended by other modules that require some sort of schedule implementation. All
|
|
19018
|
-
methods in ``core.Schedule`` are protected, so that construct authors can decide which APIs to expose.
|
|
19019
|
-
|
|
19020
|
-
:see: https://docs.aws.amazon.com/eventbridge/latest/userguide/scheduled-events.html
|
|
19021
|
-
'''
|
|
19022
|
-
|
|
19023
|
-
def __init__(self) -> None:
|
|
19024
|
-
jsii.create(self.__class__, self, [])
|
|
19025
|
-
|
|
19026
|
-
@jsii.member(jsii_name="protectedAt")
|
|
19027
|
-
@builtins.classmethod
|
|
19028
|
-
def protected_at(
|
|
19029
|
-
cls,
|
|
19030
|
-
date: datetime.datetime,
|
|
19031
|
-
time_zone: typing.Optional["TimeZone"] = None,
|
|
19032
|
-
) -> "Schedule":
|
|
19033
|
-
'''Construct a one-time schedule from a date.
|
|
19034
|
-
|
|
19035
|
-
:param date: The date and time to use. The millisecond part will be ignored.
|
|
19036
|
-
:param time_zone: The time zone to use for interpreting the date. Default: - UTC
|
|
19037
|
-
'''
|
|
19038
|
-
if __debug__:
|
|
19039
|
-
type_hints = typing.get_type_hints(_typecheckingstub__1cb4b012c6f362f2cb50330d56c7cc48f8ea01d6ad2f939d11aff54eed9b8f11)
|
|
19040
|
-
check_type(argname="argument date", value=date, expected_type=type_hints["date"])
|
|
19041
|
-
check_type(argname="argument time_zone", value=time_zone, expected_type=type_hints["time_zone"])
|
|
19042
|
-
return typing.cast("Schedule", jsii.sinvoke(cls, "protectedAt", [date, time_zone]))
|
|
19043
|
-
|
|
19044
|
-
@jsii.member(jsii_name="protectedCron")
|
|
19045
|
-
@builtins.classmethod
|
|
19046
|
-
def protected_cron(
|
|
19047
|
-
cls,
|
|
19048
|
-
options: typing.Union[CronOptions, typing.Dict[builtins.str, typing.Any]],
|
|
19049
|
-
module: typing.Optional[builtins.str] = None,
|
|
19050
|
-
) -> "Schedule":
|
|
19051
|
-
'''Create a schedule from a set of cron fields.
|
|
19052
|
-
|
|
19053
|
-
:param options: -
|
|
19054
|
-
:param module: the module calling protectedCron, if you want module-specific warnings (i.e. aws-applicationautoscaling).
|
|
19055
|
-
'''
|
|
19056
|
-
if __debug__:
|
|
19057
|
-
type_hints = typing.get_type_hints(_typecheckingstub__a1f6cdcd7e92fb975f81aa7ba86b9ac87bb2e5746067b4bf115114f51c479f15)
|
|
19058
|
-
check_type(argname="argument options", value=options, expected_type=type_hints["options"])
|
|
19059
|
-
check_type(argname="argument module", value=module, expected_type=type_hints["module"])
|
|
19060
|
-
return typing.cast("Schedule", jsii.sinvoke(cls, "protectedCron", [options, module]))
|
|
19061
|
-
|
|
19062
|
-
@jsii.member(jsii_name="protectedExpression")
|
|
19063
|
-
@builtins.classmethod
|
|
19064
|
-
def protected_expression(
|
|
19065
|
-
cls,
|
|
19066
|
-
expression: builtins.str,
|
|
19067
|
-
time_zone: typing.Optional["TimeZone"] = None,
|
|
19068
|
-
) -> "Schedule":
|
|
19069
|
-
'''Construct a schedule from a literal schedule expression.
|
|
19070
|
-
|
|
19071
|
-
:param expression: The expression to use. Must be in a format that EventBridge will recognize
|
|
19072
|
-
:param time_zone: The time zone, if applicable. This is only valid for 'at' and 'cron' expressions
|
|
19073
|
-
'''
|
|
19074
|
-
if __debug__:
|
|
19075
|
-
type_hints = typing.get_type_hints(_typecheckingstub__6da81a3fbf3b9055fbfc2a7583560cef8c345bea7fb99ddefeab1a67a3ac80ed)
|
|
19076
|
-
check_type(argname="argument expression", value=expression, expected_type=type_hints["expression"])
|
|
19077
|
-
check_type(argname="argument time_zone", value=time_zone, expected_type=type_hints["time_zone"])
|
|
19078
|
-
return typing.cast("Schedule", jsii.sinvoke(cls, "protectedExpression", [expression, time_zone]))
|
|
19079
|
-
|
|
19080
|
-
@jsii.member(jsii_name="protectedRate")
|
|
19081
|
-
@builtins.classmethod
|
|
19082
|
-
def protected_rate(cls, duration: Duration) -> "Schedule":
|
|
19083
|
-
'''Construct a schedule from an interval and a time unit.
|
|
19084
|
-
|
|
19085
|
-
Rates may be defined with any unit of time, but when converted into minutes, the duration must be a positive whole number of minutes.
|
|
19086
|
-
|
|
19087
|
-
:param duration: -
|
|
19088
|
-
'''
|
|
19089
|
-
if __debug__:
|
|
19090
|
-
type_hints = typing.get_type_hints(_typecheckingstub__314888db3e6caacd852653adaa683a73164fbc78b431536b7534affc104074b7)
|
|
19091
|
-
check_type(argname="argument duration", value=duration, expected_type=type_hints["duration"])
|
|
19092
|
-
return typing.cast("Schedule", jsii.sinvoke(cls, "protectedRate", [duration]))
|
|
19093
|
-
|
|
19094
|
-
@builtins.property
|
|
19095
|
-
@jsii.member(jsii_name="expressionString")
|
|
19096
|
-
@abc.abstractmethod
|
|
19097
|
-
def expression_string(self) -> builtins.str:
|
|
19098
|
-
'''Retrieve the expression for this schedule.'''
|
|
19099
|
-
...
|
|
19100
|
-
|
|
19101
|
-
@builtins.property
|
|
19102
|
-
@jsii.member(jsii_name="timeZone")
|
|
19103
|
-
def time_zone(self) -> typing.Optional["TimeZone"]:
|
|
19104
|
-
'''The timezone of the expression, if applicable.'''
|
|
19105
|
-
return typing.cast(typing.Optional["TimeZone"], jsii.get(self, "timeZone"))
|
|
19106
|
-
|
|
19107
|
-
|
|
19108
|
-
class _ScheduleProxy(Schedule):
|
|
19109
|
-
@builtins.property
|
|
19110
|
-
@jsii.member(jsii_name="expressionString")
|
|
19111
|
-
def expression_string(self) -> builtins.str:
|
|
19112
|
-
'''Retrieve the expression for this schedule.'''
|
|
19113
|
-
return typing.cast(builtins.str, jsii.get(self, "expressionString"))
|
|
19114
|
-
|
|
19115
|
-
# Adding a "__jsii_proxy_class__(): typing.Type" function to the abstract class
|
|
19116
|
-
typing.cast(typing.Any, Schedule).__jsii_proxy_class__ = lambda : _ScheduleProxy
|
|
19117
|
-
|
|
19118
|
-
|
|
19119
18852
|
class ScopedAws(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.ScopedAws"):
|
|
19120
18853
|
'''Accessor for scoped pseudo parameters.
|
|
19121
18854
|
|
|
@@ -27112,6 +26845,7 @@ class CfnCustomResource(
|
|
|
27112
26845
|
If you use the `VPC endpoints <https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints.html>`_ feature, custom resources in the VPC must have access to CloudFormation -specific Amazon Simple Storage Service ( Amazon S3 ) buckets. Custom resources must send responses to a presigned Amazon S3 URL. If they can't send responses to Amazon S3 , CloudFormation won't receive a response and the stack operation fails. For more information, see `Setting up VPC endpoints for AWS CloudFormation <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-vpce-bucketnames.html>`_ .
|
|
27113
26846
|
|
|
27114
26847
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-customresource.html
|
|
26848
|
+
:cloudformationResource: AWS::CloudFormation::CustomResource
|
|
27115
26849
|
:exampleMetadata: fixture=_generated
|
|
27116
26850
|
|
|
27117
26851
|
Example::
|
|
@@ -27245,6 +26979,7 @@ class CfnHookDefaultVersion(
|
|
|
27245
26979
|
The default version of the hook is used in CloudFormation operations for this AWS account and AWS Region .
|
|
27246
26980
|
|
|
27247
26981
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-hookdefaultversion.html
|
|
26982
|
+
:cloudformationResource: AWS::CloudFormation::HookDefaultVersion
|
|
27248
26983
|
:exampleMetadata: fixture=_generated
|
|
27249
26984
|
|
|
27250
26985
|
Example::
|
|
@@ -27381,6 +27116,7 @@ class CfnHookTypeConfig(
|
|
|
27381
27116
|
'''The ``HookTypeConfig`` resource specifies the configuration of a hook.
|
|
27382
27117
|
|
|
27383
27118
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-hooktypeconfig.html
|
|
27119
|
+
:cloudformationResource: AWS::CloudFormation::HookTypeConfig
|
|
27384
27120
|
:exampleMetadata: fixture=_generated
|
|
27385
27121
|
|
|
27386
27122
|
Example::
|
|
@@ -27536,6 +27272,7 @@ class CfnHookVersion(
|
|
|
27536
27272
|
'''The ``HookVersion`` resource publishes new or first hook version to the AWS CloudFormation registry.
|
|
27537
27273
|
|
|
27538
27274
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-hookversion.html
|
|
27275
|
+
:cloudformationResource: AWS::CloudFormation::HookVersion
|
|
27539
27276
|
:exampleMetadata: fixture=_generated
|
|
27540
27277
|
|
|
27541
27278
|
Example::
|
|
@@ -27902,6 +27639,7 @@ class CfnMacro(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnM
|
|
|
27902
27639
|
For more information, see `Using AWS CloudFormation macros to perform custom processing on templates <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html>`_ .
|
|
27903
27640
|
|
|
27904
27641
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html
|
|
27642
|
+
:cloudformationResource: AWS::CloudFormation::Macro
|
|
27905
27643
|
:exampleMetadata: fixture=_generated
|
|
27906
27644
|
|
|
27907
27645
|
Example::
|
|
@@ -28171,6 +27909,7 @@ class CfnModuleDefaultVersion(
|
|
|
28171
27909
|
For more information using modules, see `Using modules to encapsulate and reuse resource configurations <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/modules.html>`_ and `Registering extensions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html#registry-register>`_ in the *AWS CloudFormation User Guide* . For information on developing modules, see `Developing modules <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/modules.html>`_ in the *AWS CloudFormation CLI User Guide* .
|
|
28172
27910
|
|
|
28173
27911
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-moduledefaultversion.html
|
|
27912
|
+
:cloudformationResource: AWS::CloudFormation::ModuleDefaultVersion
|
|
28174
27913
|
:exampleMetadata: fixture=_generated
|
|
28175
27914
|
|
|
28176
27915
|
Example::
|
|
@@ -28302,6 +28041,7 @@ class CfnModuleVersion(
|
|
|
28302
28041
|
For more information using modules, see `Using modules to encapsulate and reuse resource configurations <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/modules.html>`_ and `Registering extensions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html#registry-register>`_ in the *CloudFormation User Guide* . For information on developing modules, see `Developing modules <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/modules.html>`_ in the *CloudFormation CLI User Guide* .
|
|
28303
28042
|
|
|
28304
28043
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-moduleversion.html
|
|
28044
|
+
:cloudformationResource: AWS::CloudFormation::ModuleVersion
|
|
28305
28045
|
:exampleMetadata: fixture=_generated
|
|
28306
28046
|
|
|
28307
28047
|
Example::
|
|
@@ -28501,6 +28241,7 @@ class CfnPublicTypeVersion(
|
|
|
28501
28241
|
An extension must have a test status of ``PASSED`` before it can be published. For more information, see `Publishing extensions to make them available for public use <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-publish.html>`_ in the *CloudFormation CLI User Guide* .
|
|
28502
28242
|
|
|
28503
28243
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-publictypeversion.html
|
|
28244
|
+
:cloudformationResource: AWS::CloudFormation::PublicTypeVersion
|
|
28504
28245
|
:exampleMetadata: fixture=_generated
|
|
28505
28246
|
|
|
28506
28247
|
Example::
|
|
@@ -28693,6 +28434,7 @@ class CfnPublisher(
|
|
|
28693
28434
|
For information on requirements for registering as a public extension publisher, see `Registering your account to publish CloudFormation extensions <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-prereqs>`_ in the *CloudFormation CLI User Guide* .
|
|
28694
28435
|
|
|
28695
28436
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-publisher.html
|
|
28437
|
+
:cloudformationResource: AWS::CloudFormation::Publisher
|
|
28696
28438
|
:exampleMetadata: fixture=_generated
|
|
28697
28439
|
|
|
28698
28440
|
Example::
|
|
@@ -28850,6 +28592,7 @@ class CfnResourceDefaultVersion(
|
|
|
28850
28592
|
The default version of a resource will be used in CloudFormation operations.
|
|
28851
28593
|
|
|
28852
28594
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-resourcedefaultversion.html
|
|
28595
|
+
:cloudformationResource: AWS::CloudFormation::ResourceDefaultVersion
|
|
28853
28596
|
:exampleMetadata: fixture=_generated
|
|
28854
28597
|
|
|
28855
28598
|
Example::
|
|
@@ -28996,6 +28739,7 @@ class CfnResourceVersion(
|
|
|
28996
28739
|
You can have a maximum of 50 resource versions registered at a time. This maximum is per account and per Region.
|
|
28997
28740
|
|
|
28998
28741
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-resourceversion.html
|
|
28742
|
+
:cloudformationResource: AWS::CloudFormation::ResourceVersion
|
|
28999
28743
|
:exampleMetadata: fixture=_generated
|
|
29000
28744
|
|
|
29001
28745
|
Example::
|
|
@@ -29330,6 +29074,7 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
|
|
|
29330
29074
|
- ``StackStatus``
|
|
29331
29075
|
|
|
29332
29076
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stack.html
|
|
29077
|
+
:cloudformationResource: AWS::CloudFormation::Stack
|
|
29333
29078
|
:exampleMetadata: fixture=_generated
|
|
29334
29079
|
|
|
29335
29080
|
Example::
|
|
@@ -29684,6 +29429,7 @@ class CfnStackSet(
|
|
|
29684
29429
|
Run deployments to nested StackSets from the parent stack, not directly through the StackSet API.
|
|
29685
29430
|
|
|
29686
29431
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html
|
|
29432
|
+
:cloudformationResource: AWS::CloudFormation::StackSet
|
|
29687
29433
|
:exampleMetadata: fixture=_generated
|
|
29688
29434
|
|
|
29689
29435
|
Example::
|
|
@@ -30691,6 +30437,7 @@ class CfnTypeActivation(
|
|
|
30691
30437
|
Once you have activated a public third-party extension in your account and Region, use `SetTypeConfiguration <https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html>`_ to specify configuration properties for the extension. For more information, see `Configuring extensions at the account level <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration>`_ in the *CloudFormation User Guide* .
|
|
30692
30438
|
|
|
30693
30439
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-typeactivation.html
|
|
30440
|
+
:cloudformationResource: AWS::CloudFormation::TypeActivation
|
|
30694
30441
|
:exampleMetadata: fixture=_generated
|
|
30695
30442
|
|
|
30696
30443
|
Example::
|
|
@@ -31041,6 +30788,7 @@ class CfnWaitCondition(
|
|
|
31041
30788
|
If you use the `VPC endpoints <https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints.html>`_ feature, resources in the VPC that respond to wait conditions must have access to CloudFormation , specific Amazon Simple Storage Service ( Amazon S3 ) buckets. Resources must send wait condition responses to a presigned Amazon S3 URL. If they can't send responses to Amazon S3 , CloudFormation won't receive a response and the stack operation fails. For more information, see `Setting up VPC endpoints for AWS CloudFormation <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-vpce-bucketnames.html>`_ .
|
|
31042
30789
|
|
|
31043
30790
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-waitcondition.html
|
|
30791
|
+
:cloudformationResource: AWS::CloudFormation::WaitCondition
|
|
31044
30792
|
:exampleMetadata: fixture=_generated
|
|
31045
30793
|
|
|
31046
30794
|
Example::
|
|
@@ -31199,6 +30947,7 @@ class CfnWaitConditionHandle(
|
|
|
31199
30947
|
Anytime you add a ``WaitCondition`` resource during a stack update or update a resource with a wait condition, you must associate the wait condition with a new ``WaitConditionHandle`` resource. Don't reuse an old wait condition handle that has already been defined in the template. If you reuse a wait condition handle, the wait condition might evaluate old signals from a previous create or update stack command. > Updates aren't supported for this resource.
|
|
31200
30948
|
|
|
31201
30949
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-waitconditionhandle.html
|
|
30950
|
+
:cloudformationResource: AWS::CloudFormation::WaitConditionHandle
|
|
31202
30951
|
:exampleMetadata: fixture=_generated
|
|
31203
30952
|
|
|
31204
30953
|
Example::
|
|
@@ -33313,7 +33062,6 @@ __all__ = [
|
|
|
33313
33062
|
"CliCredentialsStackSynthesizerProps",
|
|
33314
33063
|
"ContextProvider",
|
|
33315
33064
|
"CopyOptions",
|
|
33316
|
-
"CronOptions",
|
|
33317
33065
|
"CustomResource",
|
|
33318
33066
|
"CustomResourceProps",
|
|
33319
33067
|
"CustomResourceProvider",
|
|
@@ -33416,7 +33164,6 @@ __all__ = [
|
|
|
33416
33164
|
"ResourceProps",
|
|
33417
33165
|
"ReverseOptions",
|
|
33418
33166
|
"RoleOptions",
|
|
33419
|
-
"Schedule",
|
|
33420
33167
|
"ScopedAws",
|
|
33421
33168
|
"SecretValue",
|
|
33422
33169
|
"SecretsManagerSecretOptions",
|
|
@@ -33559,6 +33306,7 @@ __all__ = [
|
|
|
33559
33306
|
"aws_greengrassv2",
|
|
33560
33307
|
"aws_groundstation",
|
|
33561
33308
|
"aws_guardduty",
|
|
33309
|
+
"aws_healthimaging",
|
|
33562
33310
|
"aws_healthlake",
|
|
33563
33311
|
"aws_iam",
|
|
33564
33312
|
"aws_identitystore",
|
|
@@ -33824,6 +33572,7 @@ from . import aws_greengrass
|
|
|
33824
33572
|
from . import aws_greengrassv2
|
|
33825
33573
|
from . import aws_groundstation
|
|
33826
33574
|
from . import aws_guardduty
|
|
33575
|
+
from . import aws_healthimaging
|
|
33827
33576
|
from . import aws_healthlake
|
|
33828
33577
|
from . import aws_iam
|
|
33829
33578
|
from . import aws_identitystore
|
|
@@ -34975,19 +34724,6 @@ def _typecheckingstub__80d5759670f4f104ff92870b1bbd513c39e43f1023a912e9dbdce77f9
|
|
|
34975
34724
|
"""Type checking stubs"""
|
|
34976
34725
|
pass
|
|
34977
34726
|
|
|
34978
|
-
def _typecheckingstub__711a98b29f6f4218d39b8f2104b84399f7ff7301370f83e91f9309f619fd8459(
|
|
34979
|
-
*,
|
|
34980
|
-
day: typing.Optional[builtins.str] = None,
|
|
34981
|
-
hour: typing.Optional[builtins.str] = None,
|
|
34982
|
-
minute: typing.Optional[builtins.str] = None,
|
|
34983
|
-
month: typing.Optional[builtins.str] = None,
|
|
34984
|
-
time_zone: typing.Optional[TimeZone] = None,
|
|
34985
|
-
week_day: typing.Optional[builtins.str] = None,
|
|
34986
|
-
year: typing.Optional[builtins.str] = None,
|
|
34987
|
-
) -> None:
|
|
34988
|
-
"""Type checking stubs"""
|
|
34989
|
-
pass
|
|
34990
|
-
|
|
34991
34727
|
def _typecheckingstub__9dc07c260551c6e828a1b20303b5a44e226e85166f6249c94e31d02717edd2f7(
|
|
34992
34728
|
*,
|
|
34993
34729
|
service_token: builtins.str,
|
|
@@ -36248,33 +35984,6 @@ def _typecheckingstub__350c3eeb771368884765de415edb2b16931d742fbdb5253af2222e0e8
|
|
|
36248
35984
|
"""Type checking stubs"""
|
|
36249
35985
|
pass
|
|
36250
35986
|
|
|
36251
|
-
def _typecheckingstub__1cb4b012c6f362f2cb50330d56c7cc48f8ea01d6ad2f939d11aff54eed9b8f11(
|
|
36252
|
-
date: datetime.datetime,
|
|
36253
|
-
time_zone: typing.Optional[TimeZone] = None,
|
|
36254
|
-
) -> None:
|
|
36255
|
-
"""Type checking stubs"""
|
|
36256
|
-
pass
|
|
36257
|
-
|
|
36258
|
-
def _typecheckingstub__a1f6cdcd7e92fb975f81aa7ba86b9ac87bb2e5746067b4bf115114f51c479f15(
|
|
36259
|
-
options: typing.Union[CronOptions, typing.Dict[builtins.str, typing.Any]],
|
|
36260
|
-
module: typing.Optional[builtins.str] = None,
|
|
36261
|
-
) -> None:
|
|
36262
|
-
"""Type checking stubs"""
|
|
36263
|
-
pass
|
|
36264
|
-
|
|
36265
|
-
def _typecheckingstub__6da81a3fbf3b9055fbfc2a7583560cef8c345bea7fb99ddefeab1a67a3ac80ed(
|
|
36266
|
-
expression: builtins.str,
|
|
36267
|
-
time_zone: typing.Optional[TimeZone] = None,
|
|
36268
|
-
) -> None:
|
|
36269
|
-
"""Type checking stubs"""
|
|
36270
|
-
pass
|
|
36271
|
-
|
|
36272
|
-
def _typecheckingstub__314888db3e6caacd852653adaa683a73164fbc78b431536b7534affc104074b7(
|
|
36273
|
-
duration: Duration,
|
|
36274
|
-
) -> None:
|
|
36275
|
-
"""Type checking stubs"""
|
|
36276
|
-
pass
|
|
36277
|
-
|
|
36278
35987
|
def _typecheckingstub__689f321e7e4b904582ab3274360f95cc0da0af0d900d2026491edbacc5078af7(
|
|
36279
35988
|
scope: _constructs_77d1e7e8.Construct,
|
|
36280
35989
|
) -> None:
|
aws_cdk/_jsii/__init__.py
CHANGED
|
@@ -16,7 +16,7 @@ import aws_cdk.asset_node_proxy_agent_v6._jsii
|
|
|
16
16
|
import constructs._jsii
|
|
17
17
|
|
|
18
18
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
19
|
-
"aws-cdk-lib", "2.
|
|
19
|
+
"aws-cdk-lib", "2.98.0", __name__[0:-6], "aws-cdk-lib@2.98.0.jsii.tgz"
|
|
20
20
|
)
|
|
21
21
|
|
|
22
22
|
__all__ = [
|
|
Binary file
|
aws_cdk/alexa_ask/__init__.py
CHANGED
|
@@ -59,6 +59,7 @@ class CfnSkill(
|
|
|
59
59
|
For more information about developing a skill, see the .
|
|
60
60
|
|
|
61
61
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html
|
|
62
|
+
:cloudformationResource: Alexa::ASK::Skill
|
|
62
63
|
:exampleMetadata: fixture=_generated
|
|
63
64
|
|
|
64
65
|
Example::
|
|
@@ -62,6 +62,7 @@ class CfnAnalyzer(
|
|
|
62
62
|
The analyzer is an object that represents the IAM Access Analyzer feature. An analyzer is required for Access Analyzer to become operational.
|
|
63
63
|
|
|
64
64
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html
|
|
65
|
+
:cloudformationResource: AWS::AccessAnalyzer::Analyzer
|
|
65
66
|
:exampleMetadata: fixture=_generated
|
|
66
67
|
|
|
67
68
|
Example::
|
aws_cdk/aws_acmpca/__init__.py
CHANGED
|
@@ -146,6 +146,7 @@ class CfnCertificate(
|
|
|
146
146
|
For more information, see the `IssueCertificate <https://docs.aws.amazon.com/privateca/latest/APIReference/API_IssueCertificate.html>`_ action.
|
|
147
147
|
|
|
148
148
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html
|
|
149
|
+
:cloudformationResource: AWS::ACMPCA::Certificate
|
|
149
150
|
:exampleMetadata: fixture=_generated
|
|
150
151
|
|
|
151
152
|
Example::
|
|
@@ -2241,6 +2242,7 @@ class CfnCertificateAuthority(
|
|
|
2241
2242
|
Before removing a ``AWS::ACMPCA::CertificateAuthority`` resource from the CloudFormation stack, disable the affected CA. Otherwise, the action will fail. You can disable the CA by removing its associated ``AWS::ACMPCA::CertificateAuthorityActivation`` resource from CloudFormation.
|
|
2242
2243
|
|
|
2243
2244
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthority.html
|
|
2245
|
+
:cloudformationResource: AWS::ACMPCA::CertificateAuthority
|
|
2244
2246
|
:exampleMetadata: infused
|
|
2245
2247
|
|
|
2246
2248
|
Example::
|
|
@@ -4115,6 +4117,7 @@ class CfnCertificateAuthorityActivation(
|
|
|
4115
4117
|
If no status is specified, the ``AWS::ACMPCA::CertificateAuthorityActivation`` resource status defaults to ACTIVE. Once the CA has a CA certificate installed, you can use the resource to toggle the CA status field between ``ACTIVE`` and ``DISABLED`` .
|
|
4116
4118
|
|
|
4117
4119
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificateauthorityactivation.html
|
|
4120
|
+
:cloudformationResource: AWS::ACMPCA::CertificateAuthorityActivation
|
|
4118
4121
|
:exampleMetadata: fixture=_generated
|
|
4119
4122
|
|
|
4120
4123
|
Example::
|
|
@@ -4888,6 +4891,7 @@ class CfnPermission(
|
|
|
4888
4891
|
To update an ``AWS::ACMPCA::Permission`` resource, you must first delete the existing permission resource from the CloudFormation stack and then create a new permission resource with updated properties.
|
|
4889
4892
|
|
|
4890
4893
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-permission.html
|
|
4894
|
+
:cloudformationResource: AWS::ACMPCA::Permission
|
|
4891
4895
|
:exampleMetadata: fixture=_generated
|
|
4892
4896
|
|
|
4893
4897
|
Example::
|
aws_cdk/aws_amazonmq/__init__.py
CHANGED
|
@@ -82,6 +82,7 @@ class CfnBroker(
|
|
|
82
82
|
- ``ec2:DescribeVpcs``
|
|
83
83
|
|
|
84
84
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html
|
|
85
|
+
:cloudformationResource: AWS::AmazonMQ::Broker
|
|
85
86
|
:exampleMetadata: fixture=_generated
|
|
86
87
|
|
|
87
88
|
Example::
|
|
@@ -1911,6 +1912,7 @@ class CfnConfiguration(
|
|
|
1911
1912
|
Does not apply to RabbitMQ brokers.
|
|
1912
1913
|
|
|
1913
1914
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html
|
|
1915
|
+
:cloudformationResource: AWS::AmazonMQ::Configuration
|
|
1914
1916
|
:exampleMetadata: fixture=_generated
|
|
1915
1917
|
|
|
1916
1918
|
Example::
|
|
@@ -2226,6 +2228,7 @@ class CfnConfigurationAssociation(
|
|
|
2226
2228
|
Does not apply to RabbitMQ brokers.
|
|
2227
2229
|
|
|
2228
2230
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html
|
|
2231
|
+
:cloudformationResource: AWS::AmazonMQ::ConfigurationAssociation
|
|
2229
2232
|
:exampleMetadata: fixture=_generated
|
|
2230
2233
|
|
|
2231
2234
|
Example::
|
aws_cdk/aws_amplify/__init__.py
CHANGED
|
@@ -67,6 +67,7 @@ class CfnApp(
|
|
|
67
67
|
An App is a collection of branches.
|
|
68
68
|
|
|
69
69
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html
|
|
70
|
+
:cloudformationResource: AWS::Amplify::App
|
|
70
71
|
:exampleMetadata: fixture=_generated
|
|
71
72
|
|
|
72
73
|
Example::
|
|
@@ -1447,6 +1448,7 @@ class CfnBranch(
|
|
|
1447
1448
|
'''The AWS::Amplify::Branch resource specifies a new branch within an app.
|
|
1448
1449
|
|
|
1449
1450
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html
|
|
1451
|
+
:cloudformationResource: AWS::Amplify::Branch
|
|
1450
1452
|
:exampleMetadata: fixture=_generated
|
|
1451
1453
|
|
|
1452
1454
|
Example::
|
|
@@ -2299,6 +2301,7 @@ class CfnDomain(
|
|
|
2299
2301
|
'''The AWS::Amplify::Domain resource allows you to connect a custom domain to your app.
|
|
2300
2302
|
|
|
2301
2303
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-domain.html
|
|
2304
|
+
:cloudformationResource: AWS::Amplify::Domain
|
|
2302
2305
|
:exampleMetadata: fixture=_generated
|
|
2303
2306
|
|
|
2304
2307
|
Example::
|
|
@@ -61,6 +61,7 @@ class CfnComponent(
|
|
|
61
61
|
A component is a user interface (UI) element that you can customize. Use ``ComponentChild`` to configure an instance of a ``Component`` . A ``ComponentChild`` instance inherits the configuration of the main ``Component`` .
|
|
62
62
|
|
|
63
63
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-component.html
|
|
64
|
+
:cloudformationResource: AWS::AmplifyUIBuilder::Component
|
|
64
65
|
:exampleMetadata: fixture=_generated
|
|
65
66
|
|
|
66
67
|
Example::
|
|
@@ -3626,6 +3627,7 @@ class CfnForm(
|
|
|
3626
3627
|
'''The AWS::AmplifyUIBuilder::Form resource specifies all of the information that is required to create a form.
|
|
3627
3628
|
|
|
3628
3629
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html
|
|
3630
|
+
:cloudformationResource: AWS::AmplifyUIBuilder::Form
|
|
3629
3631
|
:exampleMetadata: fixture=_generated
|
|
3630
3632
|
|
|
3631
3633
|
Example::
|
|
@@ -6143,6 +6145,7 @@ class CfnTheme(
|
|
|
6143
6145
|
A theme is a collection of style settings that apply globally to the components associated with the app.
|
|
6144
6146
|
|
|
6145
6147
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-theme.html
|
|
6148
|
+
:cloudformationResource: AWS::AmplifyUIBuilder::Theme
|
|
6146
6149
|
:exampleMetadata: fixture=_generated
|
|
6147
6150
|
|
|
6148
6151
|
Example::
|