aws-cdk-lib 2.133.0__py3-none-any.whl → 2.135.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.
- aws_cdk/__init__.py +14 -1
- aws_cdk/_jsii/__init__.py +4 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.133.0.jsii.tgz → aws-cdk-lib@2.135.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -0
- aws_cdk/assertions/__init__.py +3 -0
- aws_cdk/aws_accessanalyzer/__init__.py +3 -0
- aws_cdk/aws_acmpca/__init__.py +3 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -0
- aws_cdk/aws_amplify/__init__.py +3 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
- aws_cdk/aws_apigateway/__init__.py +3 -0
- aws_cdk/aws_apigatewayv2/__init__.py +108 -3
- aws_cdk/aws_apigatewayv2_authorizers/__init__.py +3 -0
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +158 -3
- aws_cdk/aws_appconfig/__init__.py +189 -8
- aws_cdk/aws_appflow/__init__.py +3 -0
- aws_cdk/aws_appintegrations/__init__.py +560 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +4 -1
- aws_cdk/aws_applicationinsights/__init__.py +3 -0
- aws_cdk/aws_appmesh/__init__.py +4 -1
- aws_cdk/aws_apprunner/__init__.py +3 -0
- aws_cdk/aws_appstream/__init__.py +3 -0
- aws_cdk/aws_appsync/__init__.py +74 -0
- aws_cdk/aws_aps/__init__.py +805 -1
- 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 +9 -4
- aws_cdk/aws_autoscaling_common/__init__.py +3 -0
- aws_cdk/aws_autoscaling_hooktargets/__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 +26 -12
- aws_cdk/aws_backupgateway/__init__.py +3 -0
- aws_cdk/aws_batch/__init__.py +426 -73
- aws_cdk/aws_bedrock/__init__.py +200 -2
- 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 +183 -6
- aws_cdk/aws_cloud9/__init__.py +3 -0
- aws_cdk/aws_cloudformation/__init__.py +4 -1
- aws_cdk/aws_cloudfront/__init__.py +5 -2
- aws_cdk/aws_cloudfront/experimental/__init__.py +3 -0
- aws_cdk/aws_cloudfront_origins/__init__.py +3 -0
- aws_cdk/aws_cloudtrail/__init__.py +47 -14
- aws_cdk/aws_cloudwatch/__init__.py +21 -0
- aws_cdk/aws_cloudwatch_actions/__init__.py +3 -0
- aws_cdk/aws_codeartifact/__init__.py +815 -2
- aws_cdk/aws_codebuild/__init__.py +38 -16
- aws_cdk/aws_codecommit/__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 +27 -8
- aws_cdk/aws_codepipeline_actions/__init__.py +3 -0
- aws_cdk/aws_codestar/__init__.py +3 -0
- aws_cdk/aws_codestarconnections/__init__.py +91 -2
- aws_cdk/aws_codestarnotifications/__init__.py +3 -0
- aws_cdk/aws_cognito/__init__.py +44 -40
- aws_cdk/aws_comprehend/__init__.py +3 -0
- aws_cdk/aws_config/__init__.py +3 -0
- aws_cdk/aws_connect/__init__.py +277 -0
- aws_cdk/aws_connectcampaigns/__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 -0
- aws_cdk/aws_databrew/__init__.py +3 -0
- aws_cdk/aws_datapipeline/__init__.py +3 -0
- aws_cdk/aws_datasync/__init__.py +396 -13
- aws_cdk/aws_datazone/__init__.py +3 -0
- aws_cdk/aws_dax/__init__.py +3 -0
- aws_cdk/aws_detective/__init__.py +3 -0
- aws_cdk/aws_devicefarm/__init__.py +3 -0
- aws_cdk/aws_devopsguru/__init__.py +3 -0
- aws_cdk/aws_directoryservice/__init__.py +3 -0
- aws_cdk/aws_dlm/__init__.py +5 -2
- aws_cdk/aws_dms/__init__.py +30 -9
- aws_cdk/aws_docdb/__init__.py +3 -0
- aws_cdk/aws_docdbelastic/__init__.py +128 -0
- aws_cdk/aws_dynamodb/__init__.py +419 -5
- aws_cdk/aws_ec2/__init__.py +3530 -504
- aws_cdk/aws_ecr/__init__.py +3 -0
- aws_cdk/aws_ecr_assets/__init__.py +3 -0
- aws_cdk/aws_ecs/__init__.py +12 -4
- aws_cdk/aws_ecs_patterns/__init__.py +3 -0
- aws_cdk/aws_efs/__init__.py +3 -0
- aws_cdk/aws_eks/__init__.py +69 -47
- 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 +431 -72
- aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +3 -0
- 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 +3 -0
- aws_cdk/aws_entityresolution/__init__.py +96 -66
- aws_cdk/aws_events/__init__.py +3 -0
- 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_finspace/__init__.py +3 -0
- aws_cdk/aws_fis/__init__.py +3 -0
- aws_cdk/aws_fms/__init__.py +3 -0
- aws_cdk/aws_forecast/__init__.py +3 -0
- aws_cdk/aws_frauddetector/__init__.py +3 -0
- aws_cdk/aws_fsx/__init__.py +3 -0
- aws_cdk/aws_gamelift/__init__.py +3 -0
- aws_cdk/aws_globalaccelerator/__init__.py +5 -2
- aws_cdk/aws_globalaccelerator_endpoints/__init__.py +3 -0
- aws_cdk/aws_glue/__init__.py +147 -3
- 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 +12 -10
- aws_cdk/aws_identitystore/__init__.py +3 -0
- aws_cdk/aws_imagebuilder/__init__.py +3 -0
- aws_cdk/aws_inspector/__init__.py +3 -0
- aws_cdk/aws_inspectorv2/__init__.py +3 -0
- aws_cdk/aws_internetmonitor/__init__.py +88 -0
- aws_cdk/aws_iot/__init__.py +3 -0
- aws_cdk/aws_iot1click/__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 +138 -55
- aws_cdk/aws_iotthingsgraph/__init__.py +3 -0
- aws_cdk/aws_iottwinmaker/__init__.py +3 -0
- aws_cdk/aws_iotwireless/__init__.py +3 -0
- aws_cdk/aws_ivs/__init__.py +3 -0
- aws_cdk/aws_ivschat/__init__.py +3 -0
- aws_cdk/aws_kafkaconnect/__init__.py +1239 -161
- aws_cdk/aws_kendra/__init__.py +56 -39
- aws_cdk/aws_kendraranking/__init__.py +3 -0
- aws_cdk/aws_kinesis/__init__.py +3 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +40 -37
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +40 -37
- aws_cdk/aws_kinesisfirehose/__init__.py +14 -3
- aws_cdk/aws_kinesisvideo/__init__.py +3 -0
- aws_cdk/aws_kms/__init__.py +3 -0
- aws_cdk/aws_lakeformation/__init__.py +3 -0
- aws_cdk/aws_lambda/__init__.py +9 -0
- aws_cdk/aws_lambda_destinations/__init__.py +3 -0
- aws_cdk/aws_lambda_event_sources/__init__.py +45 -18
- aws_cdk/aws_lambda_nodejs/__init__.py +3 -0
- aws_cdk/aws_lex/__init__.py +3 -0
- aws_cdk/aws_licensemanager/__init__.py +3 -0
- aws_cdk/aws_lightsail/__init__.py +3 -0
- aws_cdk/aws_location/__init__.py +3 -0
- aws_cdk/aws_logs/__init__.py +3 -0
- aws_cdk/aws_logs_destinations/__init__.py +3 -0
- aws_cdk/aws_lookoutequipment/__init__.py +3 -0
- aws_cdk/aws_lookoutmetrics/__init__.py +3 -0
- aws_cdk/aws_lookoutvision/__init__.py +3 -0
- aws_cdk/aws_m2/__init__.py +3 -0
- aws_cdk/aws_macie/__init__.py +3 -0
- aws_cdk/aws_managedblockchain/__init__.py +5 -3
- aws_cdk/aws_mediaconnect/__init__.py +3 -0
- aws_cdk/aws_mediaconvert/__init__.py +3 -0
- aws_cdk/aws_medialive/__init__.py +3 -0
- 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 -0
- aws_cdk/aws_memorydb/__init__.py +3 -0
- aws_cdk/aws_msk/__init__.py +91 -0
- aws_cdk/aws_mwaa/__init__.py +3 -0
- aws_cdk/aws_neptune/__init__.py +3 -0
- aws_cdk/aws_neptunegraph/__init__.py +3 -0
- aws_cdk/aws_networkfirewall/__init__.py +3 -0
- aws_cdk/aws_networkmanager/__init__.py +3 -0
- aws_cdk/aws_nimblestudio/__init__.py +3 -0
- aws_cdk/aws_oam/__init__.py +6 -3
- aws_cdk/aws_omics/__init__.py +3 -0
- aws_cdk/aws_opensearchserverless/__init__.py +3 -0
- aws_cdk/aws_opensearchservice/__init__.py +26 -18
- aws_cdk/aws_opsworks/__init__.py +3 -0
- aws_cdk/aws_opsworkscm/__init__.py +3 -0
- aws_cdk/aws_organizations/__init__.py +3 -0
- aws_cdk/aws_osis/__init__.py +3 -0
- aws_cdk/aws_panorama/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorad/__init__.py +3 -0
- aws_cdk/aws_personalize/__init__.py +3 -0
- aws_cdk/aws_pinpoint/__init__.py +45 -0
- 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_qldb/__init__.py +3 -0
- aws_cdk/aws_quicksight/__init__.py +3 -0
- aws_cdk/aws_ram/__init__.py +3 -0
- aws_cdk/aws_rds/__init__.py +150 -27
- aws_cdk/aws_redshift/__init__.py +3 -0
- aws_cdk/aws_redshiftserverless/__init__.py +3 -0
- aws_cdk/aws_refactorspaces/__init__.py +3 -0
- aws_cdk/aws_rekognition/__init__.py +3 -0
- 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 +52 -0
- aws_cdk/aws_route53_patterns/__init__.py +3 -0
- aws_cdk/aws_route53_targets/__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 +3 -0
- aws_cdk/aws_rum/__init__.py +3 -0
- aws_cdk/aws_s3/__init__.py +3 -0
- aws_cdk/aws_s3_assets/__init__.py +3 -0
- aws_cdk/aws_s3_deployment/__init__.py +3 -0
- aws_cdk/aws_s3_notifications/__init__.py +3 -0
- aws_cdk/aws_s3express/__init__.py +3 -0
- aws_cdk/aws_s3objectlambda/__init__.py +3 -0
- aws_cdk/aws_s3outposts/__init__.py +3 -0
- aws_cdk/aws_sagemaker/__init__.py +5 -2
- aws_cdk/aws_sam/__init__.py +3 -0
- aws_cdk/aws_scheduler/__init__.py +3 -0
- aws_cdk/aws_sdb/__init__.py +3 -0
- aws_cdk/aws_secretsmanager/__init__.py +3 -0
- aws_cdk/aws_securityhub/__init__.py +59 -14
- aws_cdk/aws_securitylake/__init__.py +859 -0
- aws_cdk/aws_servicecatalog/__init__.py +3 -0
- 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_ses_actions/__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_sns/__init__.py +48 -13
- aws_cdk/aws_sns_subscriptions/__init__.py +3 -0
- aws_cdk/aws_sqs/__init__.py +3 -0
- aws_cdk/aws_ssm/__init__.py +6 -3
- aws_cdk/aws_ssmcontacts/__init__.py +3 -0
- aws_cdk/aws_ssmincidents/__init__.py +3 -0
- aws_cdk/aws_sso/__init__.py +3 -0
- aws_cdk/aws_stepfunctions/__init__.py +3 -0
- aws_cdk/aws_stepfunctions_tasks/__init__.py +26 -0
- aws_cdk/aws_supportapp/__init__.py +3 -0
- aws_cdk/aws_synthetics/__init__.py +77 -14
- aws_cdk/aws_systemsmanagersap/__init__.py +3 -0
- aws_cdk/aws_timestream/__init__.py +3 -0
- aws_cdk/aws_transfer/__init__.py +7 -3
- aws_cdk/aws_verifiedpermissions/__init__.py +3 -0
- aws_cdk/aws_voiceid/__init__.py +3 -0
- aws_cdk/aws_vpclattice/__init__.py +3 -0
- aws_cdk/aws_waf/__init__.py +3 -0
- aws_cdk/aws_wafregional/__init__.py +3 -0
- aws_cdk/aws_wafv2/__init__.py +99 -46
- aws_cdk/aws_wisdom/__init__.py +3 -0
- aws_cdk/aws_workspaces/__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/cloudformation_include/__init__.py +3 -0
- aws_cdk/custom_resources/__init__.py +7 -4
- aws_cdk/cx_api/__init__.py +20 -0
- aws_cdk/lambda_layer_awscli/__init__.py +3 -0
- aws_cdk/lambda_layer_kubectl/__init__.py +3 -0
- aws_cdk/lambda_layer_node_proxy_agent/__init__.py +3 -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.133.0.dist-info → aws_cdk_lib-2.135.0.dist-info}/METADATA +2 -2
- aws_cdk_lib-2.135.0.dist-info/RECORD +282 -0
- aws_cdk_lib-2.133.0.dist-info/RECORD +0 -281
- {aws_cdk_lib-2.133.0.dist-info → aws_cdk_lib-2.135.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.133.0.dist-info → aws_cdk_lib-2.135.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.133.0.dist-info → aws_cdk_lib-2.135.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.133.0.dist-info → aws_cdk_lib-2.135.0.dist-info}/top_level.txt +0 -0
|
@@ -25,6 +25,9 @@ For more information on the resources and properties available for this service,
|
|
|
25
25
|
|
|
26
26
|
<!--END CFNONLY DISCLAIMER-->
|
|
27
27
|
'''
|
|
28
|
+
from pkgutil import extend_path
|
|
29
|
+
__path__ = extend_path(__path__, __name__)
|
|
30
|
+
|
|
28
31
|
import abc
|
|
29
32
|
import builtins
|
|
30
33
|
import datetime
|
|
@@ -46,11 +49,485 @@ from .. import (
|
|
|
46
49
|
IInspectable as _IInspectable_c2943556,
|
|
47
50
|
IResolvable as _IResolvable_da3f097b,
|
|
48
51
|
ITaggable as _ITaggable_36806126,
|
|
52
|
+
ITaggableV2 as _ITaggableV2_4e6798f8,
|
|
49
53
|
TagManager as _TagManager_0a598cb3,
|
|
50
54
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
51
55
|
)
|
|
52
56
|
|
|
53
57
|
|
|
58
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
59
|
+
class CfnApplication(
|
|
60
|
+
_CfnResource_9df397a6,
|
|
61
|
+
metaclass=jsii.JSIIMeta,
|
|
62
|
+
jsii_type="aws-cdk-lib.aws_appintegrations.CfnApplication",
|
|
63
|
+
):
|
|
64
|
+
'''Creates and persists an Application resource.
|
|
65
|
+
|
|
66
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-application.html
|
|
67
|
+
:cloudformationResource: AWS::AppIntegrations::Application
|
|
68
|
+
:exampleMetadata: fixture=_generated
|
|
69
|
+
|
|
70
|
+
Example::
|
|
71
|
+
|
|
72
|
+
# The code below shows an example of how to instantiate this type.
|
|
73
|
+
# The values are placeholders you should change.
|
|
74
|
+
from aws_cdk import aws_appintegrations as appintegrations
|
|
75
|
+
|
|
76
|
+
cfn_application = appintegrations.CfnApplication(self, "MyCfnApplication",
|
|
77
|
+
application_source_config=appintegrations.CfnApplication.ApplicationSourceConfigProperty(
|
|
78
|
+
external_url_config=appintegrations.CfnApplication.ExternalUrlConfigProperty(
|
|
79
|
+
access_url="accessUrl",
|
|
80
|
+
approved_origins=["approvedOrigins"]
|
|
81
|
+
)
|
|
82
|
+
),
|
|
83
|
+
description="description",
|
|
84
|
+
name="name",
|
|
85
|
+
|
|
86
|
+
# the properties below are optional
|
|
87
|
+
namespace="namespace",
|
|
88
|
+
tags=[CfnTag(
|
|
89
|
+
key="key",
|
|
90
|
+
value="value"
|
|
91
|
+
)]
|
|
92
|
+
)
|
|
93
|
+
'''
|
|
94
|
+
|
|
95
|
+
def __init__(
|
|
96
|
+
self,
|
|
97
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
98
|
+
id: builtins.str,
|
|
99
|
+
*,
|
|
100
|
+
application_source_config: typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.ApplicationSourceConfigProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
101
|
+
description: builtins.str,
|
|
102
|
+
name: builtins.str,
|
|
103
|
+
namespace: typing.Optional[builtins.str] = None,
|
|
104
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
105
|
+
) -> None:
|
|
106
|
+
'''
|
|
107
|
+
:param scope: Scope in which this resource is defined.
|
|
108
|
+
:param id: Construct identifier for this resource (unique in its scope).
|
|
109
|
+
:param application_source_config: The configuration for where the application should be loaded from.
|
|
110
|
+
:param description: The description of the application.
|
|
111
|
+
:param name: The name of the application.
|
|
112
|
+
:param namespace: The namespace of the application.
|
|
113
|
+
:param tags: The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
|
114
|
+
'''
|
|
115
|
+
if __debug__:
|
|
116
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2c1bbb1e03e672595eb80bdb7dcb70bb6e71fccf39633133ee8a5b86b6874772)
|
|
117
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
118
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
119
|
+
props = CfnApplicationProps(
|
|
120
|
+
application_source_config=application_source_config,
|
|
121
|
+
description=description,
|
|
122
|
+
name=name,
|
|
123
|
+
namespace=namespace,
|
|
124
|
+
tags=tags,
|
|
125
|
+
)
|
|
126
|
+
|
|
127
|
+
jsii.create(self.__class__, self, [scope, id, props])
|
|
128
|
+
|
|
129
|
+
@jsii.member(jsii_name="inspect")
|
|
130
|
+
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
131
|
+
'''Examines the CloudFormation resource and discloses attributes.
|
|
132
|
+
|
|
133
|
+
:param inspector: tree inspector to collect and process attributes.
|
|
134
|
+
'''
|
|
135
|
+
if __debug__:
|
|
136
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2397143274609e6f7787d10c8effb0139785b91de02a335ac411b9f6e4478fb6)
|
|
137
|
+
check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
|
|
138
|
+
return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
|
|
139
|
+
|
|
140
|
+
@jsii.member(jsii_name="renderProperties")
|
|
141
|
+
def _render_properties(
|
|
142
|
+
self,
|
|
143
|
+
props: typing.Mapping[builtins.str, typing.Any],
|
|
144
|
+
) -> typing.Mapping[builtins.str, typing.Any]:
|
|
145
|
+
'''
|
|
146
|
+
:param props: -
|
|
147
|
+
'''
|
|
148
|
+
if __debug__:
|
|
149
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0f2b0f5530bab214011baa3953ec2f0059bf19c5005c20b1a37a58186c8d1c94)
|
|
150
|
+
check_type(argname="argument props", value=props, expected_type=type_hints["props"])
|
|
151
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
|
|
152
|
+
|
|
153
|
+
@jsii.python.classproperty
|
|
154
|
+
@jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
|
|
155
|
+
def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
|
|
156
|
+
'''The CloudFormation resource type name for this resource class.'''
|
|
157
|
+
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
158
|
+
|
|
159
|
+
@builtins.property
|
|
160
|
+
@jsii.member(jsii_name="attrApplicationArn")
|
|
161
|
+
def attr_application_arn(self) -> builtins.str:
|
|
162
|
+
'''The Amazon Resource Name (ARN) of the Application.
|
|
163
|
+
|
|
164
|
+
:cloudformationAttribute: ApplicationArn
|
|
165
|
+
'''
|
|
166
|
+
return typing.cast(builtins.str, jsii.get(self, "attrApplicationArn"))
|
|
167
|
+
|
|
168
|
+
@builtins.property
|
|
169
|
+
@jsii.member(jsii_name="attrId")
|
|
170
|
+
def attr_id(self) -> builtins.str:
|
|
171
|
+
'''A unique identifier for the Application.
|
|
172
|
+
|
|
173
|
+
:cloudformationAttribute: Id
|
|
174
|
+
'''
|
|
175
|
+
return typing.cast(builtins.str, jsii.get(self, "attrId"))
|
|
176
|
+
|
|
177
|
+
@builtins.property
|
|
178
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
179
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
180
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
181
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
182
|
+
|
|
183
|
+
@builtins.property
|
|
184
|
+
@jsii.member(jsii_name="cfnProperties")
|
|
185
|
+
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
186
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
187
|
+
|
|
188
|
+
@builtins.property
|
|
189
|
+
@jsii.member(jsii_name="applicationSourceConfig")
|
|
190
|
+
def application_source_config(
|
|
191
|
+
self,
|
|
192
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnApplication.ApplicationSourceConfigProperty"]:
|
|
193
|
+
'''The configuration for where the application should be loaded from.'''
|
|
194
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnApplication.ApplicationSourceConfigProperty"], jsii.get(self, "applicationSourceConfig"))
|
|
195
|
+
|
|
196
|
+
@application_source_config.setter
|
|
197
|
+
def application_source_config(
|
|
198
|
+
self,
|
|
199
|
+
value: typing.Union[_IResolvable_da3f097b, "CfnApplication.ApplicationSourceConfigProperty"],
|
|
200
|
+
) -> None:
|
|
201
|
+
if __debug__:
|
|
202
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1e6a672bbf82d8b3bb39f56510a2db6c1a10b1776e0b968cd61c6665d29508e7)
|
|
203
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
204
|
+
jsii.set(self, "applicationSourceConfig", value)
|
|
205
|
+
|
|
206
|
+
@builtins.property
|
|
207
|
+
@jsii.member(jsii_name="description")
|
|
208
|
+
def description(self) -> builtins.str:
|
|
209
|
+
'''The description of the application.'''
|
|
210
|
+
return typing.cast(builtins.str, jsii.get(self, "description"))
|
|
211
|
+
|
|
212
|
+
@description.setter
|
|
213
|
+
def description(self, value: builtins.str) -> None:
|
|
214
|
+
if __debug__:
|
|
215
|
+
type_hints = typing.get_type_hints(_typecheckingstub__87943d6227ebd97ed6b280da7778e22bd3c7bef93cf9ab4a400fe6c9240847b1)
|
|
216
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
217
|
+
jsii.set(self, "description", value)
|
|
218
|
+
|
|
219
|
+
@builtins.property
|
|
220
|
+
@jsii.member(jsii_name="name")
|
|
221
|
+
def name(self) -> builtins.str:
|
|
222
|
+
'''The name of the application.'''
|
|
223
|
+
return typing.cast(builtins.str, jsii.get(self, "name"))
|
|
224
|
+
|
|
225
|
+
@name.setter
|
|
226
|
+
def name(self, value: builtins.str) -> None:
|
|
227
|
+
if __debug__:
|
|
228
|
+
type_hints = typing.get_type_hints(_typecheckingstub__416a93fef610e4b348e491404913fee978fabfb7d56f70287417ddc540c85c77)
|
|
229
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
230
|
+
jsii.set(self, "name", value)
|
|
231
|
+
|
|
232
|
+
@builtins.property
|
|
233
|
+
@jsii.member(jsii_name="namespace")
|
|
234
|
+
def namespace(self) -> typing.Optional[builtins.str]:
|
|
235
|
+
'''The namespace of the application.'''
|
|
236
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "namespace"))
|
|
237
|
+
|
|
238
|
+
@namespace.setter
|
|
239
|
+
def namespace(self, value: typing.Optional[builtins.str]) -> None:
|
|
240
|
+
if __debug__:
|
|
241
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c1133ff0df5163630ae65aa9c2ffa87e2e0db4c7e7d6a197c3a256bd17cc3a45)
|
|
242
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
243
|
+
jsii.set(self, "namespace", value)
|
|
244
|
+
|
|
245
|
+
@builtins.property
|
|
246
|
+
@jsii.member(jsii_name="tags")
|
|
247
|
+
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
248
|
+
'''The tags used to organize, track, or control access for this resource.'''
|
|
249
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
|
|
250
|
+
|
|
251
|
+
@tags.setter
|
|
252
|
+
def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
|
|
253
|
+
if __debug__:
|
|
254
|
+
type_hints = typing.get_type_hints(_typecheckingstub__bf726959aa4191428101440b70a3eb393290a7cdec2b995b07413ac05f6d0c28)
|
|
255
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
256
|
+
jsii.set(self, "tags", value)
|
|
257
|
+
|
|
258
|
+
@jsii.data_type(
|
|
259
|
+
jsii_type="aws-cdk-lib.aws_appintegrations.CfnApplication.ApplicationSourceConfigProperty",
|
|
260
|
+
jsii_struct_bases=[],
|
|
261
|
+
name_mapping={"external_url_config": "externalUrlConfig"},
|
|
262
|
+
)
|
|
263
|
+
class ApplicationSourceConfigProperty:
|
|
264
|
+
def __init__(
|
|
265
|
+
self,
|
|
266
|
+
*,
|
|
267
|
+
external_url_config: typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.ExternalUrlConfigProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
268
|
+
) -> None:
|
|
269
|
+
'''The configuration for where the application should be loaded from.
|
|
270
|
+
|
|
271
|
+
:param external_url_config: The external URL source for the application.
|
|
272
|
+
|
|
273
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-applicationsourceconfig.html
|
|
274
|
+
:exampleMetadata: fixture=_generated
|
|
275
|
+
|
|
276
|
+
Example::
|
|
277
|
+
|
|
278
|
+
# The code below shows an example of how to instantiate this type.
|
|
279
|
+
# The values are placeholders you should change.
|
|
280
|
+
from aws_cdk import aws_appintegrations as appintegrations
|
|
281
|
+
|
|
282
|
+
application_source_config_property = appintegrations.CfnApplication.ApplicationSourceConfigProperty(
|
|
283
|
+
external_url_config=appintegrations.CfnApplication.ExternalUrlConfigProperty(
|
|
284
|
+
access_url="accessUrl",
|
|
285
|
+
approved_origins=["approvedOrigins"]
|
|
286
|
+
)
|
|
287
|
+
)
|
|
288
|
+
'''
|
|
289
|
+
if __debug__:
|
|
290
|
+
type_hints = typing.get_type_hints(_typecheckingstub__599151bfc17f24879de38cf44b4a12c218d6b40ffaf8a24fc33beaa3691268b7)
|
|
291
|
+
check_type(argname="argument external_url_config", value=external_url_config, expected_type=type_hints["external_url_config"])
|
|
292
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
293
|
+
"external_url_config": external_url_config,
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
@builtins.property
|
|
297
|
+
def external_url_config(
|
|
298
|
+
self,
|
|
299
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnApplication.ExternalUrlConfigProperty"]:
|
|
300
|
+
'''The external URL source for the application.
|
|
301
|
+
|
|
302
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-applicationsourceconfig.html#cfn-appintegrations-application-applicationsourceconfig-externalurlconfig
|
|
303
|
+
'''
|
|
304
|
+
result = self._values.get("external_url_config")
|
|
305
|
+
assert result is not None, "Required property 'external_url_config' is missing"
|
|
306
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnApplication.ExternalUrlConfigProperty"], result)
|
|
307
|
+
|
|
308
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
309
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
310
|
+
|
|
311
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
312
|
+
return not (rhs == self)
|
|
313
|
+
|
|
314
|
+
def __repr__(self) -> str:
|
|
315
|
+
return "ApplicationSourceConfigProperty(%s)" % ", ".join(
|
|
316
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
317
|
+
)
|
|
318
|
+
|
|
319
|
+
@jsii.data_type(
|
|
320
|
+
jsii_type="aws-cdk-lib.aws_appintegrations.CfnApplication.ExternalUrlConfigProperty",
|
|
321
|
+
jsii_struct_bases=[],
|
|
322
|
+
name_mapping={
|
|
323
|
+
"access_url": "accessUrl",
|
|
324
|
+
"approved_origins": "approvedOrigins",
|
|
325
|
+
},
|
|
326
|
+
)
|
|
327
|
+
class ExternalUrlConfigProperty:
|
|
328
|
+
def __init__(
|
|
329
|
+
self,
|
|
330
|
+
*,
|
|
331
|
+
access_url: builtins.str,
|
|
332
|
+
approved_origins: typing.Sequence[builtins.str],
|
|
333
|
+
) -> None:
|
|
334
|
+
'''The external URL source for the application.
|
|
335
|
+
|
|
336
|
+
:param access_url: The URL to access the application.
|
|
337
|
+
:param approved_origins: Additional URLs to allow list if different than the access URL.
|
|
338
|
+
|
|
339
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-externalurlconfig.html
|
|
340
|
+
:exampleMetadata: fixture=_generated
|
|
341
|
+
|
|
342
|
+
Example::
|
|
343
|
+
|
|
344
|
+
# The code below shows an example of how to instantiate this type.
|
|
345
|
+
# The values are placeholders you should change.
|
|
346
|
+
from aws_cdk import aws_appintegrations as appintegrations
|
|
347
|
+
|
|
348
|
+
external_url_config_property = appintegrations.CfnApplication.ExternalUrlConfigProperty(
|
|
349
|
+
access_url="accessUrl",
|
|
350
|
+
approved_origins=["approvedOrigins"]
|
|
351
|
+
)
|
|
352
|
+
'''
|
|
353
|
+
if __debug__:
|
|
354
|
+
type_hints = typing.get_type_hints(_typecheckingstub__685c9ea63d4a7f3b4f8c0ba5680f0ec9ac1f12cdeb524e0b6a869beee33009cc)
|
|
355
|
+
check_type(argname="argument access_url", value=access_url, expected_type=type_hints["access_url"])
|
|
356
|
+
check_type(argname="argument approved_origins", value=approved_origins, expected_type=type_hints["approved_origins"])
|
|
357
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
358
|
+
"access_url": access_url,
|
|
359
|
+
"approved_origins": approved_origins,
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
@builtins.property
|
|
363
|
+
def access_url(self) -> builtins.str:
|
|
364
|
+
'''The URL to access the application.
|
|
365
|
+
|
|
366
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-externalurlconfig.html#cfn-appintegrations-application-externalurlconfig-accessurl
|
|
367
|
+
'''
|
|
368
|
+
result = self._values.get("access_url")
|
|
369
|
+
assert result is not None, "Required property 'access_url' is missing"
|
|
370
|
+
return typing.cast(builtins.str, result)
|
|
371
|
+
|
|
372
|
+
@builtins.property
|
|
373
|
+
def approved_origins(self) -> typing.List[builtins.str]:
|
|
374
|
+
'''Additional URLs to allow list if different than the access URL.
|
|
375
|
+
|
|
376
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-externalurlconfig.html#cfn-appintegrations-application-externalurlconfig-approvedorigins
|
|
377
|
+
'''
|
|
378
|
+
result = self._values.get("approved_origins")
|
|
379
|
+
assert result is not None, "Required property 'approved_origins' is missing"
|
|
380
|
+
return typing.cast(typing.List[builtins.str], result)
|
|
381
|
+
|
|
382
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
383
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
384
|
+
|
|
385
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
386
|
+
return not (rhs == self)
|
|
387
|
+
|
|
388
|
+
def __repr__(self) -> str:
|
|
389
|
+
return "ExternalUrlConfigProperty(%s)" % ", ".join(
|
|
390
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
391
|
+
)
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
@jsii.data_type(
|
|
395
|
+
jsii_type="aws-cdk-lib.aws_appintegrations.CfnApplicationProps",
|
|
396
|
+
jsii_struct_bases=[],
|
|
397
|
+
name_mapping={
|
|
398
|
+
"application_source_config": "applicationSourceConfig",
|
|
399
|
+
"description": "description",
|
|
400
|
+
"name": "name",
|
|
401
|
+
"namespace": "namespace",
|
|
402
|
+
"tags": "tags",
|
|
403
|
+
},
|
|
404
|
+
)
|
|
405
|
+
class CfnApplicationProps:
|
|
406
|
+
def __init__(
|
|
407
|
+
self,
|
|
408
|
+
*,
|
|
409
|
+
application_source_config: typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.ApplicationSourceConfigProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
410
|
+
description: builtins.str,
|
|
411
|
+
name: builtins.str,
|
|
412
|
+
namespace: typing.Optional[builtins.str] = None,
|
|
413
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
414
|
+
) -> None:
|
|
415
|
+
'''Properties for defining a ``CfnApplication``.
|
|
416
|
+
|
|
417
|
+
:param application_source_config: The configuration for where the application should be loaded from.
|
|
418
|
+
:param description: The description of the application.
|
|
419
|
+
:param name: The name of the application.
|
|
420
|
+
:param namespace: The namespace of the application.
|
|
421
|
+
:param tags: The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
|
422
|
+
|
|
423
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-application.html
|
|
424
|
+
:exampleMetadata: fixture=_generated
|
|
425
|
+
|
|
426
|
+
Example::
|
|
427
|
+
|
|
428
|
+
# The code below shows an example of how to instantiate this type.
|
|
429
|
+
# The values are placeholders you should change.
|
|
430
|
+
from aws_cdk import aws_appintegrations as appintegrations
|
|
431
|
+
|
|
432
|
+
cfn_application_props = appintegrations.CfnApplicationProps(
|
|
433
|
+
application_source_config=appintegrations.CfnApplication.ApplicationSourceConfigProperty(
|
|
434
|
+
external_url_config=appintegrations.CfnApplication.ExternalUrlConfigProperty(
|
|
435
|
+
access_url="accessUrl",
|
|
436
|
+
approved_origins=["approvedOrigins"]
|
|
437
|
+
)
|
|
438
|
+
),
|
|
439
|
+
description="description",
|
|
440
|
+
name="name",
|
|
441
|
+
|
|
442
|
+
# the properties below are optional
|
|
443
|
+
namespace="namespace",
|
|
444
|
+
tags=[CfnTag(
|
|
445
|
+
key="key",
|
|
446
|
+
value="value"
|
|
447
|
+
)]
|
|
448
|
+
)
|
|
449
|
+
'''
|
|
450
|
+
if __debug__:
|
|
451
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7d2c7ce5dfd3af1b41c02f961c30070527579ac243574e11a9dfe26cc453fe9f)
|
|
452
|
+
check_type(argname="argument application_source_config", value=application_source_config, expected_type=type_hints["application_source_config"])
|
|
453
|
+
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
454
|
+
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
455
|
+
check_type(argname="argument namespace", value=namespace, expected_type=type_hints["namespace"])
|
|
456
|
+
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
457
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
458
|
+
"application_source_config": application_source_config,
|
|
459
|
+
"description": description,
|
|
460
|
+
"name": name,
|
|
461
|
+
}
|
|
462
|
+
if namespace is not None:
|
|
463
|
+
self._values["namespace"] = namespace
|
|
464
|
+
if tags is not None:
|
|
465
|
+
self._values["tags"] = tags
|
|
466
|
+
|
|
467
|
+
@builtins.property
|
|
468
|
+
def application_source_config(
|
|
469
|
+
self,
|
|
470
|
+
) -> typing.Union[_IResolvable_da3f097b, CfnApplication.ApplicationSourceConfigProperty]:
|
|
471
|
+
'''The configuration for where the application should be loaded from.
|
|
472
|
+
|
|
473
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-application.html#cfn-appintegrations-application-applicationsourceconfig
|
|
474
|
+
'''
|
|
475
|
+
result = self._values.get("application_source_config")
|
|
476
|
+
assert result is not None, "Required property 'application_source_config' is missing"
|
|
477
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, CfnApplication.ApplicationSourceConfigProperty], result)
|
|
478
|
+
|
|
479
|
+
@builtins.property
|
|
480
|
+
def description(self) -> builtins.str:
|
|
481
|
+
'''The description of the application.
|
|
482
|
+
|
|
483
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-application.html#cfn-appintegrations-application-description
|
|
484
|
+
'''
|
|
485
|
+
result = self._values.get("description")
|
|
486
|
+
assert result is not None, "Required property 'description' is missing"
|
|
487
|
+
return typing.cast(builtins.str, result)
|
|
488
|
+
|
|
489
|
+
@builtins.property
|
|
490
|
+
def name(self) -> builtins.str:
|
|
491
|
+
'''The name of the application.
|
|
492
|
+
|
|
493
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-application.html#cfn-appintegrations-application-name
|
|
494
|
+
'''
|
|
495
|
+
result = self._values.get("name")
|
|
496
|
+
assert result is not None, "Required property 'name' is missing"
|
|
497
|
+
return typing.cast(builtins.str, result)
|
|
498
|
+
|
|
499
|
+
@builtins.property
|
|
500
|
+
def namespace(self) -> typing.Optional[builtins.str]:
|
|
501
|
+
'''The namespace of the application.
|
|
502
|
+
|
|
503
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-application.html#cfn-appintegrations-application-namespace
|
|
504
|
+
'''
|
|
505
|
+
result = self._values.get("namespace")
|
|
506
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
507
|
+
|
|
508
|
+
@builtins.property
|
|
509
|
+
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
510
|
+
'''The tags used to organize, track, or control access for this resource.
|
|
511
|
+
|
|
512
|
+
For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
|
513
|
+
|
|
514
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-application.html#cfn-appintegrations-application-tags
|
|
515
|
+
'''
|
|
516
|
+
result = self._values.get("tags")
|
|
517
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
518
|
+
|
|
519
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
520
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
521
|
+
|
|
522
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
523
|
+
return not (rhs == self)
|
|
524
|
+
|
|
525
|
+
def __repr__(self) -> str:
|
|
526
|
+
return "CfnApplicationProps(%s)" % ", ".join(
|
|
527
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
528
|
+
)
|
|
529
|
+
|
|
530
|
+
|
|
54
531
|
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
55
532
|
class CfnDataIntegration(
|
|
56
533
|
_CfnResource_9df397a6,
|
|
@@ -1058,6 +1535,8 @@ class CfnEventIntegrationProps:
|
|
|
1058
1535
|
|
|
1059
1536
|
|
|
1060
1537
|
__all__ = [
|
|
1538
|
+
"CfnApplication",
|
|
1539
|
+
"CfnApplicationProps",
|
|
1061
1540
|
"CfnDataIntegration",
|
|
1062
1541
|
"CfnDataIntegrationProps",
|
|
1063
1542
|
"CfnEventIntegration",
|
|
@@ -1066,6 +1545,87 @@ __all__ = [
|
|
|
1066
1545
|
|
|
1067
1546
|
publication.publish()
|
|
1068
1547
|
|
|
1548
|
+
def _typecheckingstub__2c1bbb1e03e672595eb80bdb7dcb70bb6e71fccf39633133ee8a5b86b6874772(
|
|
1549
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1550
|
+
id: builtins.str,
|
|
1551
|
+
*,
|
|
1552
|
+
application_source_config: typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.ApplicationSourceConfigProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
1553
|
+
description: builtins.str,
|
|
1554
|
+
name: builtins.str,
|
|
1555
|
+
namespace: typing.Optional[builtins.str] = None,
|
|
1556
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1557
|
+
) -> None:
|
|
1558
|
+
"""Type checking stubs"""
|
|
1559
|
+
pass
|
|
1560
|
+
|
|
1561
|
+
def _typecheckingstub__2397143274609e6f7787d10c8effb0139785b91de02a335ac411b9f6e4478fb6(
|
|
1562
|
+
inspector: _TreeInspector_488e0dd5,
|
|
1563
|
+
) -> None:
|
|
1564
|
+
"""Type checking stubs"""
|
|
1565
|
+
pass
|
|
1566
|
+
|
|
1567
|
+
def _typecheckingstub__0f2b0f5530bab214011baa3953ec2f0059bf19c5005c20b1a37a58186c8d1c94(
|
|
1568
|
+
props: typing.Mapping[builtins.str, typing.Any],
|
|
1569
|
+
) -> None:
|
|
1570
|
+
"""Type checking stubs"""
|
|
1571
|
+
pass
|
|
1572
|
+
|
|
1573
|
+
def _typecheckingstub__1e6a672bbf82d8b3bb39f56510a2db6c1a10b1776e0b968cd61c6665d29508e7(
|
|
1574
|
+
value: typing.Union[_IResolvable_da3f097b, CfnApplication.ApplicationSourceConfigProperty],
|
|
1575
|
+
) -> None:
|
|
1576
|
+
"""Type checking stubs"""
|
|
1577
|
+
pass
|
|
1578
|
+
|
|
1579
|
+
def _typecheckingstub__87943d6227ebd97ed6b280da7778e22bd3c7bef93cf9ab4a400fe6c9240847b1(
|
|
1580
|
+
value: builtins.str,
|
|
1581
|
+
) -> None:
|
|
1582
|
+
"""Type checking stubs"""
|
|
1583
|
+
pass
|
|
1584
|
+
|
|
1585
|
+
def _typecheckingstub__416a93fef610e4b348e491404913fee978fabfb7d56f70287417ddc540c85c77(
|
|
1586
|
+
value: builtins.str,
|
|
1587
|
+
) -> None:
|
|
1588
|
+
"""Type checking stubs"""
|
|
1589
|
+
pass
|
|
1590
|
+
|
|
1591
|
+
def _typecheckingstub__c1133ff0df5163630ae65aa9c2ffa87e2e0db4c7e7d6a197c3a256bd17cc3a45(
|
|
1592
|
+
value: typing.Optional[builtins.str],
|
|
1593
|
+
) -> None:
|
|
1594
|
+
"""Type checking stubs"""
|
|
1595
|
+
pass
|
|
1596
|
+
|
|
1597
|
+
def _typecheckingstub__bf726959aa4191428101440b70a3eb393290a7cdec2b995b07413ac05f6d0c28(
|
|
1598
|
+
value: typing.Optional[typing.List[_CfnTag_f6864754]],
|
|
1599
|
+
) -> None:
|
|
1600
|
+
"""Type checking stubs"""
|
|
1601
|
+
pass
|
|
1602
|
+
|
|
1603
|
+
def _typecheckingstub__599151bfc17f24879de38cf44b4a12c218d6b40ffaf8a24fc33beaa3691268b7(
|
|
1604
|
+
*,
|
|
1605
|
+
external_url_config: typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.ExternalUrlConfigProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
1606
|
+
) -> None:
|
|
1607
|
+
"""Type checking stubs"""
|
|
1608
|
+
pass
|
|
1609
|
+
|
|
1610
|
+
def _typecheckingstub__685c9ea63d4a7f3b4f8c0ba5680f0ec9ac1f12cdeb524e0b6a869beee33009cc(
|
|
1611
|
+
*,
|
|
1612
|
+
access_url: builtins.str,
|
|
1613
|
+
approved_origins: typing.Sequence[builtins.str],
|
|
1614
|
+
) -> None:
|
|
1615
|
+
"""Type checking stubs"""
|
|
1616
|
+
pass
|
|
1617
|
+
|
|
1618
|
+
def _typecheckingstub__7d2c7ce5dfd3af1b41c02f961c30070527579ac243574e11a9dfe26cc453fe9f(
|
|
1619
|
+
*,
|
|
1620
|
+
application_source_config: typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.ApplicationSourceConfigProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
1621
|
+
description: builtins.str,
|
|
1622
|
+
name: builtins.str,
|
|
1623
|
+
namespace: typing.Optional[builtins.str] = None,
|
|
1624
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1625
|
+
) -> None:
|
|
1626
|
+
"""Type checking stubs"""
|
|
1627
|
+
pass
|
|
1628
|
+
|
|
1069
1629
|
def _typecheckingstub__07830c24dc09b0662b03583ee4edbdbaeb4fabf95d85c4f4ed965ea9d0999f40(
|
|
1070
1630
|
scope: _constructs_77d1e7e8.Construct,
|
|
1071
1631
|
id: builtins.str,
|
|
@@ -258,6 +258,9 @@ target.scale_to_track_metric("SageMakerVariantProvisionedConcurrencyUtilization"
|
|
|
258
258
|
)
|
|
259
259
|
```
|
|
260
260
|
'''
|
|
261
|
+
from pkgutil import extend_path
|
|
262
|
+
__path__ = extend_path(__path__, __name__)
|
|
263
|
+
|
|
261
264
|
import abc
|
|
262
265
|
import builtins
|
|
263
266
|
import datetime
|
|
@@ -3216,7 +3219,7 @@ class CfnScalingPolicy(
|
|
|
3216
3219
|
stat: typing.Optional[builtins.str] = None,
|
|
3217
3220
|
unit: typing.Optional[builtins.str] = None,
|
|
3218
3221
|
) -> None:
|
|
3219
|
-
'''This structure defines the CloudWatch metric to return, along with the statistic
|
|
3222
|
+
'''This structure defines the CloudWatch metric to return, along with the statistic and unit.
|
|
3220
3223
|
|
|
3221
3224
|
``TargetTrackingMetricStat`` is a property of the `AWS::ApplicationAutoScaling::ScalingPolicy TargetTrackingMetricDataQuery <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-targettrackingmetricdataquery.html>`_ property type.
|
|
3222
3225
|
|
|
@@ -25,6 +25,9 @@ For more information on the resources and properties available for this service,
|
|
|
25
25
|
|
|
26
26
|
<!--END CFNONLY DISCLAIMER-->
|
|
27
27
|
'''
|
|
28
|
+
from pkgutil import extend_path
|
|
29
|
+
__path__ = extend_path(__path__, __name__)
|
|
30
|
+
|
|
28
31
|
import abc
|
|
29
32
|
import builtins
|
|
30
33
|
import datetime
|
aws_cdk/aws_appmesh/__init__.py
CHANGED
|
@@ -954,6 +954,9 @@ appmesh.VirtualNode(self, "test-node",
|
|
|
954
954
|
)
|
|
955
955
|
```
|
|
956
956
|
'''
|
|
957
|
+
from pkgutil import extend_path
|
|
958
|
+
__path__ = extend_path(__path__, __name__)
|
|
959
|
+
|
|
957
960
|
import abc
|
|
958
961
|
import builtins
|
|
959
962
|
import datetime
|
|
@@ -11961,7 +11964,7 @@ class CfnVirtualNode(
|
|
|
11961
11964
|
|
|
11962
11965
|
By default, App Mesh uses the name of the resource you specified in ``APPMESH_RESOURCE_ARN`` when Envoy is referring to itself in metrics and traces. You can override this behavior by setting the ``APPMESH_RESOURCE_CLUSTER`` environment variable with your own name.
|
|
11963
11966
|
|
|
11964
|
-
For more information about virtual nodes, see `Virtual nodes <https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_nodes.html>`_ . You must be using ``1.15.0`` or later of the Envoy image when setting these variables. For more information
|
|
11967
|
+
For more information about virtual nodes, see `Virtual nodes <https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_nodes.html>`_ . You must be using ``1.15.0`` or later of the Envoy image when setting these variables. For more information aboutApp Mesh Envoy variables, see `Envoy image <https://docs.aws.amazon.com/app-mesh/latest/userguide/envoy.html>`_ in the AWS App Mesh User Guide.
|
|
11965
11968
|
|
|
11966
11969
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-virtualnode.html
|
|
11967
11970
|
:cloudformationResource: AWS::AppMesh::VirtualNode
|
|
@@ -30,6 +30,9 @@ For more information on the resources and properties available for this service,
|
|
|
30
30
|
|
|
31
31
|
<!--END CFNONLY DISCLAIMER-->
|
|
32
32
|
'''
|
|
33
|
+
from pkgutil import extend_path
|
|
34
|
+
__path__ = extend_path(__path__, __name__)
|
|
35
|
+
|
|
33
36
|
import abc
|
|
34
37
|
import builtins
|
|
35
38
|
import datetime
|
|
@@ -25,6 +25,9 @@ For more information on the resources and properties available for this service,
|
|
|
25
25
|
|
|
26
26
|
<!--END CFNONLY DISCLAIMER-->
|
|
27
27
|
'''
|
|
28
|
+
from pkgutil import extend_path
|
|
29
|
+
__path__ = extend_path(__path__, __name__)
|
|
30
|
+
|
|
28
31
|
import abc
|
|
29
32
|
import builtins
|
|
30
33
|
import datetime
|