aws-cdk-lib 2.220.0__py3-none-any.whl → 2.221.1__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 +21 -18
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.220.0.jsii.tgz → aws-cdk-lib@2.221.1.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -0
- aws_cdk/aws_accessanalyzer/__init__.py +3 -0
- aws_cdk/aws_acmpca/__init__.py +4 -1
- aws_cdk/aws_aiops/__init__.py +3 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -29
- aws_cdk/aws_amplify/__init__.py +3 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
- aws_cdk/aws_apigateway/__init__.py +3 -0
- aws_cdk/aws_apigatewayv2/__init__.py +3 -0
- aws_cdk/aws_appconfig/__init__.py +3 -29
- aws_cdk/aws_appflow/__init__.py +3 -0
- aws_cdk/aws_appintegrations/__init__.py +3 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +3 -0
- aws_cdk/aws_applicationinsights/__init__.py +3 -0
- aws_cdk/aws_applicationsignals/__init__.py +4 -1
- aws_cdk/aws_appmesh/__init__.py +3 -0
- aws_cdk/aws_apprunner/__init__.py +3 -0
- aws_cdk/aws_appstream/__init__.py +3 -0
- aws_cdk/aws_appsync/__init__.py +3 -0
- aws_cdk/aws_apptest/__init__.py +3 -0
- aws_cdk/aws_aps/__init__.py +1168 -83
- aws_cdk/aws_arcregionswitch/__init__.py +3 -0
- aws_cdk/aws_arczonalshift/__init__.py +3 -0
- aws_cdk/aws_athena/__init__.py +3 -0
- aws_cdk/aws_auditmanager/__init__.py +3 -0
- aws_cdk/aws_autoscaling/__init__.py +3 -0
- aws_cdk/aws_autoscaling_common/__init__.py +3 -0
- aws_cdk/aws_autoscalingplans/__init__.py +3 -0
- aws_cdk/aws_b2bi/__init__.py +3 -0
- aws_cdk/aws_backup/__init__.py +3 -29
- aws_cdk/aws_backupgateway/__init__.py +3 -0
- aws_cdk/aws_batch/__init__.py +3 -0
- aws_cdk/aws_bcmdataexports/__init__.py +3 -0
- aws_cdk/aws_bedrock/__init__.py +9 -29
- aws_cdk/aws_bedrockagentcore/__init__.py +782 -169
- aws_cdk/aws_billingconductor/__init__.py +3 -0
- aws_cdk/aws_budgets/__init__.py +3 -0
- aws_cdk/aws_cassandra/__init__.py +3 -0
- aws_cdk/aws_ce/__init__.py +3 -0
- aws_cdk/aws_certificatemanager/__init__.py +3 -0
- aws_cdk/aws_chatbot/__init__.py +3 -0
- aws_cdk/aws_cleanrooms/__init__.py +3 -0
- aws_cdk/aws_cleanroomsml/__init__.py +3 -0
- aws_cdk/aws_cloud9/__init__.py +3 -0
- aws_cdk/aws_cloudformation/__init__.py +3 -0
- aws_cdk/aws_cloudfront/__init__.py +69 -3
- aws_cdk/aws_cloudtrail/__init__.py +3 -0
- aws_cdk/aws_cloudwatch/__init__.py +3 -0
- aws_cdk/aws_codeartifact/__init__.py +3 -0
- aws_cdk/aws_codebuild/__init__.py +3 -0
- aws_cdk/aws_codecommit/__init__.py +3 -0
- aws_cdk/aws_codeconnections/__init__.py +3 -0
- aws_cdk/aws_codedeploy/__init__.py +3 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +3 -0
- aws_cdk/aws_codegurureviewer/__init__.py +3 -0
- aws_cdk/aws_codepipeline/__init__.py +3 -0
- aws_cdk/aws_codepipeline_actions/__init__.py +3 -0
- aws_cdk/aws_codestar/__init__.py +3 -0
- aws_cdk/aws_codestarconnections/__init__.py +3 -0
- aws_cdk/aws_codestarnotifications/__init__.py +3 -0
- aws_cdk/aws_cognito/__init__.py +3 -0
- aws_cdk/aws_cognito_identitypool/__init__.py +3 -0
- aws_cdk/aws_comprehend/__init__.py +3 -0
- aws_cdk/aws_config/__init__.py +3 -0
- aws_cdk/aws_connect/__init__.py +1232 -2
- aws_cdk/aws_connectcampaigns/__init__.py +3 -0
- aws_cdk/aws_connectcampaignsv2/__init__.py +3 -0
- aws_cdk/aws_controltower/__init__.py +3 -0
- aws_cdk/aws_cur/__init__.py +3 -0
- aws_cdk/aws_customerprofiles/__init__.py +3 -29
- aws_cdk/aws_databrew/__init__.py +3 -0
- aws_cdk/aws_datapipeline/__init__.py +3 -0
- aws_cdk/aws_datasync/__init__.py +3 -0
- aws_cdk/aws_datazone/__init__.py +17 -15
- aws_cdk/aws_dax/__init__.py +3 -0
- aws_cdk/aws_deadline/__init__.py +3 -0
- aws_cdk/aws_detective/__init__.py +3 -0
- aws_cdk/aws_devicefarm/__init__.py +3 -0
- aws_cdk/aws_devopsguru/__init__.py +3 -0
- aws_cdk/aws_directoryservice/__init__.py +3 -0
- aws_cdk/aws_dlm/__init__.py +3 -0
- aws_cdk/aws_dms/__init__.py +3 -0
- aws_cdk/aws_docdb/__init__.py +14 -3
- aws_cdk/aws_docdbelastic/__init__.py +3 -0
- aws_cdk/aws_dsql/__init__.py +3 -0
- aws_cdk/aws_dynamodb/__init__.py +3 -0
- aws_cdk/aws_ec2/__init__.py +106 -40
- aws_cdk/aws_ecr/__init__.py +156 -33
- aws_cdk/aws_ecs/__init__.py +87 -48
- aws_cdk/aws_efs/__init__.py +3 -0
- aws_cdk/aws_eks/__init__.py +3 -58
- aws_cdk/aws_elasticache/__init__.py +3 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancing/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +445 -36
- aws_cdk/aws_elasticsearch/__init__.py +3 -0
- aws_cdk/aws_emr/__init__.py +3 -0
- aws_cdk/aws_emrcontainers/__init__.py +3 -0
- aws_cdk/aws_emrserverless/__init__.py +12 -11
- aws_cdk/aws_entityresolution/__init__.py +3 -0
- aws_cdk/aws_events/__init__.py +73 -29
- aws_cdk/aws_events_targets/__init__.py +3 -0
- aws_cdk/aws_eventschemas/__init__.py +3 -0
- aws_cdk/aws_evidently/__init__.py +3 -0
- aws_cdk/aws_evs/__init__.py +3 -0
- aws_cdk/aws_finspace/__init__.py +3 -0
- aws_cdk/aws_fis/__init__.py +3 -0
- aws_cdk/aws_fms/__init__.py +3 -0
- aws_cdk/aws_forecast/__init__.py +3 -0
- aws_cdk/aws_frauddetector/__init__.py +3 -0
- aws_cdk/aws_fsx/__init__.py +3 -0
- aws_cdk/aws_gamelift/__init__.py +3 -0
- aws_cdk/aws_gameliftstreams/__init__.py +8 -5
- aws_cdk/aws_globalaccelerator/__init__.py +3 -0
- aws_cdk/aws_glue/__init__.py +11 -80
- aws_cdk/aws_grafana/__init__.py +3 -0
- aws_cdk/aws_greengrass/__init__.py +3 -0
- aws_cdk/aws_greengrassv2/__init__.py +3 -0
- aws_cdk/aws_groundstation/__init__.py +3 -0
- aws_cdk/aws_guardduty/__init__.py +3 -0
- aws_cdk/aws_healthimaging/__init__.py +3 -0
- aws_cdk/aws_healthlake/__init__.py +3 -0
- aws_cdk/aws_iam/__init__.py +30 -32
- aws_cdk/aws_identitystore/__init__.py +3 -0
- aws_cdk/aws_imagebuilder/__init__.py +499 -0
- aws_cdk/aws_inspector/__init__.py +3 -0
- aws_cdk/aws_inspectorv2/__init__.py +3 -0
- aws_cdk/aws_internetmonitor/__init__.py +3 -0
- aws_cdk/aws_invoicing/__init__.py +3 -0
- aws_cdk/aws_iot/__init__.py +3 -0
- aws_cdk/aws_iotanalytics/__init__.py +3 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +3 -0
- aws_cdk/aws_iotevents/__init__.py +3 -0
- aws_cdk/aws_iotfleethub/__init__.py +3 -0
- aws_cdk/aws_iotfleetwise/__init__.py +3 -0
- aws_cdk/aws_iotsitewise/__init__.py +3 -0
- aws_cdk/aws_iotthingsgraph/__init__.py +3 -0
- aws_cdk/aws_iottwinmaker/__init__.py +3 -87
- aws_cdk/aws_iotwireless/__init__.py +61 -0
- aws_cdk/aws_ivs/__init__.py +3 -0
- aws_cdk/aws_ivschat/__init__.py +3 -0
- aws_cdk/aws_kafkaconnect/__init__.py +3 -0
- aws_cdk/aws_kendra/__init__.py +3 -58
- aws_cdk/aws_kendraranking/__init__.py +3 -0
- aws_cdk/aws_kinesis/__init__.py +3 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +3 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +3 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +1709 -10
- aws_cdk/aws_kinesisvideo/__init__.py +3 -29
- aws_cdk/aws_kms/__init__.py +3 -0
- aws_cdk/aws_lakeformation/__init__.py +3 -0
- aws_cdk/aws_lambda/__init__.py +14 -7
- aws_cdk/aws_lambda_nodejs/__init__.py +3 -0
- aws_cdk/aws_launchwizard/__init__.py +3 -0
- aws_cdk/aws_lex/__init__.py +3 -29
- aws_cdk/aws_licensemanager/__init__.py +3 -0
- aws_cdk/aws_lightsail/__init__.py +3 -0
- aws_cdk/aws_location/__init__.py +3 -0
- aws_cdk/aws_logs/__init__.py +226 -9
- aws_cdk/aws_lookoutequipment/__init__.py +3 -29
- aws_cdk/aws_lookoutmetrics/__init__.py +3 -0
- aws_cdk/aws_lookoutvision/__init__.py +3 -0
- aws_cdk/aws_m2/__init__.py +3 -0
- aws_cdk/aws_macie/__init__.py +3 -0
- aws_cdk/aws_managedblockchain/__init__.py +3 -0
- aws_cdk/aws_mediaconnect/__init__.py +3 -0
- aws_cdk/aws_mediaconvert/__init__.py +3 -0
- aws_cdk/aws_medialive/__init__.py +171 -33
- aws_cdk/aws_mediapackage/__init__.py +3 -0
- aws_cdk/aws_mediapackagev2/__init__.py +3 -0
- aws_cdk/aws_mediastore/__init__.py +3 -0
- aws_cdk/aws_mediatailor/__init__.py +3 -58
- aws_cdk/aws_memorydb/__init__.py +3 -0
- aws_cdk/aws_mpa/__init__.py +3 -0
- aws_cdk/aws_msk/__init__.py +3 -0
- aws_cdk/aws_mwaa/__init__.py +3 -0
- aws_cdk/aws_neptune/__init__.py +55 -0
- aws_cdk/aws_neptunegraph/__init__.py +3 -0
- aws_cdk/aws_networkfirewall/__init__.py +3 -0
- aws_cdk/aws_networkmanager/__init__.py +3 -0
- aws_cdk/aws_nimblestudio/__init__.py +3 -0
- aws_cdk/aws_notifications/__init__.py +3 -0
- aws_cdk/aws_notificationscontacts/__init__.py +3 -0
- aws_cdk/aws_oam/__init__.py +3 -0
- aws_cdk/aws_observabilityadmin/__init__.py +171 -137
- aws_cdk/aws_odb/__init__.py +4 -1
- aws_cdk/aws_omics/__init__.py +3 -0
- aws_cdk/aws_opensearchserverless/__init__.py +3 -0
- aws_cdk/aws_opensearchservice/__init__.py +3 -0
- aws_cdk/aws_opsworks/__init__.py +3 -0
- aws_cdk/aws_opsworkscm/__init__.py +3 -0
- aws_cdk/aws_organizations/__init__.py +3 -116
- aws_cdk/aws_osis/__init__.py +157 -0
- aws_cdk/aws_panorama/__init__.py +3 -0
- aws_cdk/aws_paymentcryptography/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorad/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorscep/__init__.py +3 -0
- aws_cdk/aws_pcs/__init__.py +3 -0
- aws_cdk/aws_personalize/__init__.py +3 -0
- aws_cdk/aws_pinpoint/__init__.py +3 -58
- aws_cdk/aws_pinpointemail/__init__.py +3 -0
- aws_cdk/aws_pipes/__init__.py +3 -0
- aws_cdk/aws_proton/__init__.py +3 -0
- aws_cdk/aws_qbusiness/__init__.py +3 -174
- aws_cdk/aws_qldb/__init__.py +3 -29
- aws_cdk/aws_quicksight/__init__.py +418 -411
- aws_cdk/aws_ram/__init__.py +3 -0
- aws_cdk/aws_rbin/__init__.py +3 -0
- aws_cdk/aws_rds/__init__.py +42 -19
- aws_cdk/aws_redshift/__init__.py +3 -0
- aws_cdk/aws_redshiftserverless/__init__.py +3 -0
- aws_cdk/aws_refactorspaces/__init__.py +3 -0
- aws_cdk/aws_rekognition/__init__.py +3 -29
- aws_cdk/aws_resiliencehub/__init__.py +3 -0
- aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
- aws_cdk/aws_resourcegroups/__init__.py +3 -0
- aws_cdk/aws_robomaker/__init__.py +3 -0
- aws_cdk/aws_rolesanywhere/__init__.py +3 -0
- aws_cdk/aws_route53/__init__.py +18 -18
- aws_cdk/aws_route53_targets/__init__.py +3 -0
- aws_cdk/aws_route53profiles/__init__.py +3 -0
- aws_cdk/aws_route53recoverycontrol/__init__.py +3 -0
- aws_cdk/aws_route53recoveryreadiness/__init__.py +3 -0
- aws_cdk/aws_route53resolver/__init__.py +11 -4
- aws_cdk/aws_rum/__init__.py +3 -0
- aws_cdk/aws_s3/__init__.py +51 -41
- aws_cdk/aws_s3_deployment/__init__.py +3 -0
- aws_cdk/aws_s3express/__init__.py +3 -0
- aws_cdk/aws_s3objectlambda/__init__.py +3 -0
- aws_cdk/aws_s3outposts/__init__.py +3 -0
- aws_cdk/aws_s3tables/__init__.py +3 -0
- aws_cdk/aws_sagemaker/__init__.py +166 -87
- aws_cdk/aws_sam/__init__.py +3 -0
- aws_cdk/aws_scheduler/__init__.py +3 -29
- aws_cdk/aws_sdb/__init__.py +3 -0
- aws_cdk/aws_secretsmanager/__init__.py +3 -0
- aws_cdk/aws_securityhub/__init__.py +3 -0
- aws_cdk/aws_securitylake/__init__.py +3 -0
- aws_cdk/aws_servicecatalog/__init__.py +136 -124
- aws_cdk/aws_servicecatalogappregistry/__init__.py +3 -0
- aws_cdk/aws_servicediscovery/__init__.py +3 -0
- aws_cdk/aws_ses/__init__.py +3 -0
- aws_cdk/aws_shield/__init__.py +3 -0
- aws_cdk/aws_signer/__init__.py +3 -0
- aws_cdk/aws_simspaceweaver/__init__.py +3 -0
- aws_cdk/aws_smsvoice/__init__.py +3 -29
- aws_cdk/aws_sns/__init__.py +3 -0
- aws_cdk/aws_sqs/__init__.py +3 -0
- aws_cdk/aws_ssm/__init__.py +10 -3
- aws_cdk/aws_ssmcontacts/__init__.py +3 -0
- aws_cdk/aws_ssmguiconnect/__init__.py +3 -0
- aws_cdk/aws_ssmincidents/__init__.py +3 -0
- aws_cdk/aws_ssmquicksetup/__init__.py +467 -0
- aws_cdk/aws_sso/__init__.py +3 -0
- aws_cdk/aws_stepfunctions/__init__.py +9 -12
- aws_cdk/aws_stepfunctions_tasks/__init__.py +6 -3
- aws_cdk/aws_supportapp/__init__.py +3 -0
- aws_cdk/aws_synthetics/__init__.py +59 -26
- aws_cdk/aws_systemsmanagersap/__init__.py +3 -0
- aws_cdk/aws_timestream/__init__.py +3 -29
- aws_cdk/aws_transfer/__init__.py +20 -34
- aws_cdk/aws_verifiedpermissions/__init__.py +3 -0
- aws_cdk/aws_voiceid/__init__.py +3 -0
- aws_cdk/aws_vpclattice/__init__.py +7 -4
- aws_cdk/aws_waf/__init__.py +3 -0
- aws_cdk/aws_wafregional/__init__.py +3 -0
- aws_cdk/aws_wafv2/__init__.py +3 -0
- aws_cdk/aws_wisdom/__init__.py +3 -116
- aws_cdk/aws_workspaces/__init__.py +3 -0
- aws_cdk/aws_workspacesinstances/__init__.py +3 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +3 -0
- aws_cdk/aws_workspacesweb/__init__.py +3 -0
- aws_cdk/aws_xray/__init__.py +3 -0
- aws_cdk/cloud_assembly_schema/__init__.py +3 -0
- aws_cdk/cx_api/__init__.py +34 -0
- aws_cdk/pipelines/__init__.py +3 -0
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +3 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.1.dist-info}/METADATA +2 -2
- aws_cdk_lib-2.221.1.dist-info/RECORD +313 -0
- aws_cdk_lib-2.220.0.dist-info/RECORD +0 -313
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.1.dist-info}/top_level.txt +0 -0
|
@@ -3309,6 +3309,51 @@ class CfnComponent(
|
|
|
3309
3309
|
'''
|
|
3310
3310
|
return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrEncrypted"))
|
|
3311
3311
|
|
|
3312
|
+
@builtins.property
|
|
3313
|
+
@jsii.member(jsii_name="attrLatestVersion")
|
|
3314
|
+
def attr_latest_version(self) -> _IResolvable_da3f097b:
|
|
3315
|
+
'''The latest version references of the component.
|
|
3316
|
+
|
|
3317
|
+
:cloudformationAttribute: LatestVersion
|
|
3318
|
+
'''
|
|
3319
|
+
return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrLatestVersion"))
|
|
3320
|
+
|
|
3321
|
+
@builtins.property
|
|
3322
|
+
@jsii.member(jsii_name="attrLatestVersionArn")
|
|
3323
|
+
def attr_latest_version_arn(self) -> builtins.str:
|
|
3324
|
+
'''The Amazon Resource Name (ARN) of the component.
|
|
3325
|
+
|
|
3326
|
+
:cloudformationAttribute: LatestVersion.Arn
|
|
3327
|
+
'''
|
|
3328
|
+
return typing.cast(builtins.str, jsii.get(self, "attrLatestVersionArn"))
|
|
3329
|
+
|
|
3330
|
+
@builtins.property
|
|
3331
|
+
@jsii.member(jsii_name="attrLatestVersionMajor")
|
|
3332
|
+
def attr_latest_version_major(self) -> builtins.str:
|
|
3333
|
+
'''The latest version ARN of the created component, with the same major version.
|
|
3334
|
+
|
|
3335
|
+
:cloudformationAttribute: LatestVersion.Major
|
|
3336
|
+
'''
|
|
3337
|
+
return typing.cast(builtins.str, jsii.get(self, "attrLatestVersionMajor"))
|
|
3338
|
+
|
|
3339
|
+
@builtins.property
|
|
3340
|
+
@jsii.member(jsii_name="attrLatestVersionMinor")
|
|
3341
|
+
def attr_latest_version_minor(self) -> builtins.str:
|
|
3342
|
+
'''The latest version ARN of the created component, with the same minor version.
|
|
3343
|
+
|
|
3344
|
+
:cloudformationAttribute: LatestVersion.Minor
|
|
3345
|
+
'''
|
|
3346
|
+
return typing.cast(builtins.str, jsii.get(self, "attrLatestVersionMinor"))
|
|
3347
|
+
|
|
3348
|
+
@builtins.property
|
|
3349
|
+
@jsii.member(jsii_name="attrLatestVersionPatch")
|
|
3350
|
+
def attr_latest_version_patch(self) -> builtins.str:
|
|
3351
|
+
'''The latest version ARN of the created component, with the same patch version.
|
|
3352
|
+
|
|
3353
|
+
:cloudformationAttribute: LatestVersion.Patch
|
|
3354
|
+
'''
|
|
3355
|
+
return typing.cast(builtins.str, jsii.get(self, "attrLatestVersionPatch"))
|
|
3356
|
+
|
|
3312
3357
|
@builtins.property
|
|
3313
3358
|
@jsii.member(jsii_name="attrName")
|
|
3314
3359
|
def attr_name(self) -> builtins.str:
|
|
@@ -3482,6 +3527,111 @@ class CfnComponent(
|
|
|
3482
3527
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3483
3528
|
jsii.set(self, "uri", value) # pyright: ignore[reportArgumentType]
|
|
3484
3529
|
|
|
3530
|
+
@jsii.data_type(
|
|
3531
|
+
jsii_type="aws-cdk-lib.aws_imagebuilder.CfnComponent.LatestVersionProperty",
|
|
3532
|
+
jsii_struct_bases=[],
|
|
3533
|
+
name_mapping={
|
|
3534
|
+
"arn": "arn",
|
|
3535
|
+
"major": "major",
|
|
3536
|
+
"minor": "minor",
|
|
3537
|
+
"patch": "patch",
|
|
3538
|
+
},
|
|
3539
|
+
)
|
|
3540
|
+
class LatestVersionProperty:
|
|
3541
|
+
def __init__(
|
|
3542
|
+
self,
|
|
3543
|
+
*,
|
|
3544
|
+
arn: typing.Optional[builtins.str] = None,
|
|
3545
|
+
major: typing.Optional[builtins.str] = None,
|
|
3546
|
+
minor: typing.Optional[builtins.str] = None,
|
|
3547
|
+
patch: typing.Optional[builtins.str] = None,
|
|
3548
|
+
) -> None:
|
|
3549
|
+
'''The latest version references of the component.
|
|
3550
|
+
|
|
3551
|
+
:param arn: The Amazon Resource Name (ARN) of the component.
|
|
3552
|
+
:param major: The latest version ARN of the created component, with the same major version.
|
|
3553
|
+
:param minor: The latest version ARN of the created component, with the same minor version.
|
|
3554
|
+
:param patch: The latest version ARN of the created component, with the same patch version.
|
|
3555
|
+
|
|
3556
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-component-latestversion.html
|
|
3557
|
+
:exampleMetadata: fixture=_generated
|
|
3558
|
+
|
|
3559
|
+
Example::
|
|
3560
|
+
|
|
3561
|
+
# The code below shows an example of how to instantiate this type.
|
|
3562
|
+
# The values are placeholders you should change.
|
|
3563
|
+
from aws_cdk import aws_imagebuilder as imagebuilder
|
|
3564
|
+
|
|
3565
|
+
latest_version_property = imagebuilder.CfnComponent.LatestVersionProperty(
|
|
3566
|
+
arn="arn",
|
|
3567
|
+
major="major",
|
|
3568
|
+
minor="minor",
|
|
3569
|
+
patch="patch"
|
|
3570
|
+
)
|
|
3571
|
+
'''
|
|
3572
|
+
if __debug__:
|
|
3573
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c4e79be107a6e971d25cd09ec63884e7fcb4e59de0b3b3dc1d6ae877cbb0c006)
|
|
3574
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
3575
|
+
check_type(argname="argument major", value=major, expected_type=type_hints["major"])
|
|
3576
|
+
check_type(argname="argument minor", value=minor, expected_type=type_hints["minor"])
|
|
3577
|
+
check_type(argname="argument patch", value=patch, expected_type=type_hints["patch"])
|
|
3578
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
3579
|
+
if arn is not None:
|
|
3580
|
+
self._values["arn"] = arn
|
|
3581
|
+
if major is not None:
|
|
3582
|
+
self._values["major"] = major
|
|
3583
|
+
if minor is not None:
|
|
3584
|
+
self._values["minor"] = minor
|
|
3585
|
+
if patch is not None:
|
|
3586
|
+
self._values["patch"] = patch
|
|
3587
|
+
|
|
3588
|
+
@builtins.property
|
|
3589
|
+
def arn(self) -> typing.Optional[builtins.str]:
|
|
3590
|
+
'''The Amazon Resource Name (ARN) of the component.
|
|
3591
|
+
|
|
3592
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-component-latestversion.html#cfn-imagebuilder-component-latestversion-arn
|
|
3593
|
+
'''
|
|
3594
|
+
result = self._values.get("arn")
|
|
3595
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
3596
|
+
|
|
3597
|
+
@builtins.property
|
|
3598
|
+
def major(self) -> typing.Optional[builtins.str]:
|
|
3599
|
+
'''The latest version ARN of the created component, with the same major version.
|
|
3600
|
+
|
|
3601
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-component-latestversion.html#cfn-imagebuilder-component-latestversion-major
|
|
3602
|
+
'''
|
|
3603
|
+
result = self._values.get("major")
|
|
3604
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
3605
|
+
|
|
3606
|
+
@builtins.property
|
|
3607
|
+
def minor(self) -> typing.Optional[builtins.str]:
|
|
3608
|
+
'''The latest version ARN of the created component, with the same minor version.
|
|
3609
|
+
|
|
3610
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-component-latestversion.html#cfn-imagebuilder-component-latestversion-minor
|
|
3611
|
+
'''
|
|
3612
|
+
result = self._values.get("minor")
|
|
3613
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
3614
|
+
|
|
3615
|
+
@builtins.property
|
|
3616
|
+
def patch(self) -> typing.Optional[builtins.str]:
|
|
3617
|
+
'''The latest version ARN of the created component, with the same patch version.
|
|
3618
|
+
|
|
3619
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-component-latestversion.html#cfn-imagebuilder-component-latestversion-patch
|
|
3620
|
+
'''
|
|
3621
|
+
result = self._values.get("patch")
|
|
3622
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
3623
|
+
|
|
3624
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3625
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3626
|
+
|
|
3627
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3628
|
+
return not (rhs == self)
|
|
3629
|
+
|
|
3630
|
+
def __repr__(self) -> str:
|
|
3631
|
+
return "LatestVersionProperty(%s)" % ", ".join(
|
|
3632
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
3633
|
+
)
|
|
3634
|
+
|
|
3485
3635
|
|
|
3486
3636
|
@jsii.implements(_IInspectable_c2943556, IContainerRecipeRef, _ITaggable_36806126)
|
|
3487
3637
|
class CfnContainerRecipe(
|
|
@@ -5998,6 +6148,59 @@ class CfnImage(
|
|
|
5998
6148
|
'''
|
|
5999
6149
|
return typing.cast(builtins.str, jsii.get(self, "attrImageUri"))
|
|
6000
6150
|
|
|
6151
|
+
@builtins.property
|
|
6152
|
+
@jsii.member(jsii_name="attrLatestVersion")
|
|
6153
|
+
def attr_latest_version(self) -> _IResolvable_da3f097b:
|
|
6154
|
+
'''The latest version references of the image.
|
|
6155
|
+
|
|
6156
|
+
:cloudformationAttribute: LatestVersion
|
|
6157
|
+
'''
|
|
6158
|
+
return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrLatestVersion"))
|
|
6159
|
+
|
|
6160
|
+
@builtins.property
|
|
6161
|
+
@jsii.member(jsii_name="attrLatestVersionArn")
|
|
6162
|
+
def attr_latest_version_arn(self) -> builtins.str:
|
|
6163
|
+
'''The Amazon Resource Name (ARN) of the image.
|
|
6164
|
+
|
|
6165
|
+
.. epigraph::
|
|
6166
|
+
|
|
6167
|
+
Semantic versioning is included in each object's Amazon Resource Name (ARN), at the level that applies to that object as follows:
|
|
6168
|
+
|
|
6169
|
+
- Versionless ARNs and Name ARNs do not include specific values in any of the nodes. The nodes are either left off entirely, or they are specified as wildcards, for example: x.x.x.
|
|
6170
|
+
- Version ARNs have only the first three nodes: ..
|
|
6171
|
+
- Build version ARNs have all four nodes, and point to a specific build for a specific version of an object.
|
|
6172
|
+
|
|
6173
|
+
:cloudformationAttribute: LatestVersion.Arn
|
|
6174
|
+
'''
|
|
6175
|
+
return typing.cast(builtins.str, jsii.get(self, "attrLatestVersionArn"))
|
|
6176
|
+
|
|
6177
|
+
@builtins.property
|
|
6178
|
+
@jsii.member(jsii_name="attrLatestVersionMajor")
|
|
6179
|
+
def attr_latest_version_major(self) -> builtins.str:
|
|
6180
|
+
'''The latest version ARN of the created image, with the same major version.
|
|
6181
|
+
|
|
6182
|
+
:cloudformationAttribute: LatestVersion.Major
|
|
6183
|
+
'''
|
|
6184
|
+
return typing.cast(builtins.str, jsii.get(self, "attrLatestVersionMajor"))
|
|
6185
|
+
|
|
6186
|
+
@builtins.property
|
|
6187
|
+
@jsii.member(jsii_name="attrLatestVersionMinor")
|
|
6188
|
+
def attr_latest_version_minor(self) -> builtins.str:
|
|
6189
|
+
'''The latest version ARN of the created image, with the same minor version.
|
|
6190
|
+
|
|
6191
|
+
:cloudformationAttribute: LatestVersion.Minor
|
|
6192
|
+
'''
|
|
6193
|
+
return typing.cast(builtins.str, jsii.get(self, "attrLatestVersionMinor"))
|
|
6194
|
+
|
|
6195
|
+
@builtins.property
|
|
6196
|
+
@jsii.member(jsii_name="attrLatestVersionPatch")
|
|
6197
|
+
def attr_latest_version_patch(self) -> builtins.str:
|
|
6198
|
+
'''The latest version ARN of the created image, with the same patch version.
|
|
6199
|
+
|
|
6200
|
+
:cloudformationAttribute: LatestVersion.Patch
|
|
6201
|
+
'''
|
|
6202
|
+
return typing.cast(builtins.str, jsii.get(self, "attrLatestVersionPatch"))
|
|
6203
|
+
|
|
6001
6204
|
@builtins.property
|
|
6002
6205
|
@jsii.member(jsii_name="attrName")
|
|
6003
6206
|
def attr_name(self) -> builtins.str:
|
|
@@ -6500,6 +6703,119 @@ class CfnImage(
|
|
|
6500
6703
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
6501
6704
|
)
|
|
6502
6705
|
|
|
6706
|
+
@jsii.data_type(
|
|
6707
|
+
jsii_type="aws-cdk-lib.aws_imagebuilder.CfnImage.LatestVersionProperty",
|
|
6708
|
+
jsii_struct_bases=[],
|
|
6709
|
+
name_mapping={
|
|
6710
|
+
"arn": "arn",
|
|
6711
|
+
"major": "major",
|
|
6712
|
+
"minor": "minor",
|
|
6713
|
+
"patch": "patch",
|
|
6714
|
+
},
|
|
6715
|
+
)
|
|
6716
|
+
class LatestVersionProperty:
|
|
6717
|
+
def __init__(
|
|
6718
|
+
self,
|
|
6719
|
+
*,
|
|
6720
|
+
arn: typing.Optional[builtins.str] = None,
|
|
6721
|
+
major: typing.Optional[builtins.str] = None,
|
|
6722
|
+
minor: typing.Optional[builtins.str] = None,
|
|
6723
|
+
patch: typing.Optional[builtins.str] = None,
|
|
6724
|
+
) -> None:
|
|
6725
|
+
'''The latest version references of the image.
|
|
6726
|
+
|
|
6727
|
+
:param arn: The Amazon Resource Name (ARN) of the image. .. epigraph:: Semantic versioning is included in each object's Amazon Resource Name (ARN), at the level that applies to that object as follows: - Versionless ARNs and Name ARNs do not include specific values in any of the nodes. The nodes are either left off entirely, or they are specified as wildcards, for example: x.x.x. - Version ARNs have only the first three nodes: .. - Build version ARNs have all four nodes, and point to a specific build for a specific version of an object.
|
|
6728
|
+
:param major: The latest version ARN of the created image, with the same major version.
|
|
6729
|
+
:param minor: The latest version ARN of the created image, with the same minor version.
|
|
6730
|
+
:param patch: The latest version ARN of the created image, with the same patch version.
|
|
6731
|
+
|
|
6732
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-latestversion.html
|
|
6733
|
+
:exampleMetadata: fixture=_generated
|
|
6734
|
+
|
|
6735
|
+
Example::
|
|
6736
|
+
|
|
6737
|
+
# The code below shows an example of how to instantiate this type.
|
|
6738
|
+
# The values are placeholders you should change.
|
|
6739
|
+
from aws_cdk import aws_imagebuilder as imagebuilder
|
|
6740
|
+
|
|
6741
|
+
latest_version_property = imagebuilder.CfnImage.LatestVersionProperty(
|
|
6742
|
+
arn="arn",
|
|
6743
|
+
major="major",
|
|
6744
|
+
minor="minor",
|
|
6745
|
+
patch="patch"
|
|
6746
|
+
)
|
|
6747
|
+
'''
|
|
6748
|
+
if __debug__:
|
|
6749
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ae579b3568475007ef3046d31af2cc00ebde2b499245bed681ab762a0fbf9641)
|
|
6750
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
6751
|
+
check_type(argname="argument major", value=major, expected_type=type_hints["major"])
|
|
6752
|
+
check_type(argname="argument minor", value=minor, expected_type=type_hints["minor"])
|
|
6753
|
+
check_type(argname="argument patch", value=patch, expected_type=type_hints["patch"])
|
|
6754
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
6755
|
+
if arn is not None:
|
|
6756
|
+
self._values["arn"] = arn
|
|
6757
|
+
if major is not None:
|
|
6758
|
+
self._values["major"] = major
|
|
6759
|
+
if minor is not None:
|
|
6760
|
+
self._values["minor"] = minor
|
|
6761
|
+
if patch is not None:
|
|
6762
|
+
self._values["patch"] = patch
|
|
6763
|
+
|
|
6764
|
+
@builtins.property
|
|
6765
|
+
def arn(self) -> typing.Optional[builtins.str]:
|
|
6766
|
+
'''The Amazon Resource Name (ARN) of the image.
|
|
6767
|
+
|
|
6768
|
+
.. epigraph::
|
|
6769
|
+
|
|
6770
|
+
Semantic versioning is included in each object's Amazon Resource Name (ARN), at the level that applies to that object as follows:
|
|
6771
|
+
|
|
6772
|
+
- Versionless ARNs and Name ARNs do not include specific values in any of the nodes. The nodes are either left off entirely, or they are specified as wildcards, for example: x.x.x.
|
|
6773
|
+
- Version ARNs have only the first three nodes: ..
|
|
6774
|
+
- Build version ARNs have all four nodes, and point to a specific build for a specific version of an object.
|
|
6775
|
+
|
|
6776
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-latestversion.html#cfn-imagebuilder-image-latestversion-arn
|
|
6777
|
+
'''
|
|
6778
|
+
result = self._values.get("arn")
|
|
6779
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
6780
|
+
|
|
6781
|
+
@builtins.property
|
|
6782
|
+
def major(self) -> typing.Optional[builtins.str]:
|
|
6783
|
+
'''The latest version ARN of the created image, with the same major version.
|
|
6784
|
+
|
|
6785
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-latestversion.html#cfn-imagebuilder-image-latestversion-major
|
|
6786
|
+
'''
|
|
6787
|
+
result = self._values.get("major")
|
|
6788
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
6789
|
+
|
|
6790
|
+
@builtins.property
|
|
6791
|
+
def minor(self) -> typing.Optional[builtins.str]:
|
|
6792
|
+
'''The latest version ARN of the created image, with the same minor version.
|
|
6793
|
+
|
|
6794
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-latestversion.html#cfn-imagebuilder-image-latestversion-minor
|
|
6795
|
+
'''
|
|
6796
|
+
result = self._values.get("minor")
|
|
6797
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
6798
|
+
|
|
6799
|
+
@builtins.property
|
|
6800
|
+
def patch(self) -> typing.Optional[builtins.str]:
|
|
6801
|
+
'''The latest version ARN of the created image, with the same patch version.
|
|
6802
|
+
|
|
6803
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-latestversion.html#cfn-imagebuilder-image-latestversion-patch
|
|
6804
|
+
'''
|
|
6805
|
+
result = self._values.get("patch")
|
|
6806
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
6807
|
+
|
|
6808
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
6809
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
6810
|
+
|
|
6811
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
6812
|
+
return not (rhs == self)
|
|
6813
|
+
|
|
6814
|
+
def __repr__(self) -> str:
|
|
6815
|
+
return "LatestVersionProperty(%s)" % ", ".join(
|
|
6816
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
6817
|
+
)
|
|
6818
|
+
|
|
6503
6819
|
@jsii.data_type(
|
|
6504
6820
|
jsii_type="aws-cdk-lib.aws_imagebuilder.CfnImage.WorkflowConfigurationProperty",
|
|
6505
6821
|
jsii_struct_bases=[],
|
|
@@ -10700,6 +11016,51 @@ class CfnWorkflow(
|
|
|
10700
11016
|
'''
|
|
10701
11017
|
return typing.cast(builtins.str, jsii.get(self, "attrArn"))
|
|
10702
11018
|
|
|
11019
|
+
@builtins.property
|
|
11020
|
+
@jsii.member(jsii_name="attrLatestVersion")
|
|
11021
|
+
def attr_latest_version(self) -> _IResolvable_da3f097b:
|
|
11022
|
+
'''The latest version references of the workflow.
|
|
11023
|
+
|
|
11024
|
+
:cloudformationAttribute: LatestVersion
|
|
11025
|
+
'''
|
|
11026
|
+
return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrLatestVersion"))
|
|
11027
|
+
|
|
11028
|
+
@builtins.property
|
|
11029
|
+
@jsii.member(jsii_name="attrLatestVersionArn")
|
|
11030
|
+
def attr_latest_version_arn(self) -> builtins.str:
|
|
11031
|
+
'''The Amazon Resource Name (ARN) of the workflow resource.
|
|
11032
|
+
|
|
11033
|
+
:cloudformationAttribute: LatestVersion.Arn
|
|
11034
|
+
'''
|
|
11035
|
+
return typing.cast(builtins.str, jsii.get(self, "attrLatestVersionArn"))
|
|
11036
|
+
|
|
11037
|
+
@builtins.property
|
|
11038
|
+
@jsii.member(jsii_name="attrLatestVersionMajor")
|
|
11039
|
+
def attr_latest_version_major(self) -> builtins.str:
|
|
11040
|
+
'''The latest version ARN of the created workflow, with the same major version.
|
|
11041
|
+
|
|
11042
|
+
:cloudformationAttribute: LatestVersion.Major
|
|
11043
|
+
'''
|
|
11044
|
+
return typing.cast(builtins.str, jsii.get(self, "attrLatestVersionMajor"))
|
|
11045
|
+
|
|
11046
|
+
@builtins.property
|
|
11047
|
+
@jsii.member(jsii_name="attrLatestVersionMinor")
|
|
11048
|
+
def attr_latest_version_minor(self) -> builtins.str:
|
|
11049
|
+
'''The latest version ARN of the created workflow, with the same minor version.
|
|
11050
|
+
|
|
11051
|
+
:cloudformationAttribute: LatestVersion.Minor
|
|
11052
|
+
'''
|
|
11053
|
+
return typing.cast(builtins.str, jsii.get(self, "attrLatestVersionMinor"))
|
|
11054
|
+
|
|
11055
|
+
@builtins.property
|
|
11056
|
+
@jsii.member(jsii_name="attrLatestVersionPatch")
|
|
11057
|
+
def attr_latest_version_patch(self) -> builtins.str:
|
|
11058
|
+
'''The latest version ARN of the created workflow, with the same patch version.
|
|
11059
|
+
|
|
11060
|
+
:cloudformationAttribute: LatestVersion.Patch
|
|
11061
|
+
'''
|
|
11062
|
+
return typing.cast(builtins.str, jsii.get(self, "attrLatestVersionPatch"))
|
|
11063
|
+
|
|
10703
11064
|
@builtins.property
|
|
10704
11065
|
@jsii.member(jsii_name="cdkTagManager")
|
|
10705
11066
|
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
@@ -10840,6 +11201,111 @@ class CfnWorkflow(
|
|
|
10840
11201
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10841
11202
|
jsii.set(self, "uri", value) # pyright: ignore[reportArgumentType]
|
|
10842
11203
|
|
|
11204
|
+
@jsii.data_type(
|
|
11205
|
+
jsii_type="aws-cdk-lib.aws_imagebuilder.CfnWorkflow.LatestVersionProperty",
|
|
11206
|
+
jsii_struct_bases=[],
|
|
11207
|
+
name_mapping={
|
|
11208
|
+
"arn": "arn",
|
|
11209
|
+
"major": "major",
|
|
11210
|
+
"minor": "minor",
|
|
11211
|
+
"patch": "patch",
|
|
11212
|
+
},
|
|
11213
|
+
)
|
|
11214
|
+
class LatestVersionProperty:
|
|
11215
|
+
def __init__(
|
|
11216
|
+
self,
|
|
11217
|
+
*,
|
|
11218
|
+
arn: typing.Optional[builtins.str] = None,
|
|
11219
|
+
major: typing.Optional[builtins.str] = None,
|
|
11220
|
+
minor: typing.Optional[builtins.str] = None,
|
|
11221
|
+
patch: typing.Optional[builtins.str] = None,
|
|
11222
|
+
) -> None:
|
|
11223
|
+
'''The latest version references of the workflow.
|
|
11224
|
+
|
|
11225
|
+
:param arn: The Amazon Resource Name (ARN) of the workflow resource.
|
|
11226
|
+
:param major: The latest version ARN of the created workflow, with the same major version.
|
|
11227
|
+
:param minor: The latest version ARN of the created workflow, with the same minor version.
|
|
11228
|
+
:param patch: The latest version ARN of the created workflow, with the same patch version.
|
|
11229
|
+
|
|
11230
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-workflow-latestversion.html
|
|
11231
|
+
:exampleMetadata: fixture=_generated
|
|
11232
|
+
|
|
11233
|
+
Example::
|
|
11234
|
+
|
|
11235
|
+
# The code below shows an example of how to instantiate this type.
|
|
11236
|
+
# The values are placeholders you should change.
|
|
11237
|
+
from aws_cdk import aws_imagebuilder as imagebuilder
|
|
11238
|
+
|
|
11239
|
+
latest_version_property = imagebuilder.CfnWorkflow.LatestVersionProperty(
|
|
11240
|
+
arn="arn",
|
|
11241
|
+
major="major",
|
|
11242
|
+
minor="minor",
|
|
11243
|
+
patch="patch"
|
|
11244
|
+
)
|
|
11245
|
+
'''
|
|
11246
|
+
if __debug__:
|
|
11247
|
+
type_hints = typing.get_type_hints(_typecheckingstub__181e93585176bbdf701a08d6598ff0f6dc84c063978f7194f7ad1ba3ef2612fe)
|
|
11248
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
11249
|
+
check_type(argname="argument major", value=major, expected_type=type_hints["major"])
|
|
11250
|
+
check_type(argname="argument minor", value=minor, expected_type=type_hints["minor"])
|
|
11251
|
+
check_type(argname="argument patch", value=patch, expected_type=type_hints["patch"])
|
|
11252
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
11253
|
+
if arn is not None:
|
|
11254
|
+
self._values["arn"] = arn
|
|
11255
|
+
if major is not None:
|
|
11256
|
+
self._values["major"] = major
|
|
11257
|
+
if minor is not None:
|
|
11258
|
+
self._values["minor"] = minor
|
|
11259
|
+
if patch is not None:
|
|
11260
|
+
self._values["patch"] = patch
|
|
11261
|
+
|
|
11262
|
+
@builtins.property
|
|
11263
|
+
def arn(self) -> typing.Optional[builtins.str]:
|
|
11264
|
+
'''The Amazon Resource Name (ARN) of the workflow resource.
|
|
11265
|
+
|
|
11266
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-workflow-latestversion.html#cfn-imagebuilder-workflow-latestversion-arn
|
|
11267
|
+
'''
|
|
11268
|
+
result = self._values.get("arn")
|
|
11269
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
11270
|
+
|
|
11271
|
+
@builtins.property
|
|
11272
|
+
def major(self) -> typing.Optional[builtins.str]:
|
|
11273
|
+
'''The latest version ARN of the created workflow, with the same major version.
|
|
11274
|
+
|
|
11275
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-workflow-latestversion.html#cfn-imagebuilder-workflow-latestversion-major
|
|
11276
|
+
'''
|
|
11277
|
+
result = self._values.get("major")
|
|
11278
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
11279
|
+
|
|
11280
|
+
@builtins.property
|
|
11281
|
+
def minor(self) -> typing.Optional[builtins.str]:
|
|
11282
|
+
'''The latest version ARN of the created workflow, with the same minor version.
|
|
11283
|
+
|
|
11284
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-workflow-latestversion.html#cfn-imagebuilder-workflow-latestversion-minor
|
|
11285
|
+
'''
|
|
11286
|
+
result = self._values.get("minor")
|
|
11287
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
11288
|
+
|
|
11289
|
+
@builtins.property
|
|
11290
|
+
def patch(self) -> typing.Optional[builtins.str]:
|
|
11291
|
+
'''The latest version ARN of the created workflow, with the same patch version.
|
|
11292
|
+
|
|
11293
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-workflow-latestversion.html#cfn-imagebuilder-workflow-latestversion-patch
|
|
11294
|
+
'''
|
|
11295
|
+
result = self._values.get("patch")
|
|
11296
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
11297
|
+
|
|
11298
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
11299
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
11300
|
+
|
|
11301
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
11302
|
+
return not (rhs == self)
|
|
11303
|
+
|
|
11304
|
+
def __repr__(self) -> str:
|
|
11305
|
+
return "LatestVersionProperty(%s)" % ", ".join(
|
|
11306
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
11307
|
+
)
|
|
11308
|
+
|
|
10843
11309
|
|
|
10844
11310
|
__all__ = [
|
|
10845
11311
|
"CfnComponent",
|
|
@@ -11185,6 +11651,16 @@ def _typecheckingstub__6efe7a7fb79c1c8d2effb9d5fa5a6b2b46eefe80a1dce4011093db23e
|
|
|
11185
11651
|
"""Type checking stubs"""
|
|
11186
11652
|
pass
|
|
11187
11653
|
|
|
11654
|
+
def _typecheckingstub__c4e79be107a6e971d25cd09ec63884e7fcb4e59de0b3b3dc1d6ae877cbb0c006(
|
|
11655
|
+
*,
|
|
11656
|
+
arn: typing.Optional[builtins.str] = None,
|
|
11657
|
+
major: typing.Optional[builtins.str] = None,
|
|
11658
|
+
minor: typing.Optional[builtins.str] = None,
|
|
11659
|
+
patch: typing.Optional[builtins.str] = None,
|
|
11660
|
+
) -> None:
|
|
11661
|
+
"""Type checking stubs"""
|
|
11662
|
+
pass
|
|
11663
|
+
|
|
11188
11664
|
def _typecheckingstub__3c468d5dd819e845b41b9c236fc6bca416c9fb91fff1a793739f89182c73cf78(
|
|
11189
11665
|
scope: _constructs_77d1e7e8.Construct,
|
|
11190
11666
|
id: builtins.str,
|
|
@@ -11639,6 +12115,16 @@ def _typecheckingstub__e8cfede11f4b11fc577c8fddf9438af7db50acddcb364073adeaf606a
|
|
|
11639
12115
|
"""Type checking stubs"""
|
|
11640
12116
|
pass
|
|
11641
12117
|
|
|
12118
|
+
def _typecheckingstub__ae579b3568475007ef3046d31af2cc00ebde2b499245bed681ab762a0fbf9641(
|
|
12119
|
+
*,
|
|
12120
|
+
arn: typing.Optional[builtins.str] = None,
|
|
12121
|
+
major: typing.Optional[builtins.str] = None,
|
|
12122
|
+
minor: typing.Optional[builtins.str] = None,
|
|
12123
|
+
patch: typing.Optional[builtins.str] = None,
|
|
12124
|
+
) -> None:
|
|
12125
|
+
"""Type checking stubs"""
|
|
12126
|
+
pass
|
|
12127
|
+
|
|
11642
12128
|
def _typecheckingstub__a82febc1a7fafa923553117d043e1c9475f024e84431a24b2b8a4d66c3a73ed6(
|
|
11643
12129
|
*,
|
|
11644
12130
|
on_failure: typing.Optional[builtins.str] = None,
|
|
@@ -12381,3 +12867,16 @@ def _typecheckingstub__2e36c0e0583778b96be119919e9f8e273d4b8ff0bfa5e58c3049f2cc8
|
|
|
12381
12867
|
) -> None:
|
|
12382
12868
|
"""Type checking stubs"""
|
|
12383
12869
|
pass
|
|
12870
|
+
|
|
12871
|
+
def _typecheckingstub__181e93585176bbdf701a08d6598ff0f6dc84c063978f7194f7ad1ba3ef2612fe(
|
|
12872
|
+
*,
|
|
12873
|
+
arn: typing.Optional[builtins.str] = None,
|
|
12874
|
+
major: typing.Optional[builtins.str] = None,
|
|
12875
|
+
minor: typing.Optional[builtins.str] = None,
|
|
12876
|
+
patch: typing.Optional[builtins.str] = None,
|
|
12877
|
+
) -> None:
|
|
12878
|
+
"""Type checking stubs"""
|
|
12879
|
+
pass
|
|
12880
|
+
|
|
12881
|
+
for cls in [IComponentRef, IContainerRecipeRef, IDistributionConfigurationRef, IImagePipelineRef, IImageRecipeRef, IImageRef, IInfrastructureConfigurationRef, ILifecyclePolicyRef, IWorkflowRef]:
|
|
12882
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -1400,3 +1400,6 @@ def _typecheckingstub__655fc060449fbf4c2bf808e3890ed0325d7694a9273187b0d9c458a3c
|
|
|
1400
1400
|
) -> None:
|
|
1401
1401
|
"""Type checking stubs"""
|
|
1402
1402
|
pass
|
|
1403
|
+
|
|
1404
|
+
for cls in [IAssessmentTargetRef, IAssessmentTemplate, IAssessmentTemplateRef, IResourceGroupRef]:
|
|
1405
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -5480,3 +5480,6 @@ def _typecheckingstub__d081b1255c15164560e59790e612b8f1e2382868fcbfff794be0ca614
|
|
|
5480
5480
|
) -> None:
|
|
5481
5481
|
"""Type checking stubs"""
|
|
5482
5482
|
pass
|
|
5483
|
+
|
|
5484
|
+
for cls in [ICisScanConfigurationRef, ICodeSecurityIntegrationRef, ICodeSecurityScanConfigurationRef, IFilterRef]:
|
|
5485
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -1488,3 +1488,6 @@ def _typecheckingstub__3ea826525df0e7912a2b2f0156891d9d00bda155e8b35634621c6e059
|
|
|
1488
1488
|
) -> None:
|
|
1489
1489
|
"""Type checking stubs"""
|
|
1490
1490
|
pass
|
|
1491
|
+
|
|
1492
|
+
for cls in [IMonitorRef]:
|
|
1493
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -780,3 +780,6 @@ def _typecheckingstub__8558be1d7f9b75065f54979d9fa00436e977578b77550f4c1d3e32a6b
|
|
|
780
780
|
) -> None:
|
|
781
781
|
"""Type checking stubs"""
|
|
782
782
|
pass
|
|
783
|
+
|
|
784
|
+
for cls in [IInvoiceUnitRef]:
|
|
785
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_iot/__init__.py
CHANGED
|
@@ -29084,3 +29084,6 @@ def _typecheckingstub__91cd844cdd4eed473307ab1f4d7547c8e6bbd690302e69147a6fca835
|
|
|
29084
29084
|
) -> None:
|
|
29085
29085
|
"""Type checking stubs"""
|
|
29086
29086
|
pass
|
|
29087
|
+
|
|
29088
|
+
for cls in [IAccountAuditConfigurationRef, IAuthorizerRef, IBillingGroupRef, ICACertificateRef, ICertificateProviderRef, ICertificateRef, ICommandRef, ICustomMetricRef, IDimensionRef, IDomainConfigurationRef, IEncryptionConfigurationRef, IFleetMetricRef, IJobTemplateRef, ILoggingRef, IMitigationActionRef, IPolicyPrincipalAttachmentRef, IPolicyRef, IProvisioningTemplateRef, IResourceSpecificLoggingRef, IRoleAliasRef, IScheduledAuditRef, ISecurityProfileRef, ISoftwarePackageRef, ISoftwarePackageVersionRef, IThingGroupRef, IThingPrincipalAttachmentRef, IThingRef, IThingTypeRef, ITopicRuleDestinationRef, ITopicRuleRef]:
|
|
29089
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -7410,3 +7410,6 @@ def _typecheckingstub__32451c3e1df1197b5950a71e851820554a3321946c3ba2be585d73c0f
|
|
|
7410
7410
|
) -> None:
|
|
7411
7411
|
"""Type checking stubs"""
|
|
7412
7412
|
pass
|
|
7413
|
+
|
|
7414
|
+
for cls in [IChannelRef, IDatasetRef, IDatastoreRef, IPipelineRef]:
|
|
7415
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -793,3 +793,6 @@ def _typecheckingstub__ca9dfe56a34afc7e2b0f82879e2d57319c1c636afc88023fc9e530655
|
|
|
793
793
|
) -> None:
|
|
794
794
|
"""Type checking stubs"""
|
|
795
795
|
pass
|
|
796
|
+
|
|
797
|
+
for cls in [ISuiteDefinitionRef]:
|
|
798
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -8395,3 +8395,6 @@ def _typecheckingstub__f28aaf2329f3541c2ea510b4c542b475eeb9d677b36275d8bffa1b5c4
|
|
|
8395
8395
|
) -> None:
|
|
8396
8396
|
"""Type checking stubs"""
|
|
8397
8397
|
pass
|
|
8398
|
+
|
|
8399
|
+
for cls in [IAlarmModelRef, IDetectorModelRef, IInputRef]:
|
|
8400
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -662,3 +662,6 @@ def _typecheckingstub__7b43c026e02cc2c3b3b72623cb3ba7d19a57e7fc258e370d84051f810
|
|
|
662
662
|
) -> None:
|
|
663
663
|
"""Type checking stubs"""
|
|
664
664
|
pass
|
|
665
|
+
|
|
666
|
+
for cls in [IApplicationRef]:
|
|
667
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -9832,3 +9832,6 @@ def _typecheckingstub__9b611088881b0facef1ec2b4be3ae8a9434e0cbd3be7d744ebbf90a96
|
|
|
9832
9832
|
) -> None:
|
|
9833
9833
|
"""Type checking stubs"""
|
|
9834
9834
|
pass
|
|
9835
|
+
|
|
9836
|
+
for cls in [ICampaignRef, IDecoderManifestRef, IFleetRef, IModelManifestRef, ISignalCatalogRef, IStateTemplateRef, IVehicleRef]:
|
|
9837
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -10032,3 +10032,6 @@ def _typecheckingstub__bcb700fa41df1dfaa6c4cfad19b3a4f56b9aa96ef4b6e315d990eb0a2
|
|
|
10032
10032
|
) -> None:
|
|
10033
10033
|
"""Type checking stubs"""
|
|
10034
10034
|
pass
|
|
10035
|
+
|
|
10036
|
+
for cls in [IAccessPolicyRef, IAssetModelRef, IAssetRef, IComputationModelRef, IDashboardRef, IDatasetRef, IGatewayRef, IPortalRef, IProjectRef]:
|
|
10037
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -496,3 +496,6 @@ def _typecheckingstub__86e3976bedecf4f22f1a5d091e02ce3ae2c59b35197b46802f0c02733
|
|
|
496
496
|
) -> None:
|
|
497
497
|
"""Type checking stubs"""
|
|
498
498
|
pass
|
|
499
|
+
|
|
500
|
+
for cls in [IFlowTemplateRef]:
|
|
501
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|