aws-cdk-lib 2.219.0__py3-none-any.whl → 2.221.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 +33 -35
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.219.0.jsii.tgz → aws-cdk-lib@2.221.0.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 +453 -2
- 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 +11 -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 +32 -29
- aws_cdk/aws_backupgateway/__init__.py +3 -0
- aws_cdk/aws_batch/__init__.py +112 -7
- aws_cdk/aws_bcmdataexports/__init__.py +3 -0
- aws_cdk/aws_bedrock/__init__.py +53 -45
- aws_cdk/aws_bedrockagentcore/__init__.py +8499 -1732
- 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_cloudfront/experimental/__init__.py +4 -0
- aws_cdk/aws_cloudfront_origins/__init__.py +87 -6
- aws_cdk/aws_cloudtrail/__init__.py +3 -0
- aws_cdk/aws_cloudwatch/__init__.py +8 -5
- 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 +9 -4
- 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 +15 -3
- 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 +32 -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 +205 -48
- aws_cdk/aws_ecr/__init__.py +156 -33
- aws_cdk/aws_ecs/__init__.py +429 -182
- aws_cdk/aws_efs/__init__.py +3 -0
- aws_cdk/aws_eks/__init__.py +117 -67
- 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 +7 -4
- 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 +896 -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 +139 -80
- 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 +98 -4
- 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 +57 -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 +587 -0
- aws_cdk/aws_location/__init__.py +3 -0
- aws_cdk/aws_logs/__init__.py +283 -9
- aws_cdk/aws_lookoutequipment/__init__.py +3 -29
- aws_cdk/aws_lookoutmetrics/__init__.py +17 -2
- aws_cdk/aws_lookoutvision/__init__.py +3 -0
- aws_cdk/aws_m2/__init__.py +62 -13
- 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 +279 -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 +8 -5
- aws_cdk/aws_neptune/__init__.py +188 -70
- aws_cdk/aws_neptunegraph/__init__.py +3 -0
- aws_cdk/aws_networkfirewall/__init__.py +3 -0
- aws_cdk/aws_networkmanager/__init__.py +32 -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 +1365 -187
- aws_cdk/aws_odb/__init__.py +4 -1
- aws_cdk/aws_omics/__init__.py +10 -1
- aws_cdk/aws_opensearchserverless/__init__.py +3 -0
- aws_cdk/aws_opensearchservice/__init__.py +9 -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 +227 -33
- aws_cdk/aws_personalize/__init__.py +3 -0
- aws_cdk/aws_pinpoint/__init__.py +61 -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 +493 -406
- aws_cdk/aws_ram/__init__.py +3 -0
- aws_cdk/aws_rbin/__init__.py +3 -0
- aws_cdk/aws_rds/__init__.py +71 -42
- aws_cdk/aws_redshift/__init__.py +3 -0
- aws_cdk/aws_redshiftserverless/__init__.py +3 -0
- aws_cdk/aws_refactorspaces/__init__.py +21 -6
- 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 +148 -24
- 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 +80 -43
- aws_cdk/aws_s3_deployment/__init__.py +3 -0
- aws_cdk/aws_s3express/__init__.py +3 -0
- aws_cdk/aws_s3objectlambda/__init__.py +47 -12
- 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 +161 -144
- 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 +470 -3
- aws_cdk/aws_sso/__init__.py +3 -0
- aws_cdk/aws_stepfunctions/__init__.py +23 -19
- aws_cdk/aws_stepfunctions_tasks/__init__.py +6 -3
- aws_cdk/aws_supportapp/__init__.py +3 -0
- aws_cdk/aws_synthetics/__init__.py +80 -27
- 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.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/METADATA +2 -2
- aws_cdk_lib-2.221.0.dist-info/RECORD +313 -0
- aws_cdk_lib-2.219.0.dist-info/RECORD +0 -313
- {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/top_level.txt +0 -0
|
@@ -789,6 +789,7 @@ class CfnDistributionConfigurationProps:
|
|
|
789
789
|
"image_recipe_arn": "imageRecipeArn",
|
|
790
790
|
"image_scanning_configuration": "imageScanningConfiguration",
|
|
791
791
|
"image_tests_configuration": "imageTestsConfiguration",
|
|
792
|
+
"logging_configuration": "loggingConfiguration",
|
|
792
793
|
"schedule": "schedule",
|
|
793
794
|
"status": "status",
|
|
794
795
|
"tags": "tags",
|
|
@@ -809,6 +810,7 @@ class CfnImagePipelineProps:
|
|
|
809
810
|
image_recipe_arn: typing.Optional[builtins.str] = None,
|
|
810
811
|
image_scanning_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImagePipeline.ImageScanningConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
811
812
|
image_tests_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImagePipeline.ImageTestsConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
813
|
+
logging_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImagePipeline.PipelineLoggingConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
812
814
|
schedule: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImagePipeline.ScheduleProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
813
815
|
status: typing.Optional[builtins.str] = None,
|
|
814
816
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
@@ -826,6 +828,7 @@ class CfnImagePipelineProps:
|
|
|
826
828
|
:param image_recipe_arn: The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
|
|
827
829
|
:param image_scanning_configuration: Contains settings for vulnerability scans.
|
|
828
830
|
:param image_tests_configuration: The configuration of the image tests that run after image creation to ensure the quality of the image that was created.
|
|
831
|
+
:param logging_configuration: Defines logging configuration for the output image.
|
|
829
832
|
:param schedule: The schedule of the image pipeline. A schedule configures how often and when a pipeline automatically creates a new image.
|
|
830
833
|
:param status: The status of the image pipeline.
|
|
831
834
|
:param tags: The tags of this image pipeline.
|
|
@@ -862,7 +865,14 @@ class CfnImagePipelineProps:
|
|
|
862
865
|
image_tests_enabled=False,
|
|
863
866
|
timeout_minutes=123
|
|
864
867
|
),
|
|
868
|
+
logging_configuration=imagebuilder.CfnImagePipeline.PipelineLoggingConfigurationProperty(
|
|
869
|
+
image_log_group_name="imageLogGroupName",
|
|
870
|
+
pipeline_log_group_name="pipelineLogGroupName"
|
|
871
|
+
),
|
|
865
872
|
schedule=imagebuilder.CfnImagePipeline.ScheduleProperty(
|
|
873
|
+
auto_disable_policy=imagebuilder.CfnImagePipeline.AutoDisablePolicyProperty(
|
|
874
|
+
failure_count=123
|
|
875
|
+
),
|
|
866
876
|
pipeline_execution_start_condition="pipelineExecutionStartCondition",
|
|
867
877
|
schedule_expression="scheduleExpression"
|
|
868
878
|
),
|
|
@@ -893,6 +903,7 @@ class CfnImagePipelineProps:
|
|
|
893
903
|
check_type(argname="argument image_recipe_arn", value=image_recipe_arn, expected_type=type_hints["image_recipe_arn"])
|
|
894
904
|
check_type(argname="argument image_scanning_configuration", value=image_scanning_configuration, expected_type=type_hints["image_scanning_configuration"])
|
|
895
905
|
check_type(argname="argument image_tests_configuration", value=image_tests_configuration, expected_type=type_hints["image_tests_configuration"])
|
|
906
|
+
check_type(argname="argument logging_configuration", value=logging_configuration, expected_type=type_hints["logging_configuration"])
|
|
896
907
|
check_type(argname="argument schedule", value=schedule, expected_type=type_hints["schedule"])
|
|
897
908
|
check_type(argname="argument status", value=status, expected_type=type_hints["status"])
|
|
898
909
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
@@ -917,6 +928,8 @@ class CfnImagePipelineProps:
|
|
|
917
928
|
self._values["image_scanning_configuration"] = image_scanning_configuration
|
|
918
929
|
if image_tests_configuration is not None:
|
|
919
930
|
self._values["image_tests_configuration"] = image_tests_configuration
|
|
931
|
+
if logging_configuration is not None:
|
|
932
|
+
self._values["logging_configuration"] = logging_configuration
|
|
920
933
|
if schedule is not None:
|
|
921
934
|
self._values["schedule"] = schedule
|
|
922
935
|
if status is not None:
|
|
@@ -1026,6 +1039,17 @@ class CfnImagePipelineProps:
|
|
|
1026
1039
|
result = self._values.get("image_tests_configuration")
|
|
1027
1040
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnImagePipeline.ImageTestsConfigurationProperty"]], result)
|
|
1028
1041
|
|
|
1042
|
+
@builtins.property
|
|
1043
|
+
def logging_configuration(
|
|
1044
|
+
self,
|
|
1045
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnImagePipeline.PipelineLoggingConfigurationProperty"]]:
|
|
1046
|
+
'''Defines logging configuration for the output image.
|
|
1047
|
+
|
|
1048
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-loggingconfiguration
|
|
1049
|
+
'''
|
|
1050
|
+
result = self._values.get("logging_configuration")
|
|
1051
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnImagePipeline.PipelineLoggingConfigurationProperty"]], result)
|
|
1052
|
+
|
|
1029
1053
|
@builtins.property
|
|
1030
1054
|
def schedule(
|
|
1031
1055
|
self,
|
|
@@ -1092,6 +1116,7 @@ class CfnImagePipelineProps:
|
|
|
1092
1116
|
"image_scanning_configuration": "imageScanningConfiguration",
|
|
1093
1117
|
"image_tests_configuration": "imageTestsConfiguration",
|
|
1094
1118
|
"infrastructure_configuration_arn": "infrastructureConfigurationArn",
|
|
1119
|
+
"logging_configuration": "loggingConfiguration",
|
|
1095
1120
|
"tags": "tags",
|
|
1096
1121
|
"workflows": "workflows",
|
|
1097
1122
|
},
|
|
@@ -1108,6 +1133,7 @@ class CfnImageProps:
|
|
|
1108
1133
|
image_scanning_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImage.ImageScanningConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1109
1134
|
image_tests_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImage.ImageTestsConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1110
1135
|
infrastructure_configuration_arn: typing.Optional[builtins.str] = None,
|
|
1136
|
+
logging_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImage.ImageLoggingConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1111
1137
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
1112
1138
|
workflows: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImage.WorkflowConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1113
1139
|
) -> None:
|
|
@@ -1121,6 +1147,7 @@ class CfnImageProps:
|
|
|
1121
1147
|
:param image_scanning_configuration: Contains settings for vulnerability scans.
|
|
1122
1148
|
:param image_tests_configuration: The image tests configuration of the image.
|
|
1123
1149
|
:param infrastructure_configuration_arn: The Amazon Resource Name (ARN) of the infrastructure configuration that defines the environment in which your image will be built and tested.
|
|
1150
|
+
:param logging_configuration: The logging configuration that's defined for the image. Image Builder uses the defined settings to direct execution log output during image creation.
|
|
1124
1151
|
:param tags: The tags of the image.
|
|
1125
1152
|
:param workflows: Contains an array of workflow configuration objects.
|
|
1126
1153
|
|
|
@@ -1151,6 +1178,9 @@ class CfnImageProps:
|
|
|
1151
1178
|
timeout_minutes=123
|
|
1152
1179
|
),
|
|
1153
1180
|
infrastructure_configuration_arn="infrastructureConfigurationArn",
|
|
1181
|
+
logging_configuration=imagebuilder.CfnImage.ImageLoggingConfigurationProperty(
|
|
1182
|
+
log_group_name="logGroupName"
|
|
1183
|
+
),
|
|
1154
1184
|
tags={
|
|
1155
1185
|
"tags_key": "tags"
|
|
1156
1186
|
},
|
|
@@ -1175,6 +1205,7 @@ class CfnImageProps:
|
|
|
1175
1205
|
check_type(argname="argument image_scanning_configuration", value=image_scanning_configuration, expected_type=type_hints["image_scanning_configuration"])
|
|
1176
1206
|
check_type(argname="argument image_tests_configuration", value=image_tests_configuration, expected_type=type_hints["image_tests_configuration"])
|
|
1177
1207
|
check_type(argname="argument infrastructure_configuration_arn", value=infrastructure_configuration_arn, expected_type=type_hints["infrastructure_configuration_arn"])
|
|
1208
|
+
check_type(argname="argument logging_configuration", value=logging_configuration, expected_type=type_hints["logging_configuration"])
|
|
1178
1209
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
1179
1210
|
check_type(argname="argument workflows", value=workflows, expected_type=type_hints["workflows"])
|
|
1180
1211
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
@@ -1194,6 +1225,8 @@ class CfnImageProps:
|
|
|
1194
1225
|
self._values["image_tests_configuration"] = image_tests_configuration
|
|
1195
1226
|
if infrastructure_configuration_arn is not None:
|
|
1196
1227
|
self._values["infrastructure_configuration_arn"] = infrastructure_configuration_arn
|
|
1228
|
+
if logging_configuration is not None:
|
|
1229
|
+
self._values["logging_configuration"] = logging_configuration
|
|
1197
1230
|
if tags is not None:
|
|
1198
1231
|
self._values["tags"] = tags
|
|
1199
1232
|
if workflows is not None:
|
|
@@ -1279,6 +1312,19 @@ class CfnImageProps:
|
|
|
1279
1312
|
result = self._values.get("infrastructure_configuration_arn")
|
|
1280
1313
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
1281
1314
|
|
|
1315
|
+
@builtins.property
|
|
1316
|
+
def logging_configuration(
|
|
1317
|
+
self,
|
|
1318
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnImage.ImageLoggingConfigurationProperty"]]:
|
|
1319
|
+
'''The logging configuration that's defined for the image.
|
|
1320
|
+
|
|
1321
|
+
Image Builder uses the defined settings to direct execution log output during image creation.
|
|
1322
|
+
|
|
1323
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-loggingconfiguration
|
|
1324
|
+
'''
|
|
1325
|
+
result = self._values.get("logging_configuration")
|
|
1326
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnImage.ImageLoggingConfigurationProperty"]], result)
|
|
1327
|
+
|
|
1282
1328
|
@builtins.property
|
|
1283
1329
|
def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
|
|
1284
1330
|
'''The tags of the image.
|
|
@@ -1320,6 +1366,7 @@ class CfnImageProps:
|
|
|
1320
1366
|
"parent_image": "parentImage",
|
|
1321
1367
|
"version": "version",
|
|
1322
1368
|
"additional_instance_configuration": "additionalInstanceConfiguration",
|
|
1369
|
+
"ami_tags": "amiTags",
|
|
1323
1370
|
"block_device_mappings": "blockDeviceMappings",
|
|
1324
1371
|
"description": "description",
|
|
1325
1372
|
"tags": "tags",
|
|
@@ -1335,6 +1382,7 @@ class CfnImageRecipeProps:
|
|
|
1335
1382
|
parent_image: builtins.str,
|
|
1336
1383
|
version: builtins.str,
|
|
1337
1384
|
additional_instance_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImageRecipe.AdditionalInstanceConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1385
|
+
ami_tags: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
1338
1386
|
block_device_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImageRecipe.InstanceBlockDeviceMappingProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1339
1387
|
description: typing.Optional[builtins.str] = None,
|
|
1340
1388
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
@@ -1347,6 +1395,7 @@ class CfnImageRecipeProps:
|
|
|
1347
1395
|
:param parent_image: The base image for customizations specified in the image recipe. You can specify the parent image using one of the following options: - AMI ID - Image Builder image Amazon Resource Name (ARN) - AWS Systems Manager (SSM) Parameter Store Parameter, prefixed by ``ssm:`` , followed by the parameter name or ARN. - AWS Marketplace product ID
|
|
1348
1396
|
:param version: The version of the image recipe.
|
|
1349
1397
|
:param additional_instance_configuration: Before you create a new AMI, Image Builder launches temporary Amazon EC2 instances to build and test your image configuration. Instance configuration adds a layer of control over those instances. You can define settings and add scripts to run when an instance is launched from your AMI.
|
|
1398
|
+
:param ami_tags: Tags that are applied to the AMI that Image Builder creates during the Build phase prior to image distribution.
|
|
1350
1399
|
:param block_device_mappings: The block device mappings to apply when creating images from this recipe.
|
|
1351
1400
|
:param description: The description of the image recipe.
|
|
1352
1401
|
:param tags: The tags of the image recipe.
|
|
@@ -1380,6 +1429,9 @@ class CfnImageRecipeProps:
|
|
|
1380
1429
|
),
|
|
1381
1430
|
user_data_override="userDataOverride"
|
|
1382
1431
|
),
|
|
1432
|
+
ami_tags={
|
|
1433
|
+
"ami_tags_key": "amiTags"
|
|
1434
|
+
},
|
|
1383
1435
|
block_device_mappings=[imagebuilder.CfnImageRecipe.InstanceBlockDeviceMappingProperty(
|
|
1384
1436
|
device_name="deviceName",
|
|
1385
1437
|
ebs=imagebuilder.CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty(
|
|
@@ -1409,6 +1461,7 @@ class CfnImageRecipeProps:
|
|
|
1409
1461
|
check_type(argname="argument parent_image", value=parent_image, expected_type=type_hints["parent_image"])
|
|
1410
1462
|
check_type(argname="argument version", value=version, expected_type=type_hints["version"])
|
|
1411
1463
|
check_type(argname="argument additional_instance_configuration", value=additional_instance_configuration, expected_type=type_hints["additional_instance_configuration"])
|
|
1464
|
+
check_type(argname="argument ami_tags", value=ami_tags, expected_type=type_hints["ami_tags"])
|
|
1412
1465
|
check_type(argname="argument block_device_mappings", value=block_device_mappings, expected_type=type_hints["block_device_mappings"])
|
|
1413
1466
|
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
1414
1467
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
@@ -1421,6 +1474,8 @@ class CfnImageRecipeProps:
|
|
|
1421
1474
|
}
|
|
1422
1475
|
if additional_instance_configuration is not None:
|
|
1423
1476
|
self._values["additional_instance_configuration"] = additional_instance_configuration
|
|
1477
|
+
if ami_tags is not None:
|
|
1478
|
+
self._values["ami_tags"] = ami_tags
|
|
1424
1479
|
if block_device_mappings is not None:
|
|
1425
1480
|
self._values["block_device_mappings"] = block_device_mappings
|
|
1426
1481
|
if description is not None:
|
|
@@ -1494,6 +1549,17 @@ class CfnImageRecipeProps:
|
|
|
1494
1549
|
result = self._values.get("additional_instance_configuration")
|
|
1495
1550
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnImageRecipe.AdditionalInstanceConfigurationProperty"]], result)
|
|
1496
1551
|
|
|
1552
|
+
@builtins.property
|
|
1553
|
+
def ami_tags(
|
|
1554
|
+
self,
|
|
1555
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
1556
|
+
'''Tags that are applied to the AMI that Image Builder creates during the Build phase prior to image distribution.
|
|
1557
|
+
|
|
1558
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html#cfn-imagebuilder-imagerecipe-amitags
|
|
1559
|
+
'''
|
|
1560
|
+
result = self._values.get("ami_tags")
|
|
1561
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
1562
|
+
|
|
1497
1563
|
@builtins.property
|
|
1498
1564
|
def block_device_mappings(
|
|
1499
1565
|
self,
|
|
@@ -3243,6 +3309,51 @@ class CfnComponent(
|
|
|
3243
3309
|
'''
|
|
3244
3310
|
return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrEncrypted"))
|
|
3245
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
|
+
|
|
3246
3357
|
@builtins.property
|
|
3247
3358
|
@jsii.member(jsii_name="attrName")
|
|
3248
3359
|
def attr_name(self) -> builtins.str:
|
|
@@ -3416,6 +3527,111 @@ class CfnComponent(
|
|
|
3416
3527
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3417
3528
|
jsii.set(self, "uri", value) # pyright: ignore[reportArgumentType]
|
|
3418
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
|
+
|
|
3419
3635
|
|
|
3420
3636
|
@jsii.implements(_IInspectable_c2943556, IContainerRecipeRef, _ITaggable_36806126)
|
|
3421
3637
|
class CfnContainerRecipe(
|
|
@@ -5799,6 +6015,9 @@ class CfnImage(
|
|
|
5799
6015
|
timeout_minutes=123
|
|
5800
6016
|
),
|
|
5801
6017
|
infrastructure_configuration_arn="infrastructureConfigurationArn",
|
|
6018
|
+
logging_configuration=imagebuilder.CfnImage.ImageLoggingConfigurationProperty(
|
|
6019
|
+
log_group_name="logGroupName"
|
|
6020
|
+
),
|
|
5802
6021
|
tags={
|
|
5803
6022
|
"tags_key": "tags"
|
|
5804
6023
|
},
|
|
@@ -5827,6 +6046,7 @@ class CfnImage(
|
|
|
5827
6046
|
image_scanning_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImage.ImageScanningConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5828
6047
|
image_tests_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImage.ImageTestsConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5829
6048
|
infrastructure_configuration_arn: typing.Optional[builtins.str] = None,
|
|
6049
|
+
logging_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImage.ImageLoggingConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5830
6050
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
5831
6051
|
workflows: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImage.WorkflowConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
5832
6052
|
) -> None:
|
|
@@ -5841,6 +6061,7 @@ class CfnImage(
|
|
|
5841
6061
|
:param image_scanning_configuration: Contains settings for vulnerability scans.
|
|
5842
6062
|
:param image_tests_configuration: The image tests configuration of the image.
|
|
5843
6063
|
:param infrastructure_configuration_arn: The Amazon Resource Name (ARN) of the infrastructure configuration that defines the environment in which your image will be built and tested.
|
|
6064
|
+
:param logging_configuration: The logging configuration that's defined for the image. Image Builder uses the defined settings to direct execution log output during image creation.
|
|
5844
6065
|
:param tags: The tags of the image.
|
|
5845
6066
|
:param workflows: Contains an array of workflow configuration objects.
|
|
5846
6067
|
'''
|
|
@@ -5857,6 +6078,7 @@ class CfnImage(
|
|
|
5857
6078
|
image_scanning_configuration=image_scanning_configuration,
|
|
5858
6079
|
image_tests_configuration=image_tests_configuration,
|
|
5859
6080
|
infrastructure_configuration_arn=infrastructure_configuration_arn,
|
|
6081
|
+
logging_configuration=logging_configuration,
|
|
5860
6082
|
tags=tags,
|
|
5861
6083
|
workflows=workflows,
|
|
5862
6084
|
)
|
|
@@ -5926,6 +6148,59 @@ class CfnImage(
|
|
|
5926
6148
|
'''
|
|
5927
6149
|
return typing.cast(builtins.str, jsii.get(self, "attrImageUri"))
|
|
5928
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
|
+
|
|
5929
6204
|
@builtins.property
|
|
5930
6205
|
@jsii.member(jsii_name="attrName")
|
|
5931
6206
|
def attr_name(self) -> builtins.str:
|
|
@@ -6077,6 +6352,24 @@ class CfnImage(
|
|
|
6077
6352
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6078
6353
|
jsii.set(self, "infrastructureConfigurationArn", value) # pyright: ignore[reportArgumentType]
|
|
6079
6354
|
|
|
6355
|
+
@builtins.property
|
|
6356
|
+
@jsii.member(jsii_name="loggingConfiguration")
|
|
6357
|
+
def logging_configuration(
|
|
6358
|
+
self,
|
|
6359
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnImage.ImageLoggingConfigurationProperty"]]:
|
|
6360
|
+
'''The logging configuration that's defined for the image.'''
|
|
6361
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnImage.ImageLoggingConfigurationProperty"]], jsii.get(self, "loggingConfiguration"))
|
|
6362
|
+
|
|
6363
|
+
@logging_configuration.setter
|
|
6364
|
+
def logging_configuration(
|
|
6365
|
+
self,
|
|
6366
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnImage.ImageLoggingConfigurationProperty"]],
|
|
6367
|
+
) -> None:
|
|
6368
|
+
if __debug__:
|
|
6369
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a3e3020758a024deeed0645c515a9c3a69ea5ecf40fc9a2133b40f82a94b72c2)
|
|
6370
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6371
|
+
jsii.set(self, "loggingConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
6372
|
+
|
|
6080
6373
|
@builtins.property
|
|
6081
6374
|
@jsii.member(jsii_name="tagsRaw")
|
|
6082
6375
|
def tags_raw(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
|
|
@@ -6188,6 +6481,65 @@ class CfnImage(
|
|
|
6188
6481
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
6189
6482
|
)
|
|
6190
6483
|
|
|
6484
|
+
@jsii.data_type(
|
|
6485
|
+
jsii_type="aws-cdk-lib.aws_imagebuilder.CfnImage.ImageLoggingConfigurationProperty",
|
|
6486
|
+
jsii_struct_bases=[],
|
|
6487
|
+
name_mapping={"log_group_name": "logGroupName"},
|
|
6488
|
+
)
|
|
6489
|
+
class ImageLoggingConfigurationProperty:
|
|
6490
|
+
def __init__(
|
|
6491
|
+
self,
|
|
6492
|
+
*,
|
|
6493
|
+
log_group_name: typing.Optional[builtins.str] = None,
|
|
6494
|
+
) -> None:
|
|
6495
|
+
'''The logging configuration that's defined for the image.
|
|
6496
|
+
|
|
6497
|
+
Image Builder uses the defined settings to direct execution log output during image creation.
|
|
6498
|
+
|
|
6499
|
+
:param log_group_name: The log group name that Image Builder uses for image creation. If not specified, the log group name defaults to ``/aws/imagebuilder/image-name`` .
|
|
6500
|
+
|
|
6501
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imageloggingconfiguration.html
|
|
6502
|
+
:exampleMetadata: fixture=_generated
|
|
6503
|
+
|
|
6504
|
+
Example::
|
|
6505
|
+
|
|
6506
|
+
# The code below shows an example of how to instantiate this type.
|
|
6507
|
+
# The values are placeholders you should change.
|
|
6508
|
+
from aws_cdk import aws_imagebuilder as imagebuilder
|
|
6509
|
+
|
|
6510
|
+
image_logging_configuration_property = imagebuilder.CfnImage.ImageLoggingConfigurationProperty(
|
|
6511
|
+
log_group_name="logGroupName"
|
|
6512
|
+
)
|
|
6513
|
+
'''
|
|
6514
|
+
if __debug__:
|
|
6515
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f48c0bf82989235f735b3b537ceae8bf7cbb63f48573c8a5dac03547706ff000)
|
|
6516
|
+
check_type(argname="argument log_group_name", value=log_group_name, expected_type=type_hints["log_group_name"])
|
|
6517
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
6518
|
+
if log_group_name is not None:
|
|
6519
|
+
self._values["log_group_name"] = log_group_name
|
|
6520
|
+
|
|
6521
|
+
@builtins.property
|
|
6522
|
+
def log_group_name(self) -> typing.Optional[builtins.str]:
|
|
6523
|
+
'''The log group name that Image Builder uses for image creation.
|
|
6524
|
+
|
|
6525
|
+
If not specified, the log group name defaults to ``/aws/imagebuilder/image-name`` .
|
|
6526
|
+
|
|
6527
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imageloggingconfiguration.html#cfn-imagebuilder-image-imageloggingconfiguration-loggroupname
|
|
6528
|
+
'''
|
|
6529
|
+
result = self._values.get("log_group_name")
|
|
6530
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
6531
|
+
|
|
6532
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
6533
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
6534
|
+
|
|
6535
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
6536
|
+
return not (rhs == self)
|
|
6537
|
+
|
|
6538
|
+
def __repr__(self) -> str:
|
|
6539
|
+
return "ImageLoggingConfigurationProperty(%s)" % ", ".join(
|
|
6540
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
6541
|
+
)
|
|
6542
|
+
|
|
6191
6543
|
@jsii.data_type(
|
|
6192
6544
|
jsii_type="aws-cdk-lib.aws_imagebuilder.CfnImage.ImageScanningConfigurationProperty",
|
|
6193
6545
|
jsii_struct_bases=[],
|
|
@@ -6351,6 +6703,119 @@ class CfnImage(
|
|
|
6351
6703
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
6352
6704
|
)
|
|
6353
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
|
+
|
|
6354
6819
|
@jsii.data_type(
|
|
6355
6820
|
jsii_type="aws-cdk-lib.aws_imagebuilder.CfnImage.WorkflowConfigurationProperty",
|
|
6356
6821
|
jsii_struct_bases=[],
|
|
@@ -6576,7 +7041,14 @@ class CfnImagePipeline(
|
|
|
6576
7041
|
image_tests_enabled=False,
|
|
6577
7042
|
timeout_minutes=123
|
|
6578
7043
|
),
|
|
7044
|
+
logging_configuration=imagebuilder.CfnImagePipeline.PipelineLoggingConfigurationProperty(
|
|
7045
|
+
image_log_group_name="imageLogGroupName",
|
|
7046
|
+
pipeline_log_group_name="pipelineLogGroupName"
|
|
7047
|
+
),
|
|
6579
7048
|
schedule=imagebuilder.CfnImagePipeline.ScheduleProperty(
|
|
7049
|
+
auto_disable_policy=imagebuilder.CfnImagePipeline.AutoDisablePolicyProperty(
|
|
7050
|
+
failure_count=123
|
|
7051
|
+
),
|
|
6580
7052
|
pipeline_execution_start_condition="pipelineExecutionStartCondition",
|
|
6581
7053
|
schedule_expression="scheduleExpression"
|
|
6582
7054
|
),
|
|
@@ -6611,6 +7083,7 @@ class CfnImagePipeline(
|
|
|
6611
7083
|
image_recipe_arn: typing.Optional[builtins.str] = None,
|
|
6612
7084
|
image_scanning_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImagePipeline.ImageScanningConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6613
7085
|
image_tests_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImagePipeline.ImageTestsConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7086
|
+
logging_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImagePipeline.PipelineLoggingConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6614
7087
|
schedule: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImagePipeline.ScheduleProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6615
7088
|
status: typing.Optional[builtins.str] = None,
|
|
6616
7089
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
@@ -6629,6 +7102,7 @@ class CfnImagePipeline(
|
|
|
6629
7102
|
:param image_recipe_arn: The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
|
|
6630
7103
|
:param image_scanning_configuration: Contains settings for vulnerability scans.
|
|
6631
7104
|
:param image_tests_configuration: The configuration of the image tests that run after image creation to ensure the quality of the image that was created.
|
|
7105
|
+
:param logging_configuration: Defines logging configuration for the output image.
|
|
6632
7106
|
:param schedule: The schedule of the image pipeline. A schedule configures how often and when a pipeline automatically creates a new image.
|
|
6633
7107
|
:param status: The status of the image pipeline.
|
|
6634
7108
|
:param tags: The tags of this image pipeline.
|
|
@@ -6649,6 +7123,7 @@ class CfnImagePipeline(
|
|
|
6649
7123
|
image_recipe_arn=image_recipe_arn,
|
|
6650
7124
|
image_scanning_configuration=image_scanning_configuration,
|
|
6651
7125
|
image_tests_configuration=image_tests_configuration,
|
|
7126
|
+
logging_configuration=logging_configuration,
|
|
6652
7127
|
schedule=schedule,
|
|
6653
7128
|
status=status,
|
|
6654
7129
|
tags=tags,
|
|
@@ -6872,6 +7347,24 @@ class CfnImagePipeline(
|
|
|
6872
7347
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6873
7348
|
jsii.set(self, "imageTestsConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
6874
7349
|
|
|
7350
|
+
@builtins.property
|
|
7351
|
+
@jsii.member(jsii_name="loggingConfiguration")
|
|
7352
|
+
def logging_configuration(
|
|
7353
|
+
self,
|
|
7354
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnImagePipeline.PipelineLoggingConfigurationProperty"]]:
|
|
7355
|
+
'''Defines logging configuration for the output image.'''
|
|
7356
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnImagePipeline.PipelineLoggingConfigurationProperty"]], jsii.get(self, "loggingConfiguration"))
|
|
7357
|
+
|
|
7358
|
+
@logging_configuration.setter
|
|
7359
|
+
def logging_configuration(
|
|
7360
|
+
self,
|
|
7361
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnImagePipeline.PipelineLoggingConfigurationProperty"]],
|
|
7362
|
+
) -> None:
|
|
7363
|
+
if __debug__:
|
|
7364
|
+
type_hints = typing.get_type_hints(_typecheckingstub__fd669ff1d1a241fd9694fe5f0927bdc4b1cdbf105330ca8df7626d0785047d5e)
|
|
7365
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7366
|
+
jsii.set(self, "loggingConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
7367
|
+
|
|
6875
7368
|
@builtins.property
|
|
6876
7369
|
@jsii.member(jsii_name="schedule")
|
|
6877
7370
|
def schedule(
|
|
@@ -6937,6 +7430,58 @@ class CfnImagePipeline(
|
|
|
6937
7430
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6938
7431
|
jsii.set(self, "workflows", value) # pyright: ignore[reportArgumentType]
|
|
6939
7432
|
|
|
7433
|
+
@jsii.data_type(
|
|
7434
|
+
jsii_type="aws-cdk-lib.aws_imagebuilder.CfnImagePipeline.AutoDisablePolicyProperty",
|
|
7435
|
+
jsii_struct_bases=[],
|
|
7436
|
+
name_mapping={"failure_count": "failureCount"},
|
|
7437
|
+
)
|
|
7438
|
+
class AutoDisablePolicyProperty:
|
|
7439
|
+
def __init__(self, *, failure_count: jsii.Number) -> None:
|
|
7440
|
+
'''Defines the rules by which an image pipeline is automatically disabled when it fails.
|
|
7441
|
+
|
|
7442
|
+
:param failure_count: The number of consecutive scheduled image pipeline executions that must fail before Image Builder automatically disables the pipeline.
|
|
7443
|
+
|
|
7444
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-autodisablepolicy.html
|
|
7445
|
+
:exampleMetadata: fixture=_generated
|
|
7446
|
+
|
|
7447
|
+
Example::
|
|
7448
|
+
|
|
7449
|
+
# The code below shows an example of how to instantiate this type.
|
|
7450
|
+
# The values are placeholders you should change.
|
|
7451
|
+
from aws_cdk import aws_imagebuilder as imagebuilder
|
|
7452
|
+
|
|
7453
|
+
auto_disable_policy_property = imagebuilder.CfnImagePipeline.AutoDisablePolicyProperty(
|
|
7454
|
+
failure_count=123
|
|
7455
|
+
)
|
|
7456
|
+
'''
|
|
7457
|
+
if __debug__:
|
|
7458
|
+
type_hints = typing.get_type_hints(_typecheckingstub__69b844c16b5b7fe86f960e35030a259ca786bf1c7c25272436fa39cdc264de05)
|
|
7459
|
+
check_type(argname="argument failure_count", value=failure_count, expected_type=type_hints["failure_count"])
|
|
7460
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
7461
|
+
"failure_count": failure_count,
|
|
7462
|
+
}
|
|
7463
|
+
|
|
7464
|
+
@builtins.property
|
|
7465
|
+
def failure_count(self) -> jsii.Number:
|
|
7466
|
+
'''The number of consecutive scheduled image pipeline executions that must fail before Image Builder automatically disables the pipeline.
|
|
7467
|
+
|
|
7468
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-autodisablepolicy.html#cfn-imagebuilder-imagepipeline-autodisablepolicy-failurecount
|
|
7469
|
+
'''
|
|
7470
|
+
result = self._values.get("failure_count")
|
|
7471
|
+
assert result is not None, "Required property 'failure_count' is missing"
|
|
7472
|
+
return typing.cast(jsii.Number, result)
|
|
7473
|
+
|
|
7474
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
7475
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
7476
|
+
|
|
7477
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
7478
|
+
return not (rhs == self)
|
|
7479
|
+
|
|
7480
|
+
def __repr__(self) -> str:
|
|
7481
|
+
return "AutoDisablePolicyProperty(%s)" % ", ".join(
|
|
7482
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
7483
|
+
)
|
|
7484
|
+
|
|
6940
7485
|
@jsii.data_type(
|
|
6941
7486
|
jsii_type="aws-cdk-lib.aws_imagebuilder.CfnImagePipeline.EcrConfigurationProperty",
|
|
6942
7487
|
jsii_struct_bases=[],
|
|
@@ -7177,10 +7722,88 @@ class CfnImagePipeline(
|
|
|
7177
7722
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
7178
7723
|
)
|
|
7179
7724
|
|
|
7725
|
+
@jsii.data_type(
|
|
7726
|
+
jsii_type="aws-cdk-lib.aws_imagebuilder.CfnImagePipeline.PipelineLoggingConfigurationProperty",
|
|
7727
|
+
jsii_struct_bases=[],
|
|
7728
|
+
name_mapping={
|
|
7729
|
+
"image_log_group_name": "imageLogGroupName",
|
|
7730
|
+
"pipeline_log_group_name": "pipelineLogGroupName",
|
|
7731
|
+
},
|
|
7732
|
+
)
|
|
7733
|
+
class PipelineLoggingConfigurationProperty:
|
|
7734
|
+
def __init__(
|
|
7735
|
+
self,
|
|
7736
|
+
*,
|
|
7737
|
+
image_log_group_name: typing.Optional[builtins.str] = None,
|
|
7738
|
+
pipeline_log_group_name: typing.Optional[builtins.str] = None,
|
|
7739
|
+
) -> None:
|
|
7740
|
+
'''The logging configuration that's defined for pipeline execution.
|
|
7741
|
+
|
|
7742
|
+
:param image_log_group_name: The log group name that Image Builder uses for image creation. If not specified, the log group name defaults to ``/aws/imagebuilder/image-name`` .
|
|
7743
|
+
:param pipeline_log_group_name: The log group name that Image Builder uses for the log output during creation of a new pipeline. If not specified, the pipeline log group name defaults to ``/aws/imagebuilder/pipeline/pipeline-name`` .
|
|
7744
|
+
|
|
7745
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-pipelineloggingconfiguration.html
|
|
7746
|
+
:exampleMetadata: fixture=_generated
|
|
7747
|
+
|
|
7748
|
+
Example::
|
|
7749
|
+
|
|
7750
|
+
# The code below shows an example of how to instantiate this type.
|
|
7751
|
+
# The values are placeholders you should change.
|
|
7752
|
+
from aws_cdk import aws_imagebuilder as imagebuilder
|
|
7753
|
+
|
|
7754
|
+
pipeline_logging_configuration_property = imagebuilder.CfnImagePipeline.PipelineLoggingConfigurationProperty(
|
|
7755
|
+
image_log_group_name="imageLogGroupName",
|
|
7756
|
+
pipeline_log_group_name="pipelineLogGroupName"
|
|
7757
|
+
)
|
|
7758
|
+
'''
|
|
7759
|
+
if __debug__:
|
|
7760
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2af353350682d5947ff1643b9bf2422511eaee659a470f07d53aac235328167a)
|
|
7761
|
+
check_type(argname="argument image_log_group_name", value=image_log_group_name, expected_type=type_hints["image_log_group_name"])
|
|
7762
|
+
check_type(argname="argument pipeline_log_group_name", value=pipeline_log_group_name, expected_type=type_hints["pipeline_log_group_name"])
|
|
7763
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
7764
|
+
if image_log_group_name is not None:
|
|
7765
|
+
self._values["image_log_group_name"] = image_log_group_name
|
|
7766
|
+
if pipeline_log_group_name is not None:
|
|
7767
|
+
self._values["pipeline_log_group_name"] = pipeline_log_group_name
|
|
7768
|
+
|
|
7769
|
+
@builtins.property
|
|
7770
|
+
def image_log_group_name(self) -> typing.Optional[builtins.str]:
|
|
7771
|
+
'''The log group name that Image Builder uses for image creation.
|
|
7772
|
+
|
|
7773
|
+
If not specified, the log group name defaults to ``/aws/imagebuilder/image-name`` .
|
|
7774
|
+
|
|
7775
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-pipelineloggingconfiguration.html#cfn-imagebuilder-imagepipeline-pipelineloggingconfiguration-imageloggroupname
|
|
7776
|
+
'''
|
|
7777
|
+
result = self._values.get("image_log_group_name")
|
|
7778
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
7779
|
+
|
|
7780
|
+
@builtins.property
|
|
7781
|
+
def pipeline_log_group_name(self) -> typing.Optional[builtins.str]:
|
|
7782
|
+
'''The log group name that Image Builder uses for the log output during creation of a new pipeline.
|
|
7783
|
+
|
|
7784
|
+
If not specified, the pipeline log group name defaults to ``/aws/imagebuilder/pipeline/pipeline-name`` .
|
|
7785
|
+
|
|
7786
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-pipelineloggingconfiguration.html#cfn-imagebuilder-imagepipeline-pipelineloggingconfiguration-pipelineloggroupname
|
|
7787
|
+
'''
|
|
7788
|
+
result = self._values.get("pipeline_log_group_name")
|
|
7789
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
7790
|
+
|
|
7791
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
7792
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
7793
|
+
|
|
7794
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
7795
|
+
return not (rhs == self)
|
|
7796
|
+
|
|
7797
|
+
def __repr__(self) -> str:
|
|
7798
|
+
return "PipelineLoggingConfigurationProperty(%s)" % ", ".join(
|
|
7799
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
7800
|
+
)
|
|
7801
|
+
|
|
7180
7802
|
@jsii.data_type(
|
|
7181
7803
|
jsii_type="aws-cdk-lib.aws_imagebuilder.CfnImagePipeline.ScheduleProperty",
|
|
7182
7804
|
jsii_struct_bases=[],
|
|
7183
7805
|
name_mapping={
|
|
7806
|
+
"auto_disable_policy": "autoDisablePolicy",
|
|
7184
7807
|
"pipeline_execution_start_condition": "pipelineExecutionStartCondition",
|
|
7185
7808
|
"schedule_expression": "scheduleExpression",
|
|
7186
7809
|
},
|
|
@@ -7189,11 +7812,13 @@ class CfnImagePipeline(
|
|
|
7189
7812
|
def __init__(
|
|
7190
7813
|
self,
|
|
7191
7814
|
*,
|
|
7815
|
+
auto_disable_policy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImagePipeline.AutoDisablePolicyProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7192
7816
|
pipeline_execution_start_condition: typing.Optional[builtins.str] = None,
|
|
7193
7817
|
schedule_expression: typing.Optional[builtins.str] = None,
|
|
7194
7818
|
) -> None:
|
|
7195
7819
|
'''A schedule configures when and how often a pipeline will automatically create a new image.
|
|
7196
7820
|
|
|
7821
|
+
:param auto_disable_policy: The policy that configures when Image Builder should automatically disable a pipeline that is failing.
|
|
7197
7822
|
:param pipeline_execution_start_condition: The condition configures when the pipeline should trigger a new image build. When the ``pipelineExecutionStartCondition`` is set to ``EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE`` , and you use semantic version filters on the base image or components in your image recipe, Image Builder will build a new image only when there are new versions of the image or components in your recipe that match the semantic version filter. When it is set to ``EXPRESSION_MATCH_ONLY`` , it will build a new image every time the CRON expression matches the current time. For semantic version syntax, see `CreateComponent <https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_CreateComponent.html>`_ in the *Image Builder API Reference* .
|
|
7198
7823
|
:param schedule_expression: The cron expression determines how often EC2 Image Builder evaluates your ``pipelineExecutionStartCondition`` . For information on how to format a cron expression in Image Builder, see `Use cron expressions in EC2 Image Builder <https://docs.aws.amazon.com/imagebuilder/latest/userguide/image-builder-cron.html>`_ .
|
|
7199
7824
|
|
|
@@ -7207,20 +7832,37 @@ class CfnImagePipeline(
|
|
|
7207
7832
|
from aws_cdk import aws_imagebuilder as imagebuilder
|
|
7208
7833
|
|
|
7209
7834
|
schedule_property = imagebuilder.CfnImagePipeline.ScheduleProperty(
|
|
7835
|
+
auto_disable_policy=imagebuilder.CfnImagePipeline.AutoDisablePolicyProperty(
|
|
7836
|
+
failure_count=123
|
|
7837
|
+
),
|
|
7210
7838
|
pipeline_execution_start_condition="pipelineExecutionStartCondition",
|
|
7211
7839
|
schedule_expression="scheduleExpression"
|
|
7212
7840
|
)
|
|
7213
7841
|
'''
|
|
7214
7842
|
if __debug__:
|
|
7215
7843
|
type_hints = typing.get_type_hints(_typecheckingstub__02783d051498bb630cd6a27d361c0750914a59f05623585e0808549e9248bae0)
|
|
7844
|
+
check_type(argname="argument auto_disable_policy", value=auto_disable_policy, expected_type=type_hints["auto_disable_policy"])
|
|
7216
7845
|
check_type(argname="argument pipeline_execution_start_condition", value=pipeline_execution_start_condition, expected_type=type_hints["pipeline_execution_start_condition"])
|
|
7217
7846
|
check_type(argname="argument schedule_expression", value=schedule_expression, expected_type=type_hints["schedule_expression"])
|
|
7218
7847
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
7848
|
+
if auto_disable_policy is not None:
|
|
7849
|
+
self._values["auto_disable_policy"] = auto_disable_policy
|
|
7219
7850
|
if pipeline_execution_start_condition is not None:
|
|
7220
7851
|
self._values["pipeline_execution_start_condition"] = pipeline_execution_start_condition
|
|
7221
7852
|
if schedule_expression is not None:
|
|
7222
7853
|
self._values["schedule_expression"] = schedule_expression
|
|
7223
7854
|
|
|
7855
|
+
@builtins.property
|
|
7856
|
+
def auto_disable_policy(
|
|
7857
|
+
self,
|
|
7858
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnImagePipeline.AutoDisablePolicyProperty"]]:
|
|
7859
|
+
'''The policy that configures when Image Builder should automatically disable a pipeline that is failing.
|
|
7860
|
+
|
|
7861
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-schedule.html#cfn-imagebuilder-imagepipeline-schedule-autodisablepolicy
|
|
7862
|
+
'''
|
|
7863
|
+
result = self._values.get("auto_disable_policy")
|
|
7864
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnImagePipeline.AutoDisablePolicyProperty"]], result)
|
|
7865
|
+
|
|
7224
7866
|
@builtins.property
|
|
7225
7867
|
def pipeline_execution_start_condition(self) -> typing.Optional[builtins.str]:
|
|
7226
7868
|
'''The condition configures when the pipeline should trigger a new image build.
|
|
@@ -7476,6 +8118,9 @@ class CfnImageRecipe(
|
|
|
7476
8118
|
),
|
|
7477
8119
|
user_data_override="userDataOverride"
|
|
7478
8120
|
),
|
|
8121
|
+
ami_tags={
|
|
8122
|
+
"ami_tags_key": "amiTags"
|
|
8123
|
+
},
|
|
7479
8124
|
block_device_mappings=[imagebuilder.CfnImageRecipe.InstanceBlockDeviceMappingProperty(
|
|
7480
8125
|
device_name="deviceName",
|
|
7481
8126
|
ebs=imagebuilder.CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty(
|
|
@@ -7509,6 +8154,7 @@ class CfnImageRecipe(
|
|
|
7509
8154
|
parent_image: builtins.str,
|
|
7510
8155
|
version: builtins.str,
|
|
7511
8156
|
additional_instance_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImageRecipe.AdditionalInstanceConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8157
|
+
ami_tags: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
7512
8158
|
block_device_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImageRecipe.InstanceBlockDeviceMappingProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
7513
8159
|
description: typing.Optional[builtins.str] = None,
|
|
7514
8160
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
@@ -7522,6 +8168,7 @@ class CfnImageRecipe(
|
|
|
7522
8168
|
:param parent_image: The base image for customizations specified in the image recipe. You can specify the parent image using one of the following options: - AMI ID - Image Builder image Amazon Resource Name (ARN) - AWS Systems Manager (SSM) Parameter Store Parameter, prefixed by ``ssm:`` , followed by the parameter name or ARN. - AWS Marketplace product ID
|
|
7523
8169
|
:param version: The version of the image recipe.
|
|
7524
8170
|
:param additional_instance_configuration: Before you create a new AMI, Image Builder launches temporary Amazon EC2 instances to build and test your image configuration. Instance configuration adds a layer of control over those instances. You can define settings and add scripts to run when an instance is launched from your AMI.
|
|
8171
|
+
:param ami_tags: Tags that are applied to the AMI that Image Builder creates during the Build phase prior to image distribution.
|
|
7525
8172
|
:param block_device_mappings: The block device mappings to apply when creating images from this recipe.
|
|
7526
8173
|
:param description: The description of the image recipe.
|
|
7527
8174
|
:param tags: The tags of the image recipe.
|
|
@@ -7537,6 +8184,7 @@ class CfnImageRecipe(
|
|
|
7537
8184
|
parent_image=parent_image,
|
|
7538
8185
|
version=version,
|
|
7539
8186
|
additional_instance_configuration=additional_instance_configuration,
|
|
8187
|
+
ami_tags=ami_tags,
|
|
7540
8188
|
block_device_mappings=block_device_mappings,
|
|
7541
8189
|
description=description,
|
|
7542
8190
|
tags=tags,
|
|
@@ -7687,6 +8335,24 @@ class CfnImageRecipe(
|
|
|
7687
8335
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7688
8336
|
jsii.set(self, "additionalInstanceConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
7689
8337
|
|
|
8338
|
+
@builtins.property
|
|
8339
|
+
@jsii.member(jsii_name="amiTags")
|
|
8340
|
+
def ami_tags(
|
|
8341
|
+
self,
|
|
8342
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
8343
|
+
'''Tags that are applied to the AMI that Image Builder creates during the Build phase prior to image distribution.'''
|
|
8344
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], jsii.get(self, "amiTags"))
|
|
8345
|
+
|
|
8346
|
+
@ami_tags.setter
|
|
8347
|
+
def ami_tags(
|
|
8348
|
+
self,
|
|
8349
|
+
value: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]],
|
|
8350
|
+
) -> None:
|
|
8351
|
+
if __debug__:
|
|
8352
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7b194ae2195e82b1b59277988a8b1cf823ca9cdc3b2e26bbaa6e0b9e805a12ad)
|
|
8353
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8354
|
+
jsii.set(self, "amiTags", value) # pyright: ignore[reportArgumentType]
|
|
8355
|
+
|
|
7690
8356
|
@builtins.property
|
|
7691
8357
|
@jsii.member(jsii_name="blockDeviceMappings")
|
|
7692
8358
|
def block_device_mappings(
|
|
@@ -10350,6 +11016,51 @@ class CfnWorkflow(
|
|
|
10350
11016
|
'''
|
|
10351
11017
|
return typing.cast(builtins.str, jsii.get(self, "attrArn"))
|
|
10352
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
|
+
|
|
10353
11064
|
@builtins.property
|
|
10354
11065
|
@jsii.member(jsii_name="cdkTagManager")
|
|
10355
11066
|
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
@@ -10490,6 +11201,111 @@ class CfnWorkflow(
|
|
|
10490
11201
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10491
11202
|
jsii.set(self, "uri", value) # pyright: ignore[reportArgumentType]
|
|
10492
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
|
+
|
|
10493
11309
|
|
|
10494
11310
|
__all__ = [
|
|
10495
11311
|
"CfnComponent",
|
|
@@ -10591,6 +11407,7 @@ def _typecheckingstub__95f10c4451c6bf3f2cf15951831cd372e35975262c0be294c1ae7c774
|
|
|
10591
11407
|
image_recipe_arn: typing.Optional[builtins.str] = None,
|
|
10592
11408
|
image_scanning_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnImagePipeline.ImageScanningConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10593
11409
|
image_tests_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnImagePipeline.ImageTestsConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
11410
|
+
logging_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnImagePipeline.PipelineLoggingConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10594
11411
|
schedule: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnImagePipeline.ScheduleProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10595
11412
|
status: typing.Optional[builtins.str] = None,
|
|
10596
11413
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
@@ -10609,6 +11426,7 @@ def _typecheckingstub__5f217922888735234464ee573256caba679b2c1215a99c91ad609c9c7
|
|
|
10609
11426
|
image_scanning_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnImage.ImageScanningConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10610
11427
|
image_tests_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnImage.ImageTestsConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10611
11428
|
infrastructure_configuration_arn: typing.Optional[builtins.str] = None,
|
|
11429
|
+
logging_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnImage.ImageLoggingConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10612
11430
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
10613
11431
|
workflows: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnImage.WorkflowConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
10614
11432
|
) -> None:
|
|
@@ -10622,6 +11440,7 @@ def _typecheckingstub__a289ec10c5f4c9443f1dfb0dc4ecb78a20e5f6e491ed688cb2e3a59ad
|
|
|
10622
11440
|
parent_image: builtins.str,
|
|
10623
11441
|
version: builtins.str,
|
|
10624
11442
|
additional_instance_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnImageRecipe.AdditionalInstanceConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
11443
|
+
ami_tags: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
10625
11444
|
block_device_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnImageRecipe.InstanceBlockDeviceMappingProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
10626
11445
|
description: typing.Optional[builtins.str] = None,
|
|
10627
11446
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
@@ -10832,6 +11651,16 @@ def _typecheckingstub__6efe7a7fb79c1c8d2effb9d5fa5a6b2b46eefe80a1dce4011093db23e
|
|
|
10832
11651
|
"""Type checking stubs"""
|
|
10833
11652
|
pass
|
|
10834
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
|
+
|
|
10835
11664
|
def _typecheckingstub__3c468d5dd819e845b41b9c236fc6bca416c9fb91fff1a793739f89182c73cf78(
|
|
10836
11665
|
scope: _constructs_77d1e7e8.Construct,
|
|
10837
11666
|
id: builtins.str,
|
|
@@ -11170,6 +11999,7 @@ def _typecheckingstub__1406bc225111bc54a87c50d1d8180aed46d22e10134235c4fa581d313
|
|
|
11170
11999
|
image_scanning_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnImage.ImageScanningConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
11171
12000
|
image_tests_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnImage.ImageTestsConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
11172
12001
|
infrastructure_configuration_arn: typing.Optional[builtins.str] = None,
|
|
12002
|
+
logging_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnImage.ImageLoggingConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
11173
12003
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
11174
12004
|
workflows: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnImage.WorkflowConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
11175
12005
|
) -> None:
|
|
@@ -11236,6 +12066,12 @@ def _typecheckingstub__a190431e330e97015561230a0d9b0477abed6793472228169b2ce3d49
|
|
|
11236
12066
|
"""Type checking stubs"""
|
|
11237
12067
|
pass
|
|
11238
12068
|
|
|
12069
|
+
def _typecheckingstub__a3e3020758a024deeed0645c515a9c3a69ea5ecf40fc9a2133b40f82a94b72c2(
|
|
12070
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnImage.ImageLoggingConfigurationProperty]],
|
|
12071
|
+
) -> None:
|
|
12072
|
+
"""Type checking stubs"""
|
|
12073
|
+
pass
|
|
12074
|
+
|
|
11239
12075
|
def _typecheckingstub__c0e6ba55682dabdf30b5bb38534688ff3dbd8c6a8044f77eb6180bb8d815ceb8(
|
|
11240
12076
|
value: typing.Optional[typing.Mapping[builtins.str, builtins.str]],
|
|
11241
12077
|
) -> None:
|
|
@@ -11256,6 +12092,13 @@ def _typecheckingstub__8e752dc7f51b470c209f9741b4ee9c9b1b8ab926ba9ba46ae3160a187
|
|
|
11256
12092
|
"""Type checking stubs"""
|
|
11257
12093
|
pass
|
|
11258
12094
|
|
|
12095
|
+
def _typecheckingstub__f48c0bf82989235f735b3b537ceae8bf7cbb63f48573c8a5dac03547706ff000(
|
|
12096
|
+
*,
|
|
12097
|
+
log_group_name: typing.Optional[builtins.str] = None,
|
|
12098
|
+
) -> None:
|
|
12099
|
+
"""Type checking stubs"""
|
|
12100
|
+
pass
|
|
12101
|
+
|
|
11259
12102
|
def _typecheckingstub__155636d4b270ff858336d445a5c3a434623faaa989317a61b024d7142948911e(
|
|
11260
12103
|
*,
|
|
11261
12104
|
ecr_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnImage.EcrConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -11272,6 +12115,16 @@ def _typecheckingstub__e8cfede11f4b11fc577c8fddf9438af7db50acddcb364073adeaf606a
|
|
|
11272
12115
|
"""Type checking stubs"""
|
|
11273
12116
|
pass
|
|
11274
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
|
+
|
|
11275
12128
|
def _typecheckingstub__a82febc1a7fafa923553117d043e1c9475f024e84431a24b2b8a4d66c3a73ed6(
|
|
11276
12129
|
*,
|
|
11277
12130
|
on_failure: typing.Optional[builtins.str] = None,
|
|
@@ -11304,6 +12157,7 @@ def _typecheckingstub__e2d099702ab4ebcb03c34ae00fedabfa81a0c5d3662aa1605c47ff1fc
|
|
|
11304
12157
|
image_recipe_arn: typing.Optional[builtins.str] = None,
|
|
11305
12158
|
image_scanning_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnImagePipeline.ImageScanningConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
11306
12159
|
image_tests_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnImagePipeline.ImageTestsConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
12160
|
+
logging_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnImagePipeline.PipelineLoggingConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
11307
12161
|
schedule: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnImagePipeline.ScheduleProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
11308
12162
|
status: typing.Optional[builtins.str] = None,
|
|
11309
12163
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
@@ -11384,6 +12238,12 @@ def _typecheckingstub__d9e327e008ef0b95ddde8197947e86b8bc9160733d270caa11482a88d
|
|
|
11384
12238
|
"""Type checking stubs"""
|
|
11385
12239
|
pass
|
|
11386
12240
|
|
|
12241
|
+
def _typecheckingstub__fd669ff1d1a241fd9694fe5f0927bdc4b1cdbf105330ca8df7626d0785047d5e(
|
|
12242
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnImagePipeline.PipelineLoggingConfigurationProperty]],
|
|
12243
|
+
) -> None:
|
|
12244
|
+
"""Type checking stubs"""
|
|
12245
|
+
pass
|
|
12246
|
+
|
|
11387
12247
|
def _typecheckingstub__7493819df4798ffd45cd31ff99c66a5c22065a41d47c9c3792eaaf9d4c4150a1(
|
|
11388
12248
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnImagePipeline.ScheduleProperty]],
|
|
11389
12249
|
) -> None:
|
|
@@ -11408,6 +12268,13 @@ def _typecheckingstub__d31373519ea07e5936785c1446524bda21756ca2eb6c12f87303f5a12
|
|
|
11408
12268
|
"""Type checking stubs"""
|
|
11409
12269
|
pass
|
|
11410
12270
|
|
|
12271
|
+
def _typecheckingstub__69b844c16b5b7fe86f960e35030a259ca786bf1c7c25272436fa39cdc264de05(
|
|
12272
|
+
*,
|
|
12273
|
+
failure_count: jsii.Number,
|
|
12274
|
+
) -> None:
|
|
12275
|
+
"""Type checking stubs"""
|
|
12276
|
+
pass
|
|
12277
|
+
|
|
11411
12278
|
def _typecheckingstub__1ad9ee4365967b325aac7636f417b9a691b4b50560fe8f594198933e7ed13aca(
|
|
11412
12279
|
*,
|
|
11413
12280
|
container_tags: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
@@ -11432,8 +12299,17 @@ def _typecheckingstub__ae3643f34d20caf9e518f587e7eacbe6f2163c4d76025d717d8d8ea1b
|
|
|
11432
12299
|
"""Type checking stubs"""
|
|
11433
12300
|
pass
|
|
11434
12301
|
|
|
12302
|
+
def _typecheckingstub__2af353350682d5947ff1643b9bf2422511eaee659a470f07d53aac235328167a(
|
|
12303
|
+
*,
|
|
12304
|
+
image_log_group_name: typing.Optional[builtins.str] = None,
|
|
12305
|
+
pipeline_log_group_name: typing.Optional[builtins.str] = None,
|
|
12306
|
+
) -> None:
|
|
12307
|
+
"""Type checking stubs"""
|
|
12308
|
+
pass
|
|
12309
|
+
|
|
11435
12310
|
def _typecheckingstub__02783d051498bb630cd6a27d361c0750914a59f05623585e0808549e9248bae0(
|
|
11436
12311
|
*,
|
|
12312
|
+
auto_disable_policy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnImagePipeline.AutoDisablePolicyProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
11437
12313
|
pipeline_execution_start_condition: typing.Optional[builtins.str] = None,
|
|
11438
12314
|
schedule_expression: typing.Optional[builtins.str] = None,
|
|
11439
12315
|
) -> None:
|
|
@@ -11467,6 +12343,7 @@ def _typecheckingstub__b92e909d03413ceab5b5ff0737ae582bf88ebb71e7e89f62cc57922d1
|
|
|
11467
12343
|
parent_image: builtins.str,
|
|
11468
12344
|
version: builtins.str,
|
|
11469
12345
|
additional_instance_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnImageRecipe.AdditionalInstanceConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
12346
|
+
ami_tags: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
11470
12347
|
block_device_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnImageRecipe.InstanceBlockDeviceMappingProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
11471
12348
|
description: typing.Optional[builtins.str] = None,
|
|
11472
12349
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
@@ -11517,6 +12394,12 @@ def _typecheckingstub__fcc3e434aa1a301be5e1a5341bc64287bfcf82761f08ef98de5711b1b
|
|
|
11517
12394
|
"""Type checking stubs"""
|
|
11518
12395
|
pass
|
|
11519
12396
|
|
|
12397
|
+
def _typecheckingstub__7b194ae2195e82b1b59277988a8b1cf823ca9cdc3b2e26bbaa6e0b9e805a12ad(
|
|
12398
|
+
value: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]],
|
|
12399
|
+
) -> None:
|
|
12400
|
+
"""Type checking stubs"""
|
|
12401
|
+
pass
|
|
12402
|
+
|
|
11520
12403
|
def _typecheckingstub__3f9ee0bcfa7d5f48279416991e3a05c2143a695ca605b7c215eb5e8cc38d2174(
|
|
11521
12404
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnImageRecipe.InstanceBlockDeviceMappingProperty]]]],
|
|
11522
12405
|
) -> None:
|
|
@@ -11984,3 +12867,16 @@ def _typecheckingstub__2e36c0e0583778b96be119919e9f8e273d4b8ff0bfa5e58c3049f2cc8
|
|
|
11984
12867
|
) -> None:
|
|
11985
12868
|
"""Type checking stubs"""
|
|
11986
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__'])
|