aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +157 -215
- aws_cdk/_jsii/__init__.py +2 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.153.0.jsii.tgz → aws-cdk-lib@2.154.1.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -3
- aws_cdk/aws_accessanalyzer/__init__.py +5 -5
- aws_cdk/aws_acmpca/__init__.py +79 -24
- aws_cdk/aws_amazonmq/__init__.py +161 -161
- aws_cdk/aws_amplify/__init__.py +36 -36
- aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
- aws_cdk/aws_apigateway/__init__.py +122 -122
- aws_cdk/aws_apigatewayv2/__init__.py +143 -130
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
- aws_cdk/aws_appconfig/__init__.py +59 -59
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_appintegrations/__init__.py +19 -19
- aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
- aws_cdk/aws_applicationinsights/__init__.py +11 -11
- aws_cdk/aws_applicationsignals/__init__.py +5 -5
- aws_cdk/aws_appmesh/__init__.py +35 -35
- aws_cdk/aws_apprunner/__init__.py +25 -25
- aws_cdk/aws_appstream/__init__.py +105 -105
- aws_cdk/aws_appsync/__init__.py +89 -89
- aws_cdk/aws_apptest/__init__.py +25 -25
- aws_cdk/aws_aps/__init__.py +14 -14
- aws_cdk/aws_arczonalshift/__init__.py +200 -3
- aws_cdk/aws_athena/__init__.py +25 -25
- aws_cdk/aws_auditmanager/__init__.py +15 -15
- aws_cdk/aws_autoscaling/__init__.py +84 -84
- aws_cdk/aws_autoscalingplans/__init__.py +2 -2
- aws_cdk/aws_b2bi/__init__.py +24 -24
- aws_cdk/aws_backup/__init__.py +33 -33
- aws_cdk/aws_backupgateway/__init__.py +7 -7
- aws_cdk/aws_batch/__init__.py +289 -35
- aws_cdk/aws_bcmdataexports/__init__.py +2 -2
- aws_cdk/aws_bedrock/__init__.py +15766 -3438
- aws_cdk/aws_billingconductor/__init__.py +28 -28
- aws_cdk/aws_budgets/__init__.py +12 -12
- aws_cdk/aws_cassandra/__init__.py +16 -16
- aws_cdk/aws_ce/__init__.py +17 -17
- aws_cdk/aws_certificatemanager/__init__.py +9 -9
- aws_cdk/aws_chatbot/__init__.py +22 -22
- aws_cdk/aws_cleanrooms/__init__.py +2470 -307
- aws_cdk/aws_cleanroomsml/__init__.py +5 -5
- aws_cdk/aws_cloud9/__init__.py +10 -10
- aws_cdk/aws_cloudformation/__init__.py +94 -69
- aws_cdk/aws_cloudfront/__init__.py +47 -33
- aws_cdk/aws_cloudtrail/__init__.py +46 -44
- aws_cdk/aws_cloudwatch/__init__.py +61 -69
- aws_cdk/aws_codeartifact/__init__.py +19 -19
- aws_cdk/aws_codebuild/__init__.py +99 -68
- aws_cdk/aws_codecommit/__init__.py +10 -6
- aws_cdk/aws_codeconnections/__init__.py +5 -5
- aws_cdk/aws_codedeploy/__init__.py +28 -28
- aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
- aws_cdk/aws_codegurureviewer/__init__.py +6 -6
- aws_cdk/aws_codepipeline/__init__.py +849 -52
- aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
- aws_cdk/aws_codestar/__init__.py +8 -8
- aws_cdk/aws_codestarconnections/__init__.py +17 -17
- aws_cdk/aws_codestarnotifications/__init__.py +10 -10
- aws_cdk/aws_cognito/__init__.py +465 -133
- aws_cdk/aws_comprehend/__init__.py +20 -20
- aws_cdk/aws_config/__init__.py +67 -67
- aws_cdk/aws_connect/__init__.py +139 -137
- aws_cdk/aws_connectcampaigns/__init__.py +5 -5
- aws_cdk/aws_controltower/__init__.py +12 -12
- aws_cdk/aws_cur/__init__.py +12 -12
- aws_cdk/aws_customerprofiles/__init__.py +36 -36
- aws_cdk/aws_databrew/__init__.py +45 -45
- aws_cdk/aws_datapipeline/__init__.py +12 -8
- aws_cdk/aws_datasync/__init__.py +119 -117
- aws_cdk/aws_datazone/__init__.py +63 -63
- aws_cdk/aws_dax/__init__.py +20 -20
- aws_cdk/aws_deadline/__init__.py +221 -292
- aws_cdk/aws_detective/__init__.py +8 -8
- aws_cdk/aws_devicefarm/__init__.py +37 -37
- aws_cdk/aws_devopsguru/__init__.py +2 -2
- aws_cdk/aws_directoryservice/__init__.py +15 -15
- aws_cdk/aws_dlm/__init__.py +12 -12
- aws_cdk/aws_dms/__init__.py +300 -298
- aws_cdk/aws_docdb/__init__.py +49 -49
- aws_cdk/aws_docdbelastic/__init__.py +14 -14
- aws_cdk/aws_dynamodb/__init__.py +371 -37
- aws_cdk/aws_ec2/__init__.py +914 -612
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +192 -191
- aws_cdk/aws_ecs_patterns/__init__.py +2 -2
- aws_cdk/aws_efs/__init__.py +22 -22
- aws_cdk/aws_eks/__init__.py +177 -61
- aws_cdk/aws_elasticache/__init__.py +218 -226
- aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
- aws_cdk/aws_elasticsearch/__init__.py +16 -16
- aws_cdk/aws_emr/__init__.py +74 -74
- aws_cdk/aws_emrcontainers/__init__.py +3 -3
- aws_cdk/aws_emrserverless/__init__.py +157 -14
- aws_cdk/aws_entityresolution/__init__.py +613 -35
- aws_cdk/aws_events/__init__.py +42 -42
- aws_cdk/aws_eventschemas/__init__.py +16 -16
- aws_cdk/aws_evidently/__init__.py +38 -38
- aws_cdk/aws_finspace/__init__.py +8 -8
- aws_cdk/aws_fis/__init__.py +12 -12
- aws_cdk/aws_fms/__init__.py +21 -21
- aws_cdk/aws_forecast/__init__.py +18 -11
- aws_cdk/aws_frauddetector/__init__.py +35 -35
- aws_cdk/aws_fsx/__init__.py +35 -35
- aws_cdk/aws_gamelift/__init__.py +155 -143
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +187 -143
- aws_cdk/aws_grafana/__init__.py +17 -17
- aws_cdk/aws_greengrass/__init__.py +48 -48
- aws_cdk/aws_greengrassv2/__init__.py +10 -10
- aws_cdk/aws_groundstation/__init__.py +16 -16
- aws_cdk/aws_guardduty/__init__.py +40 -38
- aws_cdk/aws_healthimaging/__init__.py +3 -3
- aws_cdk/aws_healthlake/__init__.py +6 -6
- aws_cdk/aws_iam/__init__.py +120 -122
- aws_cdk/aws_identitystore/__init__.py +6 -6
- aws_cdk/aws_imagebuilder/__init__.py +98 -98
- aws_cdk/aws_inspector/__init__.py +8 -8
- aws_cdk/aws_inspectorv2/__init__.py +102 -97
- aws_cdk/aws_internetmonitor/__init__.py +12 -12
- aws_cdk/aws_iot/__init__.py +141 -141
- aws_cdk/aws_iot1click/__init__.py +9 -9
- aws_cdk/aws_iotanalytics/__init__.py +21 -21
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
- aws_cdk/aws_iotevents/__init__.py +20 -20
- aws_cdk/aws_iotfleethub/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +45 -45
- aws_cdk/aws_iotsitewise/__init__.py +40 -40
- aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
- aws_cdk/aws_iottwinmaker/__init__.py +34 -34
- aws_cdk/aws_iotwireless/__init__.py +66 -66
- aws_cdk/aws_ivs/__init__.py +490 -34
- aws_cdk/aws_ivschat/__init__.py +9 -9
- aws_cdk/aws_kafkaconnect/__init__.py +22 -22
- aws_cdk/aws_kendra/__init__.py +28 -28
- aws_cdk/aws_kendraranking/__init__.py +4 -4
- aws_cdk/aws_kinesis/__init__.py +8 -8
- aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
- aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
- aws_cdk/aws_kinesisvideo/__init__.py +10 -10
- aws_cdk/aws_kms/__init__.py +20 -20
- aws_cdk/aws_lakeformation/__init__.py +36 -36
- aws_cdk/aws_lambda/__init__.py +174 -118
- aws_cdk/aws_launchwizard/__init__.py +508 -0
- aws_cdk/aws_lex/__init__.py +24 -24
- aws_cdk/aws_licensemanager/__init__.py +17 -17
- aws_cdk/aws_lightsail/__init__.py +90 -90
- aws_cdk/aws_location/__init__.py +41 -41
- aws_cdk/aws_logs/__init__.py +50 -50
- aws_cdk/aws_lookoutequipment/__init__.py +9 -9
- aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
- aws_cdk/aws_lookoutvision/__init__.py +1 -1
- aws_cdk/aws_m2/__init__.py +20 -20
- aws_cdk/aws_macie/__init__.py +19 -19
- aws_cdk/aws_managedblockchain/__init__.py +10 -10
- aws_cdk/aws_mediaconnect/__init__.py +114 -77
- aws_cdk/aws_mediaconvert/__init__.py +20 -20
- aws_cdk/aws_medialive/__init__.py +49 -40
- aws_cdk/aws_mediapackage/__init__.py +38 -38
- aws_cdk/aws_mediapackagev2/__init__.py +178 -25
- aws_cdk/aws_mediastore/__init__.py +7 -7
- aws_cdk/aws_mediatailor/__init__.py +40 -40
- aws_cdk/aws_memorydb/__init__.py +41 -41
- aws_cdk/aws_msk/__init__.py +127 -39
- aws_cdk/aws_mwaa/__init__.py +25 -25
- aws_cdk/aws_neptune/__init__.py +55 -55
- aws_cdk/aws_neptunegraph/__init__.py +11 -11
- aws_cdk/aws_networkfirewall/__init__.py +36 -30
- aws_cdk/aws_networkmanager/__init__.py +1062 -91
- aws_cdk/aws_nimblestudio/__init__.py +31 -31
- aws_cdk/aws_oam/__init__.py +8 -8
- aws_cdk/aws_omics/__init__.py +36 -36
- aws_cdk/aws_opensearchserverless/__init__.py +25 -25
- aws_cdk/aws_opensearchservice/__init__.py +20 -20
- aws_cdk/aws_opsworks/__init__.py +87 -87
- aws_cdk/aws_opsworkscm/__init__.py +21 -21
- aws_cdk/aws_organizations/__init__.py +17 -17
- aws_cdk/aws_osis/__init__.py +122 -9
- aws_cdk/aws_panorama/__init__.py +27 -22
- aws_cdk/aws_paymentcryptography/__init__.py +7 -7
- aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
- aws_cdk/aws_personalize/__init__.py +19 -19
- aws_cdk/aws_pinpoint/__init__.py +122 -122
- aws_cdk/aws_pinpointemail/__init__.py +16 -16
- aws_cdk/aws_pipes/__init__.py +14 -16
- aws_cdk/aws_proton/__init__.py +19 -19
- aws_cdk/aws_qbusiness/__init__.py +160 -45
- aws_cdk/aws_qldb/__init__.py +12 -12
- aws_cdk/aws_quicksight/__init__.py +91 -91
- aws_cdk/aws_ram/__init__.py +11 -11
- aws_cdk/aws_rds/__init__.py +365 -259
- aws_cdk/aws_redshift/__init__.py +136 -91
- aws_cdk/aws_redshiftserverless/__init__.py +27 -27
- aws_cdk/aws_refactorspaces/__init__.py +26 -26
- aws_cdk/aws_rekognition/__init__.py +16 -16
- aws_cdk/aws_resiliencehub/__init__.py +15 -15
- aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
- aws_cdk/aws_resourcegroups/__init__.py +6 -6
- aws_cdk/aws_robomaker/__init__.py +25 -25
- aws_cdk/aws_rolesanywhere/__init__.py +67 -19
- aws_cdk/aws_route53/__init__.py +36 -36
- aws_cdk/aws_route53profiles/__init__.py +11 -11
- aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
- aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
- aws_cdk/aws_route53resolver/__init__.py +123 -82
- aws_cdk/aws_rum/__init__.py +6 -6
- aws_cdk/aws_s3/__init__.py +136 -80
- aws_cdk/aws_s3_deployment/__init__.py +30 -24
- aws_cdk/aws_s3_notifications/__init__.py +3 -4
- aws_cdk/aws_s3express/__init__.py +5 -5
- aws_cdk/aws_s3objectlambda/__init__.py +6 -6
- aws_cdk/aws_s3outposts/__init__.py +16 -16
- aws_cdk/aws_sagemaker/__init__.py +2414 -282
- aws_cdk/aws_sam/__init__.py +101 -101
- aws_cdk/aws_scheduler/__init__.py +13 -13
- aws_cdk/aws_sdb/__init__.py +1 -1
- aws_cdk/aws_secretsmanager/__init__.py +20 -19
- aws_cdk/aws_securityhub/__init__.py +70 -57
- aws_cdk/aws_securitylake/__init__.py +341 -16
- aws_cdk/aws_servicecatalog/__init__.py +87 -87
- aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
- aws_cdk/aws_servicediscovery/__init__.py +23 -23
- aws_cdk/aws_ses/__init__.py +12038 -5604
- aws_cdk/aws_shield/__init__.py +15 -15
- aws_cdk/aws_signer/__init__.py +9 -9
- aws_cdk/aws_simspaceweaver/__init__.py +5 -5
- aws_cdk/aws_sns/__init__.py +28 -28
- aws_cdk/aws_sqs/__init__.py +20 -20
- aws_cdk/aws_ssm/__init__.py +176 -105
- aws_cdk/aws_ssmcontacts/__init__.py +18 -18
- aws_cdk/aws_ssmincidents/__init__.py +11 -11
- aws_cdk/aws_sso/__init__.py +31 -31
- aws_cdk/aws_stepfunctions/__init__.py +370 -28
- aws_cdk/aws_supportapp/__init__.py +11 -11
- aws_cdk/aws_synthetics/__init__.py +18 -18
- aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
- aws_cdk/aws_timestream/__init__.py +34 -34
- aws_cdk/aws_transfer/__init__.py +57 -57
- aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
- aws_cdk/aws_voiceid/__init__.py +4 -4
- aws_cdk/aws_vpclattice/__init__.py +42 -42
- aws_cdk/aws_waf/__init__.py +17 -17
- aws_cdk/aws_wafregional/__init__.py +28 -28
- aws_cdk/aws_wafv2/__init__.py +39 -39
- aws_cdk/aws_wisdom/__init__.py +16 -16
- aws_cdk/aws_workspaces/__init__.py +18 -18
- aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
- aws_cdk/aws_workspacesweb/__init__.py +87 -46
- aws_cdk/aws_xray/__init__.py +12 -12
- aws_cdk/cloud_assembly_schema/__init__.py +348 -239
- aws_cdk/custom_resources/__init__.py +289 -0
- aws_cdk/cx_api/__init__.py +15 -15
- aws_cdk/pipelines/__init__.py +172 -237
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.1.dist-info/RECORD +292 -0
- aws_cdk_lib-2.153.0.dist-info/RECORD +0 -291
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/top_level.txt +0 -0
|
@@ -2129,6 +2129,7 @@ class CfnFleet(
|
|
|
2129
2129
|
subnets=["subnets"],
|
|
2130
2130
|
vpc_id="vpcId"
|
|
2131
2131
|
),
|
|
2132
|
+
image_id="imageId",
|
|
2132
2133
|
name="name",
|
|
2133
2134
|
overflow_behavior="overflowBehavior",
|
|
2134
2135
|
tags=[CfnTag(
|
|
@@ -2148,6 +2149,7 @@ class CfnFleet(
|
|
|
2148
2149
|
environment_type: typing.Optional[builtins.str] = None,
|
|
2149
2150
|
fleet_service_role: typing.Optional[builtins.str] = None,
|
|
2150
2151
|
fleet_vpc_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFleet.VpcConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2152
|
+
image_id: typing.Optional[builtins.str] = None,
|
|
2151
2153
|
name: typing.Optional[builtins.str] = None,
|
|
2152
2154
|
overflow_behavior: typing.Optional[builtins.str] = None,
|
|
2153
2155
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -2160,6 +2162,7 @@ class CfnFleet(
|
|
|
2160
2162
|
:param environment_type: The environment type of the compute fleet. - The environment type ``ARM_CONTAINER`` is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), Asia Pacific (Mumbai), Asia Pacific (Tokyo), Asia Pacific (Singapore), Asia Pacific (Sydney), EU (Frankfurt), and South America (São Paulo). - The environment type ``LINUX_CONTAINER`` is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Singapore), Asia Pacific (Sydney), South America (São Paulo), and Asia Pacific (Mumbai). - The environment type ``LINUX_GPU_CONTAINER`` is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), and Asia Pacific (Sydney). - The environment type ``WINDOWS_SERVER_2019_CONTAINER`` is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Sydney), Asia Pacific (Tokyo), Asia Pacific (Mumbai) and EU (Ireland). - The environment type ``WINDOWS_SERVER_2022_CONTAINER`` is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Sydney), Asia Pacific (Singapore), Asia Pacific (Tokyo), South America (São Paulo) and Asia Pacific (Mumbai). For more information, see `Build environment compute types <https://docs.aws.amazon.com//codebuild/latest/userguide/build-env-ref-compute-types.html>`_ in the *AWS CodeBuild user guide* .
|
|
2161
2163
|
:param fleet_service_role: The service role associated with the compute fleet. For more information, see `Allow a user to add a permission policy for a fleet service role <https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-permission-policy-fleet-service-role.html>`_ in the *AWS CodeBuild User Guide* .
|
|
2162
2164
|
:param fleet_vpc_config: Information about the VPC configuration that AWS CodeBuild accesses.
|
|
2165
|
+
:param image_id:
|
|
2163
2166
|
:param name: The name of the compute fleet.
|
|
2164
2167
|
:param overflow_behavior: The compute fleet overflow behavior. - For overflow behavior ``QUEUE`` , your overflow builds need to wait on the existing fleet instance to become available. - For overflow behavior ``ON_DEMAND`` , your overflow builds run on CodeBuild on-demand. .. epigraph:: If you choose to set your overflow behavior to on-demand while creating a VPC-connected fleet, make sure that you add the required VPC permissions to your project service role. For more information, see `Example policy statement to allow CodeBuild access to AWS services required to create a VPC network interface <https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-create-vpc-network-interface>`_ .
|
|
2165
2168
|
:param tags: A list of tag key and value pairs associated with this compute fleet. These tags are available for use by AWS services that support AWS CodeBuild compute fleet tags.
|
|
@@ -2174,6 +2177,7 @@ class CfnFleet(
|
|
|
2174
2177
|
environment_type=environment_type,
|
|
2175
2178
|
fleet_service_role=fleet_service_role,
|
|
2176
2179
|
fleet_vpc_config=fleet_vpc_config,
|
|
2180
|
+
image_id=image_id,
|
|
2177
2181
|
name=name,
|
|
2178
2182
|
overflow_behavior=overflow_behavior,
|
|
2179
2183
|
tags=tags,
|
|
@@ -2242,7 +2246,7 @@ class CfnFleet(
|
|
|
2242
2246
|
if __debug__:
|
|
2243
2247
|
type_hints = typing.get_type_hints(_typecheckingstub__7df4adf6dedb39ee1c452caee6956a364bc077851ebb9eb888e2406741acda39)
|
|
2244
2248
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2245
|
-
jsii.set(self, "baseCapacity", value)
|
|
2249
|
+
jsii.set(self, "baseCapacity", value) # pyright: ignore[reportArgumentType]
|
|
2246
2250
|
|
|
2247
2251
|
@builtins.property
|
|
2248
2252
|
@jsii.member(jsii_name="computeType")
|
|
@@ -2258,7 +2262,7 @@ class CfnFleet(
|
|
|
2258
2262
|
if __debug__:
|
|
2259
2263
|
type_hints = typing.get_type_hints(_typecheckingstub__e7b3d268b941417efe9e6f203250e8e05a249e1933ac9362c654f59afc665b1c)
|
|
2260
2264
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2261
|
-
jsii.set(self, "computeType", value)
|
|
2265
|
+
jsii.set(self, "computeType", value) # pyright: ignore[reportArgumentType]
|
|
2262
2266
|
|
|
2263
2267
|
@builtins.property
|
|
2264
2268
|
@jsii.member(jsii_name="environmentType")
|
|
@@ -2271,7 +2275,7 @@ class CfnFleet(
|
|
|
2271
2275
|
if __debug__:
|
|
2272
2276
|
type_hints = typing.get_type_hints(_typecheckingstub__4d5a42169d2cc02d25a87396b652a3dc9007739395cd74f9639d93a05b7b82ef)
|
|
2273
2277
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2274
|
-
jsii.set(self, "environmentType", value)
|
|
2278
|
+
jsii.set(self, "environmentType", value) # pyright: ignore[reportArgumentType]
|
|
2275
2279
|
|
|
2276
2280
|
@builtins.property
|
|
2277
2281
|
@jsii.member(jsii_name="fleetServiceRole")
|
|
@@ -2284,7 +2288,7 @@ class CfnFleet(
|
|
|
2284
2288
|
if __debug__:
|
|
2285
2289
|
type_hints = typing.get_type_hints(_typecheckingstub__0b52d1cb270ba8d5003bf566dbe54e74e91dc4a1bb45f3b32037d9188035304a)
|
|
2286
2290
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2287
|
-
jsii.set(self, "fleetServiceRole", value)
|
|
2291
|
+
jsii.set(self, "fleetServiceRole", value) # pyright: ignore[reportArgumentType]
|
|
2288
2292
|
|
|
2289
2293
|
@builtins.property
|
|
2290
2294
|
@jsii.member(jsii_name="fleetVpcConfig")
|
|
@@ -2302,7 +2306,19 @@ class CfnFleet(
|
|
|
2302
2306
|
if __debug__:
|
|
2303
2307
|
type_hints = typing.get_type_hints(_typecheckingstub__c66d1798050c93d95746b1057fb5b75bf773869be3796e773defefc3ad1bb1fc)
|
|
2304
2308
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2305
|
-
jsii.set(self, "fleetVpcConfig", value)
|
|
2309
|
+
jsii.set(self, "fleetVpcConfig", value) # pyright: ignore[reportArgumentType]
|
|
2310
|
+
|
|
2311
|
+
@builtins.property
|
|
2312
|
+
@jsii.member(jsii_name="imageId")
|
|
2313
|
+
def image_id(self) -> typing.Optional[builtins.str]:
|
|
2314
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "imageId"))
|
|
2315
|
+
|
|
2316
|
+
@image_id.setter
|
|
2317
|
+
def image_id(self, value: typing.Optional[builtins.str]) -> None:
|
|
2318
|
+
if __debug__:
|
|
2319
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a33f552a37e35f306dfe760e51f68c6ca42ccd6b0ff4f2384f78f2d64f098f01)
|
|
2320
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2321
|
+
jsii.set(self, "imageId", value) # pyright: ignore[reportArgumentType]
|
|
2306
2322
|
|
|
2307
2323
|
@builtins.property
|
|
2308
2324
|
@jsii.member(jsii_name="name")
|
|
@@ -2315,7 +2331,7 @@ class CfnFleet(
|
|
|
2315
2331
|
if __debug__:
|
|
2316
2332
|
type_hints = typing.get_type_hints(_typecheckingstub__81a1c2090a083488d8e471132fa655912efe0a0fbc6ff93d4665fff305cc8b48)
|
|
2317
2333
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2318
|
-
jsii.set(self, "name", value)
|
|
2334
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
2319
2335
|
|
|
2320
2336
|
@builtins.property
|
|
2321
2337
|
@jsii.member(jsii_name="overflowBehavior")
|
|
@@ -2328,7 +2344,7 @@ class CfnFleet(
|
|
|
2328
2344
|
if __debug__:
|
|
2329
2345
|
type_hints = typing.get_type_hints(_typecheckingstub__bf36f41fa1ee306ba1e159a2bd108d828ec990d8ed85038c3b823cc85f71473d)
|
|
2330
2346
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2331
|
-
jsii.set(self, "overflowBehavior", value)
|
|
2347
|
+
jsii.set(self, "overflowBehavior", value) # pyright: ignore[reportArgumentType]
|
|
2332
2348
|
|
|
2333
2349
|
@builtins.property
|
|
2334
2350
|
@jsii.member(jsii_name="tags")
|
|
@@ -2341,7 +2357,7 @@ class CfnFleet(
|
|
|
2341
2357
|
if __debug__:
|
|
2342
2358
|
type_hints = typing.get_type_hints(_typecheckingstub__dd8d232a7a18b97fcd2d21d60ea770b5fdd85dd8808e961cb9b071d34e6af4ee)
|
|
2343
2359
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2344
|
-
jsii.set(self, "tags", value)
|
|
2360
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
2345
2361
|
|
|
2346
2362
|
@jsii.data_type(
|
|
2347
2363
|
jsii_type="aws-cdk-lib.aws_codebuild.CfnFleet.VpcConfigProperty",
|
|
@@ -2442,6 +2458,7 @@ class CfnFleet(
|
|
|
2442
2458
|
"environment_type": "environmentType",
|
|
2443
2459
|
"fleet_service_role": "fleetServiceRole",
|
|
2444
2460
|
"fleet_vpc_config": "fleetVpcConfig",
|
|
2461
|
+
"image_id": "imageId",
|
|
2445
2462
|
"name": "name",
|
|
2446
2463
|
"overflow_behavior": "overflowBehavior",
|
|
2447
2464
|
"tags": "tags",
|
|
@@ -2456,6 +2473,7 @@ class CfnFleetProps:
|
|
|
2456
2473
|
environment_type: typing.Optional[builtins.str] = None,
|
|
2457
2474
|
fleet_service_role: typing.Optional[builtins.str] = None,
|
|
2458
2475
|
fleet_vpc_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFleet.VpcConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2476
|
+
image_id: typing.Optional[builtins.str] = None,
|
|
2459
2477
|
name: typing.Optional[builtins.str] = None,
|
|
2460
2478
|
overflow_behavior: typing.Optional[builtins.str] = None,
|
|
2461
2479
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -2467,6 +2485,7 @@ class CfnFleetProps:
|
|
|
2467
2485
|
:param environment_type: The environment type of the compute fleet. - The environment type ``ARM_CONTAINER`` is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), Asia Pacific (Mumbai), Asia Pacific (Tokyo), Asia Pacific (Singapore), Asia Pacific (Sydney), EU (Frankfurt), and South America (São Paulo). - The environment type ``LINUX_CONTAINER`` is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Singapore), Asia Pacific (Sydney), South America (São Paulo), and Asia Pacific (Mumbai). - The environment type ``LINUX_GPU_CONTAINER`` is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), and Asia Pacific (Sydney). - The environment type ``WINDOWS_SERVER_2019_CONTAINER`` is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Sydney), Asia Pacific (Tokyo), Asia Pacific (Mumbai) and EU (Ireland). - The environment type ``WINDOWS_SERVER_2022_CONTAINER`` is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Sydney), Asia Pacific (Singapore), Asia Pacific (Tokyo), South America (São Paulo) and Asia Pacific (Mumbai). For more information, see `Build environment compute types <https://docs.aws.amazon.com//codebuild/latest/userguide/build-env-ref-compute-types.html>`_ in the *AWS CodeBuild user guide* .
|
|
2468
2486
|
:param fleet_service_role: The service role associated with the compute fleet. For more information, see `Allow a user to add a permission policy for a fleet service role <https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-permission-policy-fleet-service-role.html>`_ in the *AWS CodeBuild User Guide* .
|
|
2469
2487
|
:param fleet_vpc_config: Information about the VPC configuration that AWS CodeBuild accesses.
|
|
2488
|
+
:param image_id:
|
|
2470
2489
|
:param name: The name of the compute fleet.
|
|
2471
2490
|
:param overflow_behavior: The compute fleet overflow behavior. - For overflow behavior ``QUEUE`` , your overflow builds need to wait on the existing fleet instance to become available. - For overflow behavior ``ON_DEMAND`` , your overflow builds run on CodeBuild on-demand. .. epigraph:: If you choose to set your overflow behavior to on-demand while creating a VPC-connected fleet, make sure that you add the required VPC permissions to your project service role. For more information, see `Example policy statement to allow CodeBuild access to AWS services required to create a VPC network interface <https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-create-vpc-network-interface>`_ .
|
|
2472
2491
|
:param tags: A list of tag key and value pairs associated with this compute fleet. These tags are available for use by AWS services that support AWS CodeBuild compute fleet tags.
|
|
@@ -2490,6 +2509,7 @@ class CfnFleetProps:
|
|
|
2490
2509
|
subnets=["subnets"],
|
|
2491
2510
|
vpc_id="vpcId"
|
|
2492
2511
|
),
|
|
2512
|
+
image_id="imageId",
|
|
2493
2513
|
name="name",
|
|
2494
2514
|
overflow_behavior="overflowBehavior",
|
|
2495
2515
|
tags=[CfnTag(
|
|
@@ -2505,6 +2525,7 @@ class CfnFleetProps:
|
|
|
2505
2525
|
check_type(argname="argument environment_type", value=environment_type, expected_type=type_hints["environment_type"])
|
|
2506
2526
|
check_type(argname="argument fleet_service_role", value=fleet_service_role, expected_type=type_hints["fleet_service_role"])
|
|
2507
2527
|
check_type(argname="argument fleet_vpc_config", value=fleet_vpc_config, expected_type=type_hints["fleet_vpc_config"])
|
|
2528
|
+
check_type(argname="argument image_id", value=image_id, expected_type=type_hints["image_id"])
|
|
2508
2529
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
2509
2530
|
check_type(argname="argument overflow_behavior", value=overflow_behavior, expected_type=type_hints["overflow_behavior"])
|
|
2510
2531
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
@@ -2519,6 +2540,8 @@ class CfnFleetProps:
|
|
|
2519
2540
|
self._values["fleet_service_role"] = fleet_service_role
|
|
2520
2541
|
if fleet_vpc_config is not None:
|
|
2521
2542
|
self._values["fleet_vpc_config"] = fleet_vpc_config
|
|
2543
|
+
if image_id is not None:
|
|
2544
|
+
self._values["image_id"] = image_id
|
|
2522
2545
|
if name is not None:
|
|
2523
2546
|
self._values["name"] = name
|
|
2524
2547
|
if overflow_behavior is not None:
|
|
@@ -2603,6 +2626,14 @@ class CfnFleetProps:
|
|
|
2603
2626
|
result = self._values.get("fleet_vpc_config")
|
|
2604
2627
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnFleet.VpcConfigProperty]], result)
|
|
2605
2628
|
|
|
2629
|
+
@builtins.property
|
|
2630
|
+
def image_id(self) -> typing.Optional[builtins.str]:
|
|
2631
|
+
'''
|
|
2632
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-fleet.html#cfn-codebuild-fleet-imageid
|
|
2633
|
+
'''
|
|
2634
|
+
result = self._values.get("image_id")
|
|
2635
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2636
|
+
|
|
2606
2637
|
@builtins.property
|
|
2607
2638
|
def name(self) -> typing.Optional[builtins.str]:
|
|
2608
2639
|
'''The name of the compute fleet.
|
|
@@ -3025,7 +3056,7 @@ class CfnProject(
|
|
|
3025
3056
|
if __debug__:
|
|
3026
3057
|
type_hints = typing.get_type_hints(_typecheckingstub__03ff5e1271d1fde785d59ce0d7942ad69f5b0857878c20212e3070218fc4268d)
|
|
3027
3058
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3028
|
-
jsii.set(self, "artifacts", value)
|
|
3059
|
+
jsii.set(self, "artifacts", value) # pyright: ignore[reportArgumentType]
|
|
3029
3060
|
|
|
3030
3061
|
@builtins.property
|
|
3031
3062
|
@jsii.member(jsii_name="environment")
|
|
@@ -3043,7 +3074,7 @@ class CfnProject(
|
|
|
3043
3074
|
if __debug__:
|
|
3044
3075
|
type_hints = typing.get_type_hints(_typecheckingstub__e81642ec96eae18f927ec3969adcc27983707dfd99d910c197a50b19ad98bf7e)
|
|
3045
3076
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3046
|
-
jsii.set(self, "environment", value)
|
|
3077
|
+
jsii.set(self, "environment", value) # pyright: ignore[reportArgumentType]
|
|
3047
3078
|
|
|
3048
3079
|
@builtins.property
|
|
3049
3080
|
@jsii.member(jsii_name="serviceRole")
|
|
@@ -3056,7 +3087,7 @@ class CfnProject(
|
|
|
3056
3087
|
if __debug__:
|
|
3057
3088
|
type_hints = typing.get_type_hints(_typecheckingstub__f6063fb4d172a483ba54b222cf5361f1b5454ba21ff45a404740af0fe88080b2)
|
|
3058
3089
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3059
|
-
jsii.set(self, "serviceRole", value)
|
|
3090
|
+
jsii.set(self, "serviceRole", value) # pyright: ignore[reportArgumentType]
|
|
3060
3091
|
|
|
3061
3092
|
@builtins.property
|
|
3062
3093
|
@jsii.member(jsii_name="source")
|
|
@@ -3074,7 +3105,7 @@ class CfnProject(
|
|
|
3074
3105
|
if __debug__:
|
|
3075
3106
|
type_hints = typing.get_type_hints(_typecheckingstub__1c380bec8add38a9402c557e44b425d5b187bcc5edacf6ce6379ab4da0211d0f)
|
|
3076
3107
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3077
|
-
jsii.set(self, "source", value)
|
|
3108
|
+
jsii.set(self, "source", value) # pyright: ignore[reportArgumentType]
|
|
3078
3109
|
|
|
3079
3110
|
@builtins.property
|
|
3080
3111
|
@jsii.member(jsii_name="badgeEnabled")
|
|
@@ -3092,7 +3123,7 @@ class CfnProject(
|
|
|
3092
3123
|
if __debug__:
|
|
3093
3124
|
type_hints = typing.get_type_hints(_typecheckingstub__b88d7a5e667269d00acc9148cb550d229e0c38feacefc2756938b6a6e77bd47b)
|
|
3094
3125
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3095
|
-
jsii.set(self, "badgeEnabled", value)
|
|
3126
|
+
jsii.set(self, "badgeEnabled", value) # pyright: ignore[reportArgumentType]
|
|
3096
3127
|
|
|
3097
3128
|
@builtins.property
|
|
3098
3129
|
@jsii.member(jsii_name="buildBatchConfig")
|
|
@@ -3110,7 +3141,7 @@ class CfnProject(
|
|
|
3110
3141
|
if __debug__:
|
|
3111
3142
|
type_hints = typing.get_type_hints(_typecheckingstub__40f4681900059263233f1b4da655568b710c3e634e5fa39e0f3fddfed6bbec72)
|
|
3112
3143
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3113
|
-
jsii.set(self, "buildBatchConfig", value)
|
|
3144
|
+
jsii.set(self, "buildBatchConfig", value) # pyright: ignore[reportArgumentType]
|
|
3114
3145
|
|
|
3115
3146
|
@builtins.property
|
|
3116
3147
|
@jsii.member(jsii_name="cache")
|
|
@@ -3128,7 +3159,7 @@ class CfnProject(
|
|
|
3128
3159
|
if __debug__:
|
|
3129
3160
|
type_hints = typing.get_type_hints(_typecheckingstub__9ad770edd592e4a05d430d9df3861dc104eeac7d8f7e55beac9bada79626a413)
|
|
3130
3161
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3131
|
-
jsii.set(self, "cache", value)
|
|
3162
|
+
jsii.set(self, "cache", value) # pyright: ignore[reportArgumentType]
|
|
3132
3163
|
|
|
3133
3164
|
@builtins.property
|
|
3134
3165
|
@jsii.member(jsii_name="concurrentBuildLimit")
|
|
@@ -3141,7 +3172,7 @@ class CfnProject(
|
|
|
3141
3172
|
if __debug__:
|
|
3142
3173
|
type_hints = typing.get_type_hints(_typecheckingstub__a4afffdd2b7056b3a566b21732a46ad570e473fc5cef1f89a68ec408631c1203)
|
|
3143
3174
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3144
|
-
jsii.set(self, "concurrentBuildLimit", value)
|
|
3175
|
+
jsii.set(self, "concurrentBuildLimit", value) # pyright: ignore[reportArgumentType]
|
|
3145
3176
|
|
|
3146
3177
|
@builtins.property
|
|
3147
3178
|
@jsii.member(jsii_name="description")
|
|
@@ -3154,7 +3185,7 @@ class CfnProject(
|
|
|
3154
3185
|
if __debug__:
|
|
3155
3186
|
type_hints = typing.get_type_hints(_typecheckingstub__3159a7f3377584b3f6714a9c9e4238a1dfcaf38bba017fa2f629ac3de40dfbca)
|
|
3156
3187
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3157
|
-
jsii.set(self, "description", value)
|
|
3188
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
3158
3189
|
|
|
3159
3190
|
@builtins.property
|
|
3160
3191
|
@jsii.member(jsii_name="encryptionKey")
|
|
@@ -3167,7 +3198,7 @@ class CfnProject(
|
|
|
3167
3198
|
if __debug__:
|
|
3168
3199
|
type_hints = typing.get_type_hints(_typecheckingstub__723942b427e646ab83275b85d854a9186edcd40568c46e479b22b25459fd9bfc)
|
|
3169
3200
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3170
|
-
jsii.set(self, "encryptionKey", value)
|
|
3201
|
+
jsii.set(self, "encryptionKey", value) # pyright: ignore[reportArgumentType]
|
|
3171
3202
|
|
|
3172
3203
|
@builtins.property
|
|
3173
3204
|
@jsii.member(jsii_name="fileSystemLocations")
|
|
@@ -3185,7 +3216,7 @@ class CfnProject(
|
|
|
3185
3216
|
if __debug__:
|
|
3186
3217
|
type_hints = typing.get_type_hints(_typecheckingstub__b12b5b2a51f69048e5d0213cc656160cdb2c037679f0fc1ec8984818a2ff90a4)
|
|
3187
3218
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3188
|
-
jsii.set(self, "fileSystemLocations", value)
|
|
3219
|
+
jsii.set(self, "fileSystemLocations", value) # pyright: ignore[reportArgumentType]
|
|
3189
3220
|
|
|
3190
3221
|
@builtins.property
|
|
3191
3222
|
@jsii.member(jsii_name="logsConfig")
|
|
@@ -3203,7 +3234,7 @@ class CfnProject(
|
|
|
3203
3234
|
if __debug__:
|
|
3204
3235
|
type_hints = typing.get_type_hints(_typecheckingstub__134ffcdb9c1aa6100a17c9c78017bc87dc1f3c09e364302fef372df6e51d949c)
|
|
3205
3236
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3206
|
-
jsii.set(self, "logsConfig", value)
|
|
3237
|
+
jsii.set(self, "logsConfig", value) # pyright: ignore[reportArgumentType]
|
|
3207
3238
|
|
|
3208
3239
|
@builtins.property
|
|
3209
3240
|
@jsii.member(jsii_name="name")
|
|
@@ -3216,7 +3247,7 @@ class CfnProject(
|
|
|
3216
3247
|
if __debug__:
|
|
3217
3248
|
type_hints = typing.get_type_hints(_typecheckingstub__9d844e56aec1bc7724b4874d4beb0c199bcc7c783695cfeb0fdee3eefaafcb59)
|
|
3218
3249
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3219
|
-
jsii.set(self, "name", value)
|
|
3250
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
3220
3251
|
|
|
3221
3252
|
@builtins.property
|
|
3222
3253
|
@jsii.member(jsii_name="queuedTimeoutInMinutes")
|
|
@@ -3229,7 +3260,7 @@ class CfnProject(
|
|
|
3229
3260
|
if __debug__:
|
|
3230
3261
|
type_hints = typing.get_type_hints(_typecheckingstub__3f40e685f90d43ae2081b1906442bea2ed7c86c18105df123ac1de17965960c4)
|
|
3231
3262
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3232
|
-
jsii.set(self, "queuedTimeoutInMinutes", value)
|
|
3263
|
+
jsii.set(self, "queuedTimeoutInMinutes", value) # pyright: ignore[reportArgumentType]
|
|
3233
3264
|
|
|
3234
3265
|
@builtins.property
|
|
3235
3266
|
@jsii.member(jsii_name="resourceAccessRole")
|
|
@@ -3242,7 +3273,7 @@ class CfnProject(
|
|
|
3242
3273
|
if __debug__:
|
|
3243
3274
|
type_hints = typing.get_type_hints(_typecheckingstub__df3f5ccd011ab099cd9849fb4a696b1d7b98adc0dca82c84cfc2bc4189370e79)
|
|
3244
3275
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3245
|
-
jsii.set(self, "resourceAccessRole", value)
|
|
3276
|
+
jsii.set(self, "resourceAccessRole", value) # pyright: ignore[reportArgumentType]
|
|
3246
3277
|
|
|
3247
3278
|
@builtins.property
|
|
3248
3279
|
@jsii.member(jsii_name="secondaryArtifacts")
|
|
@@ -3260,7 +3291,7 @@ class CfnProject(
|
|
|
3260
3291
|
if __debug__:
|
|
3261
3292
|
type_hints = typing.get_type_hints(_typecheckingstub__a27c587a59a7ad5f961c8c280b4ec76ac3673bc5d885123fce147ba8afdb198d)
|
|
3262
3293
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3263
|
-
jsii.set(self, "secondaryArtifacts", value)
|
|
3294
|
+
jsii.set(self, "secondaryArtifacts", value) # pyright: ignore[reportArgumentType]
|
|
3264
3295
|
|
|
3265
3296
|
@builtins.property
|
|
3266
3297
|
@jsii.member(jsii_name="secondarySources")
|
|
@@ -3278,7 +3309,7 @@ class CfnProject(
|
|
|
3278
3309
|
if __debug__:
|
|
3279
3310
|
type_hints = typing.get_type_hints(_typecheckingstub__89ab9bff29a9d3ceda60af0ab1a108771b410dc0e7275ef72b8563087d848435)
|
|
3280
3311
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3281
|
-
jsii.set(self, "secondarySources", value)
|
|
3312
|
+
jsii.set(self, "secondarySources", value) # pyright: ignore[reportArgumentType]
|
|
3282
3313
|
|
|
3283
3314
|
@builtins.property
|
|
3284
3315
|
@jsii.member(jsii_name="secondarySourceVersions")
|
|
@@ -3296,7 +3327,7 @@ class CfnProject(
|
|
|
3296
3327
|
if __debug__:
|
|
3297
3328
|
type_hints = typing.get_type_hints(_typecheckingstub__554781b1b724736166c94ba418957a36222c7c0e1e88f93ac12241d9adfb4660)
|
|
3298
3329
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3299
|
-
jsii.set(self, "secondarySourceVersions", value)
|
|
3330
|
+
jsii.set(self, "secondarySourceVersions", value) # pyright: ignore[reportArgumentType]
|
|
3300
3331
|
|
|
3301
3332
|
@builtins.property
|
|
3302
3333
|
@jsii.member(jsii_name="sourceVersion")
|
|
@@ -3309,7 +3340,7 @@ class CfnProject(
|
|
|
3309
3340
|
if __debug__:
|
|
3310
3341
|
type_hints = typing.get_type_hints(_typecheckingstub__edb79b5b75492cf718b5a9aa115e1aa00e59ce6d8d81acf1c4437cfddb79aa6b)
|
|
3311
3342
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3312
|
-
jsii.set(self, "sourceVersion", value)
|
|
3343
|
+
jsii.set(self, "sourceVersion", value) # pyright: ignore[reportArgumentType]
|
|
3313
3344
|
|
|
3314
3345
|
@builtins.property
|
|
3315
3346
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -3322,7 +3353,7 @@ class CfnProject(
|
|
|
3322
3353
|
if __debug__:
|
|
3323
3354
|
type_hints = typing.get_type_hints(_typecheckingstub__99453a77aaac2a951ab2764cccd1e97b204cb9169e1706ad6e2f2c4d831b84a9)
|
|
3324
3355
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3325
|
-
jsii.set(self, "tagsRaw", value)
|
|
3356
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
3326
3357
|
|
|
3327
3358
|
@builtins.property
|
|
3328
3359
|
@jsii.member(jsii_name="timeoutInMinutes")
|
|
@@ -3335,7 +3366,7 @@ class CfnProject(
|
|
|
3335
3366
|
if __debug__:
|
|
3336
3367
|
type_hints = typing.get_type_hints(_typecheckingstub__e93e1820a6901f2ce954928b59593e83fd415ccc6b2155f7dc71bbe18b772e25)
|
|
3337
3368
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3338
|
-
jsii.set(self, "timeoutInMinutes", value)
|
|
3369
|
+
jsii.set(self, "timeoutInMinutes", value) # pyright: ignore[reportArgumentType]
|
|
3339
3370
|
|
|
3340
3371
|
@builtins.property
|
|
3341
3372
|
@jsii.member(jsii_name="triggers")
|
|
@@ -3353,7 +3384,7 @@ class CfnProject(
|
|
|
3353
3384
|
if __debug__:
|
|
3354
3385
|
type_hints = typing.get_type_hints(_typecheckingstub__8c2fd2a6384033d1e7925ea66d14357eec6d98d5f6add532aa4ca672784a756f)
|
|
3355
3386
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3356
|
-
jsii.set(self, "triggers", value)
|
|
3387
|
+
jsii.set(self, "triggers", value) # pyright: ignore[reportArgumentType]
|
|
3357
3388
|
|
|
3358
3389
|
@builtins.property
|
|
3359
3390
|
@jsii.member(jsii_name="visibility")
|
|
@@ -3369,7 +3400,7 @@ class CfnProject(
|
|
|
3369
3400
|
if __debug__:
|
|
3370
3401
|
type_hints = typing.get_type_hints(_typecheckingstub__f6b9d12520587426fccdee58cbdb9149553e496c0937dd65c20762f47c0cb25f)
|
|
3371
3402
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3372
|
-
jsii.set(self, "visibility", value)
|
|
3403
|
+
jsii.set(self, "visibility", value) # pyright: ignore[reportArgumentType]
|
|
3373
3404
|
|
|
3374
3405
|
@builtins.property
|
|
3375
3406
|
@jsii.member(jsii_name="vpcConfig")
|
|
@@ -3387,7 +3418,7 @@ class CfnProject(
|
|
|
3387
3418
|
if __debug__:
|
|
3388
3419
|
type_hints = typing.get_type_hints(_typecheckingstub__695169be329fc915c4a5842cc33cdd35a02abd9fc92da9b57390f78795c19774)
|
|
3389
3420
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3390
|
-
jsii.set(self, "vpcConfig", value)
|
|
3421
|
+
jsii.set(self, "vpcConfig", value) # pyright: ignore[reportArgumentType]
|
|
3391
3422
|
|
|
3392
3423
|
@jsii.data_type(
|
|
3393
3424
|
jsii_type="aws-cdk-lib.aws_codebuild.CfnProject.ArtifactsProperty",
|
|
@@ -5300,10 +5331,8 @@ class CfnProject(
|
|
|
5300
5331
|
) -> None:
|
|
5301
5332
|
'''``SourceAuth`` is a property of the `AWS CodeBuild Project Source <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html>`_ property type that specifies authorization settings for AWS CodeBuild to access the source code to be built.
|
|
5302
5333
|
|
|
5303
|
-
|
|
5304
|
-
|
|
5305
|
-
:param type: The authorization type to use. The only valid value is ``OAUTH`` , which represents the OAuth authorization type. .. epigraph:: This data type is used by the AWS CodeBuild console only.
|
|
5306
|
-
:param resource: The resource value that applies to the specified authorization type. .. epigraph:: This data type is used by the AWS CodeBuild console only.
|
|
5334
|
+
:param type: The authorization type to use. Valid options are OAUTH, CODECONNECTIONS, or SECRETS_MANAGER.
|
|
5335
|
+
:param resource: The resource value that applies to the specified authorization type.
|
|
5307
5336
|
|
|
5308
5337
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html
|
|
5309
5338
|
:exampleMetadata: fixture=_generated
|
|
@@ -5333,11 +5362,9 @@ class CfnProject(
|
|
|
5333
5362
|
|
|
5334
5363
|
@builtins.property
|
|
5335
5364
|
def type(self) -> builtins.str:
|
|
5336
|
-
'''The authorization type to use.
|
|
5365
|
+
'''The authorization type to use.
|
|
5337
5366
|
|
|
5338
|
-
|
|
5339
|
-
|
|
5340
|
-
This data type is used by the AWS CodeBuild console only.
|
|
5367
|
+
Valid options are OAUTH, CODECONNECTIONS, or SECRETS_MANAGER.
|
|
5341
5368
|
|
|
5342
5369
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-type
|
|
5343
5370
|
'''
|
|
@@ -5349,10 +5376,6 @@ class CfnProject(
|
|
|
5349
5376
|
def resource(self) -> typing.Optional[builtins.str]:
|
|
5350
5377
|
'''The resource value that applies to the specified authorization type.
|
|
5351
5378
|
|
|
5352
|
-
.. epigraph::
|
|
5353
|
-
|
|
5354
|
-
This data type is used by the AWS CodeBuild console only.
|
|
5355
|
-
|
|
5356
5379
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-sourceauth.html#cfn-codebuild-project-sourceauth-resource
|
|
5357
5380
|
'''
|
|
5358
5381
|
result = self._values.get("resource")
|
|
@@ -5403,7 +5426,7 @@ class CfnProject(
|
|
|
5403
5426
|
'''``Source`` is a property of the `AWS::CodeBuild::Project <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html>`_ resource that specifies the source code settings for the project, such as the source code's repository type and location.
|
|
5404
5427
|
|
|
5405
5428
|
:param type: The type of repository that contains the source code to be built. Valid values include:. - ``BITBUCKET`` : The source code is in a Bitbucket repository. - ``CODECOMMIT`` : The source code is in an CodeCommit repository. - ``CODEPIPELINE`` : The source code settings are specified in the source action of a pipeline in CodePipeline. - ``GITHUB`` : The source code is in a GitHub repository. - ``GITHUB_ENTERPRISE`` : The source code is in a GitHub Enterprise Server repository. - ``GITLAB`` : The source code is in a GitLab repository. - ``GITLAB_SELF_MANAGED`` : The source code is in a self-managed GitLab repository. - ``NO_SOURCE`` : The project does not have input source code. - ``S3`` : The source code is in an Amazon S3 bucket.
|
|
5406
|
-
:param auth: Information about the authorization settings for AWS CodeBuild to access the source code to be built.
|
|
5429
|
+
:param auth: Information about the authorization settings for AWS CodeBuild to access the source code to be built.
|
|
5407
5430
|
:param build_spec: The build specification for the project. If this value is not provided, then the source code must contain a buildspec file named ``buildspec.yml`` at the root level. If this value is provided, it can be either a single string containing the entire build specification, or the path to an alternate buildspec file relative to the value of the built-in environment variable ``CODEBUILD_SRC_DIR`` . The alternate buildspec file can have a name other than ``buildspec.yml`` , for example ``myspec.yml`` or ``build_spec_qa.yml`` or similar. For more information, see the `Build Spec Reference <https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html#build-spec-ref-example>`_ in the *AWS CodeBuild User Guide* .
|
|
5408
5431
|
:param build_status_config: Contains information that defines how the build project reports the build status to the source provider. This option is only used when the source provider is ``GITHUB`` , ``GITHUB_ENTERPRISE`` , or ``BITBUCKET`` .
|
|
5409
5432
|
:param git_clone_depth: The depth of history to download. Minimum value is 0. If this value is 0, greater than 25, or not provided, then the full history is downloaded with each build project. If your source type is Amazon S3, this value is not supported.
|
|
@@ -5507,8 +5530,6 @@ class CfnProject(
|
|
|
5507
5530
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnProject.SourceAuthProperty"]]:
|
|
5508
5531
|
'''Information about the authorization settings for AWS CodeBuild to access the source code to be built.
|
|
5509
5532
|
|
|
5510
|
-
This information is for the AWS CodeBuild console's use only. Your code should not get or set ``Auth`` directly.
|
|
5511
|
-
|
|
5512
5533
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html#cfn-codebuild-project-source-auth
|
|
5513
5534
|
'''
|
|
5514
5535
|
result = self._values.get("auth")
|
|
@@ -6702,7 +6723,7 @@ class CfnReportGroup(
|
|
|
6702
6723
|
if __debug__:
|
|
6703
6724
|
type_hints = typing.get_type_hints(_typecheckingstub__f96cf5e0a1f241a7cbcaffd5be51152e1edd0c6f3e7934c2284e727cccba7b94)
|
|
6704
6725
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6705
|
-
jsii.set(self, "exportConfig", value)
|
|
6726
|
+
jsii.set(self, "exportConfig", value) # pyright: ignore[reportArgumentType]
|
|
6706
6727
|
|
|
6707
6728
|
@builtins.property
|
|
6708
6729
|
@jsii.member(jsii_name="type")
|
|
@@ -6718,7 +6739,7 @@ class CfnReportGroup(
|
|
|
6718
6739
|
if __debug__:
|
|
6719
6740
|
type_hints = typing.get_type_hints(_typecheckingstub__b853f801cef9b7d0b191644f77977f831831cd57d212f6212fae9116ed19ba0b)
|
|
6720
6741
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6721
|
-
jsii.set(self, "type", value)
|
|
6742
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
6722
6743
|
|
|
6723
6744
|
@builtins.property
|
|
6724
6745
|
@jsii.member(jsii_name="deleteReports")
|
|
@@ -6736,7 +6757,7 @@ class CfnReportGroup(
|
|
|
6736
6757
|
if __debug__:
|
|
6737
6758
|
type_hints = typing.get_type_hints(_typecheckingstub__a7e923011124874f632f5e58a5526939f6dfc98ffa942ca3b7e9b0532bf51284)
|
|
6738
6759
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6739
|
-
jsii.set(self, "deleteReports", value)
|
|
6760
|
+
jsii.set(self, "deleteReports", value) # pyright: ignore[reportArgumentType]
|
|
6740
6761
|
|
|
6741
6762
|
@builtins.property
|
|
6742
6763
|
@jsii.member(jsii_name="name")
|
|
@@ -6749,7 +6770,7 @@ class CfnReportGroup(
|
|
|
6749
6770
|
if __debug__:
|
|
6750
6771
|
type_hints = typing.get_type_hints(_typecheckingstub__33ca174632a8de9736ef63f483d3cd9f6a0fbab79558db0df3e4422c4d5f57f7)
|
|
6751
6772
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6752
|
-
jsii.set(self, "name", value)
|
|
6773
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
6753
6774
|
|
|
6754
6775
|
@builtins.property
|
|
6755
6776
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -6762,7 +6783,7 @@ class CfnReportGroup(
|
|
|
6762
6783
|
if __debug__:
|
|
6763
6784
|
type_hints = typing.get_type_hints(_typecheckingstub__2b2d2619a3ff3b19527ca1fa7def91f6174aef5a93358549306e21bfe660fe81)
|
|
6764
6785
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6765
|
-
jsii.set(self, "tagsRaw", value)
|
|
6786
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
6766
6787
|
|
|
6767
6788
|
@jsii.data_type(
|
|
6768
6789
|
jsii_type="aws-cdk-lib.aws_codebuild.CfnReportGroup.ReportExportConfigProperty",
|
|
@@ -7202,9 +7223,9 @@ class CfnSourceCredential(
|
|
|
7202
7223
|
'''
|
|
7203
7224
|
:param scope: Scope in which this resource is defined.
|
|
7204
7225
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
7205
|
-
:param auth_type: The type of authentication used by the credentials. Valid options are OAUTH, BASIC_AUTH, PERSONAL_ACCESS_TOKEN, or
|
|
7226
|
+
:param auth_type: The type of authentication used by the credentials. Valid options are OAUTH, BASIC_AUTH, PERSONAL_ACCESS_TOKEN, CODECONNECTIONS, or SECRETS_MANAGER.
|
|
7206
7227
|
:param server_type: The type of source provider. The valid options are GITHUB, GITHUB_ENTERPRISE, GITLAB, GITLAB_SELF_MANAGED, or BITBUCKET.
|
|
7207
|
-
:param token: For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket, this is either the access token or the app password. For the ``authType`` CODECONNECTIONS, this is the ``connectionArn`` .
|
|
7228
|
+
:param token: For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket, this is either the access token or the app password. For the ``authType`` CODECONNECTIONS, this is the ``connectionArn`` . For the ``authType`` SECRETS_MANAGER, this is the ``secretArn`` .
|
|
7208
7229
|
:param username: The Bitbucket username when the ``authType`` is BASIC_AUTH. This parameter is not valid for other types of source providers or connections.
|
|
7209
7230
|
'''
|
|
7210
7231
|
if __debug__:
|
|
@@ -7274,7 +7295,7 @@ class CfnSourceCredential(
|
|
|
7274
7295
|
if __debug__:
|
|
7275
7296
|
type_hints = typing.get_type_hints(_typecheckingstub__c42bc73af82351f10624b4f6a3f40c5dab0143bee2455de50f44b67ae9ce20e1)
|
|
7276
7297
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7277
|
-
jsii.set(self, "authType", value)
|
|
7298
|
+
jsii.set(self, "authType", value) # pyright: ignore[reportArgumentType]
|
|
7278
7299
|
|
|
7279
7300
|
@builtins.property
|
|
7280
7301
|
@jsii.member(jsii_name="serverType")
|
|
@@ -7287,7 +7308,7 @@ class CfnSourceCredential(
|
|
|
7287
7308
|
if __debug__:
|
|
7288
7309
|
type_hints = typing.get_type_hints(_typecheckingstub__52818159e46d79a4841a96228cb342978db99b45e098211965e7f1021ee21eec)
|
|
7289
7310
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7290
|
-
jsii.set(self, "serverType", value)
|
|
7311
|
+
jsii.set(self, "serverType", value) # pyright: ignore[reportArgumentType]
|
|
7291
7312
|
|
|
7292
7313
|
@builtins.property
|
|
7293
7314
|
@jsii.member(jsii_name="token")
|
|
@@ -7300,7 +7321,7 @@ class CfnSourceCredential(
|
|
|
7300
7321
|
if __debug__:
|
|
7301
7322
|
type_hints = typing.get_type_hints(_typecheckingstub__f42be3fa7facce47a4ee848e6e91e5433d2e64af2050cc4f7558c5a2c1b235da)
|
|
7302
7323
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7303
|
-
jsii.set(self, "token", value)
|
|
7324
|
+
jsii.set(self, "token", value) # pyright: ignore[reportArgumentType]
|
|
7304
7325
|
|
|
7305
7326
|
@builtins.property
|
|
7306
7327
|
@jsii.member(jsii_name="username")
|
|
@@ -7313,7 +7334,7 @@ class CfnSourceCredential(
|
|
|
7313
7334
|
if __debug__:
|
|
7314
7335
|
type_hints = typing.get_type_hints(_typecheckingstub__9d817f65139090b52d3be890ff1474d10ed2f2480ce39f5cdc8a069799efbada)
|
|
7315
7336
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7316
|
-
jsii.set(self, "username", value)
|
|
7337
|
+
jsii.set(self, "username", value) # pyright: ignore[reportArgumentType]
|
|
7317
7338
|
|
|
7318
7339
|
|
|
7319
7340
|
@jsii.data_type(
|
|
@@ -7337,9 +7358,9 @@ class CfnSourceCredentialProps:
|
|
|
7337
7358
|
) -> None:
|
|
7338
7359
|
'''Properties for defining a ``CfnSourceCredential``.
|
|
7339
7360
|
|
|
7340
|
-
:param auth_type: The type of authentication used by the credentials. Valid options are OAUTH, BASIC_AUTH, PERSONAL_ACCESS_TOKEN, or
|
|
7361
|
+
:param auth_type: The type of authentication used by the credentials. Valid options are OAUTH, BASIC_AUTH, PERSONAL_ACCESS_TOKEN, CODECONNECTIONS, or SECRETS_MANAGER.
|
|
7341
7362
|
:param server_type: The type of source provider. The valid options are GITHUB, GITHUB_ENTERPRISE, GITLAB, GITLAB_SELF_MANAGED, or BITBUCKET.
|
|
7342
|
-
:param token: For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket, this is either the access token or the app password. For the ``authType`` CODECONNECTIONS, this is the ``connectionArn`` .
|
|
7363
|
+
:param token: For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket, this is either the access token or the app password. For the ``authType`` CODECONNECTIONS, this is the ``connectionArn`` . For the ``authType`` SECRETS_MANAGER, this is the ``secretArn`` .
|
|
7343
7364
|
:param username: The Bitbucket username when the ``authType`` is BASIC_AUTH. This parameter is not valid for other types of source providers or connections.
|
|
7344
7365
|
|
|
7345
7366
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html
|
|
@@ -7378,7 +7399,7 @@ class CfnSourceCredentialProps:
|
|
|
7378
7399
|
def auth_type(self) -> builtins.str:
|
|
7379
7400
|
'''The type of authentication used by the credentials.
|
|
7380
7401
|
|
|
7381
|
-
Valid options are OAUTH, BASIC_AUTH, PERSONAL_ACCESS_TOKEN, or
|
|
7402
|
+
Valid options are OAUTH, BASIC_AUTH, PERSONAL_ACCESS_TOKEN, CODECONNECTIONS, or SECRETS_MANAGER.
|
|
7382
7403
|
|
|
7383
7404
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-authtype
|
|
7384
7405
|
'''
|
|
@@ -7402,7 +7423,7 @@ class CfnSourceCredentialProps:
|
|
|
7402
7423
|
def token(self) -> builtins.str:
|
|
7403
7424
|
'''For GitHub or GitHub Enterprise, this is the personal access token.
|
|
7404
7425
|
|
|
7405
|
-
For Bitbucket, this is either the access token or the app password. For the ``authType`` CODECONNECTIONS, this is the ``connectionArn`` .
|
|
7426
|
+
For Bitbucket, this is either the access token or the app password. For the ``authType`` CODECONNECTIONS, this is the ``connectionArn`` . For the ``authType`` SECRETS_MANAGER, this is the ``secretArn`` .
|
|
7406
7427
|
|
|
7407
7428
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html#cfn-codebuild-sourcecredential-token
|
|
7408
7429
|
'''
|
|
@@ -8086,12 +8107,14 @@ class ComputeType(enum.Enum):
|
|
|
8086
8107
|
privileged=True
|
|
8087
8108
|
),
|
|
8088
8109
|
timeout=Duration.minutes(90),
|
|
8089
|
-
file_system_locations=[
|
|
8090
|
-
|
|
8091
|
-
|
|
8092
|
-
|
|
8093
|
-
|
|
8094
|
-
|
|
8110
|
+
file_system_locations=[
|
|
8111
|
+
codebuild.FileSystemLocation.efs(
|
|
8112
|
+
identifier="myidentifier2",
|
|
8113
|
+
location="myclodation.mydnsroot.com:/loc",
|
|
8114
|
+
mount_point="/media",
|
|
8115
|
+
mount_options="opts"
|
|
8116
|
+
)
|
|
8117
|
+
],
|
|
8095
8118
|
|
|
8096
8119
|
# Control Elastic Network Interface creation
|
|
8097
8120
|
vpc=vpc,
|
|
@@ -17188,6 +17211,7 @@ def _typecheckingstub__081dd1a893dcfd34d3fe760e75a2377d2c6fbce3f4d815a8e141bcdc0
|
|
|
17188
17211
|
environment_type: typing.Optional[builtins.str] = None,
|
|
17189
17212
|
fleet_service_role: typing.Optional[builtins.str] = None,
|
|
17190
17213
|
fleet_vpc_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFleet.VpcConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
17214
|
+
image_id: typing.Optional[builtins.str] = None,
|
|
17191
17215
|
name: typing.Optional[builtins.str] = None,
|
|
17192
17216
|
overflow_behavior: typing.Optional[builtins.str] = None,
|
|
17193
17217
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -17237,6 +17261,12 @@ def _typecheckingstub__c66d1798050c93d95746b1057fb5b75bf773869be3796e773defefc3a
|
|
|
17237
17261
|
"""Type checking stubs"""
|
|
17238
17262
|
pass
|
|
17239
17263
|
|
|
17264
|
+
def _typecheckingstub__a33f552a37e35f306dfe760e51f68c6ca42ccd6b0ff4f2384f78f2d64f098f01(
|
|
17265
|
+
value: typing.Optional[builtins.str],
|
|
17266
|
+
) -> None:
|
|
17267
|
+
"""Type checking stubs"""
|
|
17268
|
+
pass
|
|
17269
|
+
|
|
17240
17270
|
def _typecheckingstub__81a1c2090a083488d8e471132fa655912efe0a0fbc6ff93d4665fff305cc8b48(
|
|
17241
17271
|
value: typing.Optional[builtins.str],
|
|
17242
17272
|
) -> None:
|
|
@@ -17271,6 +17301,7 @@ def _typecheckingstub__0f3b2fbc34cebb084c954d70b833a508d545b12a4280ff0f8020065e7
|
|
|
17271
17301
|
environment_type: typing.Optional[builtins.str] = None,
|
|
17272
17302
|
fleet_service_role: typing.Optional[builtins.str] = None,
|
|
17273
17303
|
fleet_vpc_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFleet.VpcConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
17304
|
+
image_id: typing.Optional[builtins.str] = None,
|
|
17274
17305
|
name: typing.Optional[builtins.str] = None,
|
|
17275
17306
|
overflow_behavior: typing.Optional[builtins.str] = None,
|
|
17276
17307
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|