aws-cdk-lib 2.194.0__py3-none-any.whl → 2.196.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +435 -20
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.194.0.jsii.tgz → aws-cdk-lib@2.196.0.jsii.tgz} +0 -0
- aws_cdk/aws_acmpca/__init__.py +1 -1
- aws_cdk/aws_amazonmq/__init__.py +2 -2
- aws_cdk/aws_apigateway/__init__.py +208 -70
- aws_cdk/aws_apigatewayv2/__init__.py +155 -24
- aws_cdk/aws_appconfig/__init__.py +24 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +6 -0
- aws_cdk/aws_appmesh/__init__.py +42 -0
- aws_cdk/aws_appsync/__init__.py +92 -20
- aws_cdk/aws_autoscaling/__init__.py +24 -0
- aws_cdk/aws_backup/__init__.py +53 -14
- aws_cdk/aws_batch/__init__.py +72 -0
- aws_cdk/aws_bedrock/__init__.py +1201 -18
- aws_cdk/aws_budgets/__init__.py +569 -0
- aws_cdk/aws_certificatemanager/__init__.py +21 -0
- aws_cdk/aws_chatbot/__init__.py +6 -0
- aws_cdk/aws_cloudfront/__init__.py +277 -120
- aws_cdk/aws_cloudfront/experimental/__init__.py +6 -0
- aws_cdk/aws_cloudtrail/__init__.py +6 -0
- aws_cdk/aws_cloudwatch/__init__.py +18 -0
- aws_cdk/aws_cloudwatch_actions/__init__.py +75 -1
- aws_cdk/aws_codebuild/__init__.py +48 -0
- aws_cdk/aws_codecommit/__init__.py +6 -0
- aws_cdk/aws_codedeploy/__init__.py +63 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +6 -0
- aws_cdk/aws_codepipeline/__init__.py +114 -0
- aws_cdk/aws_codepipeline_actions/__init__.py +4 -4
- aws_cdk/aws_codestarnotifications/__init__.py +6 -0
- aws_cdk/aws_cognito/__init__.py +215 -10
- aws_cdk/aws_cognito_identitypool/__init__.py +6 -0
- aws_cdk/aws_config/__init__.py +36 -0
- aws_cdk/aws_datazone/__init__.py +1013 -100
- aws_cdk/aws_docdb/__init__.py +27 -3
- aws_cdk/aws_dsql/__init__.py +29 -12
- aws_cdk/aws_dynamodb/__init__.py +25 -11
- aws_cdk/aws_ec2/__init__.py +408 -23
- aws_cdk/aws_ecr/__init__.py +22 -14
- aws_cdk/aws_ecr_assets/__init__.py +6 -0
- aws_cdk/aws_ecs/__init__.py +116 -34
- aws_cdk/aws_ecs_patterns/__init__.py +58 -0
- aws_cdk/aws_efs/__init__.py +12 -0
- aws_cdk/aws_eks/__init__.py +42 -0
- aws_cdk/aws_elasticloadbalancing/__init__.py +6 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +112 -9
- aws_cdk/aws_elasticsearch/__init__.py +9 -0
- aws_cdk/aws_events/__init__.py +36 -0
- aws_cdk/aws_events_targets/__init__.py +10 -10
- aws_cdk/aws_fsx/__init__.py +8 -3
- aws_cdk/aws_globalaccelerator/__init__.py +18 -0
- aws_cdk/aws_iam/__init__.py +66 -0
- aws_cdk/aws_imagebuilder/__init__.py +181 -26
- aws_cdk/aws_inspector/__init__.py +6 -0
- aws_cdk/aws_kinesis/__init__.py +19 -1
- aws_cdk/aws_kinesisanalytics/__init__.py +7 -7
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +7 -7
- aws_cdk/aws_kinesisfirehose/__init__.py +6 -0
- aws_cdk/aws_kms/__init__.py +16 -4
- aws_cdk/aws_lambda/__init__.py +76 -6
- aws_cdk/aws_lambda_nodejs/__init__.py +6 -0
- aws_cdk/aws_logs/__init__.py +155 -12
- aws_cdk/aws_medialive/__init__.py +4 -6
- aws_cdk/aws_mediatailor/__init__.py +115 -0
- aws_cdk/aws_oam/__init__.py +43 -10
- aws_cdk/aws_opensearchservice/__init__.py +12 -0
- aws_cdk/aws_qbusiness/__init__.py +2 -2
- aws_cdk/aws_quicksight/__init__.py +22 -22
- aws_cdk/aws_rds/__init__.py +347 -36
- aws_cdk/aws_redshiftserverless/__init__.py +7 -7
- aws_cdk/aws_route53/__init__.py +735 -33
- aws_cdk/aws_route53_targets/__init__.py +62 -1
- aws_cdk/aws_route53profiles/__init__.py +1 -1
- aws_cdk/aws_s3/__init__.py +37 -10
- aws_cdk/aws_s3_deployment/__init__.py +6 -0
- aws_cdk/aws_s3_notifications/__init__.py +5 -5
- aws_cdk/aws_sagemaker/__init__.py +452 -8
- aws_cdk/aws_scheduler/__init__.py +12 -0
- aws_cdk/aws_secretsmanager/__init__.py +24 -0
- aws_cdk/aws_servicecatalog/__init__.py +24 -0
- aws_cdk/aws_servicediscovery/__init__.py +48 -0
- aws_cdk/aws_ses/__init__.py +133 -33
- aws_cdk/aws_signer/__init__.py +6 -0
- aws_cdk/aws_sns/__init__.py +18 -0
- aws_cdk/aws_sns_subscriptions/__init__.py +6 -0
- aws_cdk/aws_sqs/__init__.py +12 -0
- aws_cdk/aws_ssm/__init__.py +12 -0
- aws_cdk/aws_ssmcontacts/__init__.py +53 -2
- aws_cdk/aws_ssmguiconnect/__init__.py +544 -0
- aws_cdk/aws_stepfunctions/__init__.py +153 -7
- aws_cdk/aws_stepfunctions_tasks/__init__.py +46 -10
- aws_cdk/aws_synthetics/__init__.py +32 -0
- aws_cdk/aws_verifiedpermissions/__init__.py +168 -3
- aws_cdk/aws_vpclattice/__init__.py +3 -1
- aws_cdk/aws_wisdom/__init__.py +6 -4
- aws_cdk/cloud_assembly_schema/__init__.py +7 -1
- aws_cdk/custom_resources/__init__.py +18 -0
- aws_cdk/cx_api/__init__.py +33 -0
- aws_cdk/lambda_layer_awscli/__init__.py +6 -0
- aws_cdk/lambda_layer_node_proxy_agent/__init__.py +6 -0
- aws_cdk/pipelines/__init__.py +10 -10
- aws_cdk/triggers/__init__.py +6 -0
- {aws_cdk_lib-2.194.0.dist-info → aws_cdk_lib-2.196.0.dist-info}/METADATA +84 -6
- {aws_cdk_lib-2.194.0.dist-info → aws_cdk_lib-2.196.0.dist-info}/RECORD +108 -107
- {aws_cdk_lib-2.194.0.dist-info → aws_cdk_lib-2.196.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.194.0.dist-info → aws_cdk_lib-2.196.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.194.0.dist-info → aws_cdk_lib-2.196.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.194.0.dist-info → aws_cdk_lib-2.196.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_kms/__init__.py
CHANGED
|
@@ -58,16 +58,16 @@ pass the construct to the other stack:
|
|
|
58
58
|
#
|
|
59
59
|
class KeyStack(cdk.Stack):
|
|
60
60
|
|
|
61
|
-
def __init__(self, scope, id, *, description=None, env=None, stackName=None, tags=None, notificationArns=None, synthesizer=None, terminationProtection=None, analyticsReporting=None, crossRegionReferences=None, permissionsBoundary=None, suppressTemplateIndentation=None):
|
|
62
|
-
super().__init__(scope, id, description=description, env=env, stackName=stackName, tags=tags, notificationArns=notificationArns, synthesizer=synthesizer, terminationProtection=terminationProtection, analyticsReporting=analyticsReporting, crossRegionReferences=crossRegionReferences, permissionsBoundary=permissionsBoundary, suppressTemplateIndentation=suppressTemplateIndentation)
|
|
61
|
+
def __init__(self, scope, id, *, description=None, env=None, stackName=None, tags=None, notificationArns=None, synthesizer=None, terminationProtection=None, analyticsReporting=None, crossRegionReferences=None, permissionsBoundary=None, suppressTemplateIndentation=None, propertyInjectors=None):
|
|
62
|
+
super().__init__(scope, id, description=description, env=env, stackName=stackName, tags=tags, notificationArns=notificationArns, synthesizer=synthesizer, terminationProtection=terminationProtection, analyticsReporting=analyticsReporting, crossRegionReferences=crossRegionReferences, permissionsBoundary=permissionsBoundary, suppressTemplateIndentation=suppressTemplateIndentation, propertyInjectors=propertyInjectors)
|
|
63
63
|
self.key = kms.Key(self, "MyKey", removal_policy=cdk.RemovalPolicy.DESTROY)
|
|
64
64
|
|
|
65
65
|
#
|
|
66
66
|
# Stack that uses the key
|
|
67
67
|
#
|
|
68
68
|
class UseStack(cdk.Stack):
|
|
69
|
-
def __init__(self, scope, id, *, key, description=None, env=None, stackName=None, tags=None, notificationArns=None, synthesizer=None, terminationProtection=None, analyticsReporting=None, crossRegionReferences=None, permissionsBoundary=None, suppressTemplateIndentation=None):
|
|
70
|
-
super().__init__(scope, id, key=key, description=description, env=env, stackName=stackName, tags=tags, notificationArns=notificationArns, synthesizer=synthesizer, terminationProtection=terminationProtection, analyticsReporting=analyticsReporting, crossRegionReferences=crossRegionReferences, permissionsBoundary=permissionsBoundary, suppressTemplateIndentation=suppressTemplateIndentation)
|
|
69
|
+
def __init__(self, scope, id, *, key, description=None, env=None, stackName=None, tags=None, notificationArns=None, synthesizer=None, terminationProtection=None, analyticsReporting=None, crossRegionReferences=None, permissionsBoundary=None, suppressTemplateIndentation=None, propertyInjectors=None):
|
|
70
|
+
super().__init__(scope, id, key=key, description=description, env=env, stackName=stackName, tags=tags, notificationArns=notificationArns, synthesizer=synthesizer, terminationProtection=terminationProtection, analyticsReporting=analyticsReporting, crossRegionReferences=crossRegionReferences, permissionsBoundary=permissionsBoundary, suppressTemplateIndentation=suppressTemplateIndentation, propertyInjectors=propertyInjectors)
|
|
71
71
|
|
|
72
72
|
# Use the IKey object here.
|
|
73
73
|
kms.Alias(self, "Alias",
|
|
@@ -2573,6 +2573,12 @@ class Key(
|
|
|
2573
2573
|
'''
|
|
2574
2574
|
return typing.cast(builtins.str, jsii.sget(cls, "DEFAULT_DUMMY_KEY_ID"))
|
|
2575
2575
|
|
|
2576
|
+
@jsii.python.classproperty
|
|
2577
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
2578
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
2579
|
+
'''Uniquely identifies this class.'''
|
|
2580
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
2581
|
+
|
|
2576
2582
|
@builtins.property
|
|
2577
2583
|
@jsii.member(jsii_name="keyArn")
|
|
2578
2584
|
def key_arn(self) -> builtins.str:
|
|
@@ -3431,6 +3437,12 @@ class Alias(
|
|
|
3431
3437
|
check_type(argname="argument grantee", value=grantee, expected_type=type_hints["grantee"])
|
|
3432
3438
|
return typing.cast(_Grant_a7ae64f8, jsii.invoke(self, "grantVerifyMac", [grantee]))
|
|
3433
3439
|
|
|
3440
|
+
@jsii.python.classproperty
|
|
3441
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
3442
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
3443
|
+
'''Uniquely identifies this class.'''
|
|
3444
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
3445
|
+
|
|
3434
3446
|
@builtins.property
|
|
3435
3447
|
@jsii.member(jsii_name="aliasArn")
|
|
3436
3448
|
def alias_arn(self) -> builtins.str:
|
aws_cdk/aws_lambda/__init__.py
CHANGED
|
@@ -11047,10 +11047,12 @@ class CfnVersion(
|
|
|
11047
11047
|
update_runtime_on: builtins.str,
|
|
11048
11048
|
runtime_version_arn: typing.Optional[builtins.str] = None,
|
|
11049
11049
|
) -> None:
|
|
11050
|
-
'''
|
|
11050
|
+
'''Sets the runtime management configuration for a function's version.
|
|
11051
|
+
|
|
11052
|
+
For more information, see `Runtime updates <https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html>`_ .
|
|
11051
11053
|
|
|
11052
|
-
:param update_runtime_on:
|
|
11053
|
-
:param runtime_version_arn: The ARN of the runtime the function
|
|
11054
|
+
:param update_runtime_on: Specify the runtime update mode. - *Auto (default)* - Automatically update to the most recent and secure runtime version using a `Two-phase runtime version rollout <https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html#runtime-management-two-phase>`_ . This is the best choice for most customers to ensure they always benefit from runtime updates. - *FunctionUpdate* - Lambda updates the runtime of you function to the most recent and secure runtime version when you update your function. This approach synchronizes runtime updates with function deployments, giving you control over when runtime updates are applied and allowing you to detect and mitigate rare runtime update incompatibilities early. When using this setting, you need to regularly update your functions to keep their runtime up-to-date. - *Manual* - You specify a runtime version in your function configuration. The function will use this runtime version indefinitely. In the rare case where a new runtime version is incompatible with an existing function, this allows you to roll back your function to an earlier runtime version. For more information, see `Roll back a runtime version <https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html#runtime-management-rollback>`_ . *Valid Values* : ``Auto`` | ``FunctionUpdate`` | ``Manual``
|
|
11055
|
+
:param runtime_version_arn: The ARN of the runtime version you want the function to use. .. epigraph:: This is only required if you're using the *Manual* runtime update mode.
|
|
11054
11056
|
|
|
11055
11057
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-runtimepolicy.html
|
|
11056
11058
|
:exampleMetadata: fixture=_generated
|
|
@@ -11080,7 +11082,13 @@ class CfnVersion(
|
|
|
11080
11082
|
|
|
11081
11083
|
@builtins.property
|
|
11082
11084
|
def update_runtime_on(self) -> builtins.str:
|
|
11083
|
-
'''
|
|
11085
|
+
'''Specify the runtime update mode.
|
|
11086
|
+
|
|
11087
|
+
- *Auto (default)* - Automatically update to the most recent and secure runtime version using a `Two-phase runtime version rollout <https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html#runtime-management-two-phase>`_ . This is the best choice for most customers to ensure they always benefit from runtime updates.
|
|
11088
|
+
- *FunctionUpdate* - Lambda updates the runtime of you function to the most recent and secure runtime version when you update your function. This approach synchronizes runtime updates with function deployments, giving you control over when runtime updates are applied and allowing you to detect and mitigate rare runtime update incompatibilities early. When using this setting, you need to regularly update your functions to keep their runtime up-to-date.
|
|
11089
|
+
- *Manual* - You specify a runtime version in your function configuration. The function will use this runtime version indefinitely. In the rare case where a new runtime version is incompatible with an existing function, this allows you to roll back your function to an earlier runtime version. For more information, see `Roll back a runtime version <https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html#runtime-management-rollback>`_ .
|
|
11090
|
+
|
|
11091
|
+
*Valid Values* : ``Auto`` | ``FunctionUpdate`` | ``Manual``
|
|
11084
11092
|
|
|
11085
11093
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-runtimepolicy.html#cfn-lambda-version-runtimepolicy-updateruntimeon
|
|
11086
11094
|
'''
|
|
@@ -11090,9 +11098,11 @@ class CfnVersion(
|
|
|
11090
11098
|
|
|
11091
11099
|
@builtins.property
|
|
11092
11100
|
def runtime_version_arn(self) -> typing.Optional[builtins.str]:
|
|
11093
|
-
'''The ARN of the runtime the function
|
|
11101
|
+
'''The ARN of the runtime version you want the function to use.
|
|
11094
11102
|
|
|
11095
|
-
|
|
11103
|
+
.. epigraph::
|
|
11104
|
+
|
|
11105
|
+
This is only required if you're using the *Manual* runtime update mode.
|
|
11096
11106
|
|
|
11097
11107
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-runtimepolicy.html#cfn-lambda-version-runtimepolicy-runtimeversionarn
|
|
11098
11108
|
'''
|
|
@@ -13217,6 +13227,12 @@ class EventInvokeConfig(
|
|
|
13217
13227
|
|
|
13218
13228
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
13219
13229
|
|
|
13230
|
+
@jsii.python.classproperty
|
|
13231
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
13232
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
13233
|
+
'''Uniquely identifies this class.'''
|
|
13234
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
13235
|
+
|
|
13220
13236
|
|
|
13221
13237
|
@jsii.data_type(
|
|
13222
13238
|
jsii_type="aws-cdk-lib.aws_lambda.EventInvokeConfigOptions",
|
|
@@ -19753,6 +19769,12 @@ class LayerVersion(
|
|
|
19753
19769
|
|
|
19754
19770
|
return typing.cast(None, jsii.invoke(self, "addPermission", [id, permission]))
|
|
19755
19771
|
|
|
19772
|
+
@jsii.python.classproperty
|
|
19773
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
19774
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
19775
|
+
'''Uniquely identifies this class.'''
|
|
19776
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
19777
|
+
|
|
19756
19778
|
@builtins.property
|
|
19757
19779
|
@jsii.member(jsii_name="layerVersionArn")
|
|
19758
19780
|
def layer_version_arn(self) -> builtins.str:
|
|
@@ -24881,6 +24903,12 @@ class CodeSigningConfig(
|
|
|
24881
24903
|
check_type(argname="argument code_signing_config_arn", value=code_signing_config_arn, expected_type=type_hints["code_signing_config_arn"])
|
|
24882
24904
|
return typing.cast(ICodeSigningConfig, jsii.sinvoke(cls, "fromCodeSigningConfigArn", [scope, id, code_signing_config_arn]))
|
|
24883
24905
|
|
|
24906
|
+
@jsii.python.classproperty
|
|
24907
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
24908
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
24909
|
+
'''Uniquely identifies this class.'''
|
|
24910
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
24911
|
+
|
|
24884
24912
|
@builtins.property
|
|
24885
24913
|
@jsii.member(jsii_name="codeSigningConfigArn")
|
|
24886
24914
|
def code_signing_config_arn(self) -> builtins.str:
|
|
@@ -26031,6 +26059,12 @@ class EventSourceMapping(
|
|
|
26031
26059
|
check_type(argname="argument event_source_mapping_id", value=event_source_mapping_id, expected_type=type_hints["event_source_mapping_id"])
|
|
26032
26060
|
return typing.cast(IEventSourceMapping, jsii.sinvoke(cls, "fromEventSourceMappingId", [scope, id, event_source_mapping_id]))
|
|
26033
26061
|
|
|
26062
|
+
@jsii.python.classproperty
|
|
26063
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
26064
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
26065
|
+
'''Uniquely identifies this class.'''
|
|
26066
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
26067
|
+
|
|
26034
26068
|
@builtins.property
|
|
26035
26069
|
@jsii.member(jsii_name="eventSourceMappingArn")
|
|
26036
26070
|
def event_source_mapping_arn(self) -> builtins.str:
|
|
@@ -26842,6 +26876,12 @@ class FunctionUrl(
|
|
|
26842
26876
|
check_type(argname="argument grantee", value=grantee, expected_type=type_hints["grantee"])
|
|
26843
26877
|
return typing.cast(_Grant_a7ae64f8, jsii.invoke(self, "grantInvokeUrl", [grantee]))
|
|
26844
26878
|
|
|
26879
|
+
@jsii.python.classproperty
|
|
26880
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
26881
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
26882
|
+
'''Uniquely identifies this class.'''
|
|
26883
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
26884
|
+
|
|
26845
26885
|
@builtins.property
|
|
26846
26886
|
@jsii.member(jsii_name="authType")
|
|
26847
26887
|
def auth_type(self) -> FunctionUrlAuthType:
|
|
@@ -27391,6 +27431,12 @@ class SingletonFunction(
|
|
|
27391
27431
|
check_type(argname="argument down", value=down, expected_type=type_hints["down"])
|
|
27392
27432
|
return typing.cast(None, jsii.invoke(self, "dependOn", [down]))
|
|
27393
27433
|
|
|
27434
|
+
@jsii.python.classproperty
|
|
27435
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
27436
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
27437
|
+
'''Uniquely identifies this class.'''
|
|
27438
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
27439
|
+
|
|
27394
27440
|
@builtins.property
|
|
27395
27441
|
@jsii.member(jsii_name="architecture")
|
|
27396
27442
|
def architecture(self) -> Architecture:
|
|
@@ -27735,6 +27781,12 @@ class Version(
|
|
|
27735
27781
|
|
|
27736
27782
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metric", [metric_name, props]))
|
|
27737
27783
|
|
|
27784
|
+
@jsii.python.classproperty
|
|
27785
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
27786
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
27787
|
+
'''Uniquely identifies this class.'''
|
|
27788
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
27789
|
+
|
|
27738
27790
|
@builtins.property
|
|
27739
27791
|
@jsii.member(jsii_name="architecture")
|
|
27740
27792
|
def architecture(self) -> Architecture:
|
|
@@ -27976,6 +28028,12 @@ class Alias(
|
|
|
27976
28028
|
|
|
27977
28029
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metric", [metric_name, props]))
|
|
27978
28030
|
|
|
28031
|
+
@jsii.python.classproperty
|
|
28032
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
28033
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
28034
|
+
'''Uniquely identifies this class.'''
|
|
28035
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
28036
|
+
|
|
27979
28037
|
@builtins.property
|
|
27980
28038
|
@jsii.member(jsii_name="aliasName")
|
|
27981
28039
|
def alias_name(self) -> builtins.str:
|
|
@@ -28821,6 +28879,12 @@ class Function(
|
|
|
28821
28879
|
check_type(argname="argument x", value=x, expected_type=type_hints["x"])
|
|
28822
28880
|
return typing.cast(None, jsii.invoke(self, "invalidateVersionBasedOn", [x]))
|
|
28823
28881
|
|
|
28882
|
+
@jsii.python.classproperty
|
|
28883
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
28884
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
28885
|
+
'''Uniquely identifies this class.'''
|
|
28886
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
28887
|
+
|
|
28824
28888
|
@builtins.property
|
|
28825
28889
|
@jsii.member(jsii_name="architecture")
|
|
28826
28890
|
def architecture(self) -> Architecture:
|
|
@@ -29107,6 +29171,12 @@ class DockerImageFunction(
|
|
|
29107
29171
|
|
|
29108
29172
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
29109
29173
|
|
|
29174
|
+
@jsii.python.classproperty
|
|
29175
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
29176
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
29177
|
+
'''Uniquely identifies this class.'''
|
|
29178
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
29179
|
+
|
|
29110
29180
|
|
|
29111
29181
|
__all__ = [
|
|
29112
29182
|
"AdotInstrumentationConfig",
|
|
@@ -1746,6 +1746,12 @@ class NodejsFunction(
|
|
|
1746
1746
|
|
|
1747
1747
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1748
1748
|
|
|
1749
|
+
@jsii.python.classproperty
|
|
1750
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
1751
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
1752
|
+
'''Uniquely identifies this class.'''
|
|
1753
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
1754
|
+
|
|
1749
1755
|
|
|
1750
1756
|
@jsii.data_type(
|
|
1751
1757
|
jsii_type="aws-cdk-lib.aws_lambda_nodejs.NodejsFunctionProps",
|
aws_cdk/aws_logs/__init__.py
CHANGED
|
@@ -1262,7 +1262,10 @@ class CfnDeliveryDestination(
|
|
|
1262
1262
|
name="name",
|
|
1263
1263
|
|
|
1264
1264
|
# the properties below are optional
|
|
1265
|
-
delivery_destination_policy=
|
|
1265
|
+
delivery_destination_policy=logs.CfnDeliveryDestination.DestinationPolicyProperty(
|
|
1266
|
+
delivery_destination_name="deliveryDestinationName",
|
|
1267
|
+
delivery_destination_policy=delivery_destination_policy
|
|
1268
|
+
),
|
|
1266
1269
|
destination_resource_arn="destinationResourceArn",
|
|
1267
1270
|
output_format="outputFormat",
|
|
1268
1271
|
tags=[CfnTag(
|
|
@@ -1278,7 +1281,7 @@ class CfnDeliveryDestination(
|
|
|
1278
1281
|
id: builtins.str,
|
|
1279
1282
|
*,
|
|
1280
1283
|
name: builtins.str,
|
|
1281
|
-
delivery_destination_policy: typing.Any = None,
|
|
1284
|
+
delivery_destination_policy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDeliveryDestination.DestinationPolicyProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1282
1285
|
destination_resource_arn: typing.Optional[builtins.str] = None,
|
|
1283
1286
|
output_format: typing.Optional[builtins.str] = None,
|
|
1284
1287
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -1380,12 +1383,17 @@ class CfnDeliveryDestination(
|
|
|
1380
1383
|
|
|
1381
1384
|
@builtins.property
|
|
1382
1385
|
@jsii.member(jsii_name="deliveryDestinationPolicy")
|
|
1383
|
-
def delivery_destination_policy(
|
|
1386
|
+
def delivery_destination_policy(
|
|
1387
|
+
self,
|
|
1388
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryDestination.DestinationPolicyProperty"]]:
|
|
1384
1389
|
'''An IAM policy that grants permissions to CloudWatch Logs to deliver logs cross-account to a specified destination in this account.'''
|
|
1385
|
-
return typing.cast(typing.
|
|
1390
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryDestination.DestinationPolicyProperty"]], jsii.get(self, "deliveryDestinationPolicy"))
|
|
1386
1391
|
|
|
1387
1392
|
@delivery_destination_policy.setter
|
|
1388
|
-
def delivery_destination_policy(
|
|
1393
|
+
def delivery_destination_policy(
|
|
1394
|
+
self,
|
|
1395
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryDestination.DestinationPolicyProperty"]],
|
|
1396
|
+
) -> None:
|
|
1389
1397
|
if __debug__:
|
|
1390
1398
|
type_hints = typing.get_type_hints(_typecheckingstub__318bc8d97cf7e7f129b83631444b5c478bd65a7e80725c9b3be7e3cc4a600b05)
|
|
1391
1399
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
@@ -1430,6 +1438,80 @@ class CfnDeliveryDestination(
|
|
|
1430
1438
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1431
1439
|
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
1432
1440
|
|
|
1441
|
+
@jsii.data_type(
|
|
1442
|
+
jsii_type="aws-cdk-lib.aws_logs.CfnDeliveryDestination.DestinationPolicyProperty",
|
|
1443
|
+
jsii_struct_bases=[],
|
|
1444
|
+
name_mapping={
|
|
1445
|
+
"delivery_destination_name": "deliveryDestinationName",
|
|
1446
|
+
"delivery_destination_policy": "deliveryDestinationPolicy",
|
|
1447
|
+
},
|
|
1448
|
+
)
|
|
1449
|
+
class DestinationPolicyProperty:
|
|
1450
|
+
def __init__(
|
|
1451
|
+
self,
|
|
1452
|
+
*,
|
|
1453
|
+
delivery_destination_name: typing.Optional[builtins.str] = None,
|
|
1454
|
+
delivery_destination_policy: typing.Any = None,
|
|
1455
|
+
) -> None:
|
|
1456
|
+
'''
|
|
1457
|
+
:param delivery_destination_name: The name of the delivery destination to assign this policy to.
|
|
1458
|
+
:param delivery_destination_policy: The contents of the policy attached to the delivery destination.
|
|
1459
|
+
|
|
1460
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-deliverydestination-destinationpolicy.html
|
|
1461
|
+
:exampleMetadata: fixture=_generated
|
|
1462
|
+
|
|
1463
|
+
Example::
|
|
1464
|
+
|
|
1465
|
+
# The code below shows an example of how to instantiate this type.
|
|
1466
|
+
# The values are placeholders you should change.
|
|
1467
|
+
from aws_cdk import aws_logs as logs
|
|
1468
|
+
|
|
1469
|
+
# delivery_destination_policy: Any
|
|
1470
|
+
|
|
1471
|
+
destination_policy_property = logs.CfnDeliveryDestination.DestinationPolicyProperty(
|
|
1472
|
+
delivery_destination_name="deliveryDestinationName",
|
|
1473
|
+
delivery_destination_policy=delivery_destination_policy
|
|
1474
|
+
)
|
|
1475
|
+
'''
|
|
1476
|
+
if __debug__:
|
|
1477
|
+
type_hints = typing.get_type_hints(_typecheckingstub__476eb70b6b82939807d3600d63a802f799886d0c7cc23550944471a71b16233e)
|
|
1478
|
+
check_type(argname="argument delivery_destination_name", value=delivery_destination_name, expected_type=type_hints["delivery_destination_name"])
|
|
1479
|
+
check_type(argname="argument delivery_destination_policy", value=delivery_destination_policy, expected_type=type_hints["delivery_destination_policy"])
|
|
1480
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
1481
|
+
if delivery_destination_name is not None:
|
|
1482
|
+
self._values["delivery_destination_name"] = delivery_destination_name
|
|
1483
|
+
if delivery_destination_policy is not None:
|
|
1484
|
+
self._values["delivery_destination_policy"] = delivery_destination_policy
|
|
1485
|
+
|
|
1486
|
+
@builtins.property
|
|
1487
|
+
def delivery_destination_name(self) -> typing.Optional[builtins.str]:
|
|
1488
|
+
'''The name of the delivery destination to assign this policy to.
|
|
1489
|
+
|
|
1490
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-deliverydestination-destinationpolicy.html#cfn-logs-deliverydestination-destinationpolicy-deliverydestinationname
|
|
1491
|
+
'''
|
|
1492
|
+
result = self._values.get("delivery_destination_name")
|
|
1493
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1494
|
+
|
|
1495
|
+
@builtins.property
|
|
1496
|
+
def delivery_destination_policy(self) -> typing.Any:
|
|
1497
|
+
'''The contents of the policy attached to the delivery destination.
|
|
1498
|
+
|
|
1499
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-deliverydestination-destinationpolicy.html#cfn-logs-deliverydestination-destinationpolicy-deliverydestinationpolicy
|
|
1500
|
+
'''
|
|
1501
|
+
result = self._values.get("delivery_destination_policy")
|
|
1502
|
+
return typing.cast(typing.Any, result)
|
|
1503
|
+
|
|
1504
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1505
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1506
|
+
|
|
1507
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1508
|
+
return not (rhs == self)
|
|
1509
|
+
|
|
1510
|
+
def __repr__(self) -> str:
|
|
1511
|
+
return "DestinationPolicyProperty(%s)" % ", ".join(
|
|
1512
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1513
|
+
)
|
|
1514
|
+
|
|
1433
1515
|
|
|
1434
1516
|
@jsii.data_type(
|
|
1435
1517
|
jsii_type="aws-cdk-lib.aws_logs.CfnDeliveryDestinationProps",
|
|
@@ -1447,7 +1529,7 @@ class CfnDeliveryDestinationProps:
|
|
|
1447
1529
|
self,
|
|
1448
1530
|
*,
|
|
1449
1531
|
name: builtins.str,
|
|
1450
|
-
delivery_destination_policy: typing.Any = None,
|
|
1532
|
+
delivery_destination_policy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryDestination.DestinationPolicyProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1451
1533
|
destination_resource_arn: typing.Optional[builtins.str] = None,
|
|
1452
1534
|
output_format: typing.Optional[builtins.str] = None,
|
|
1453
1535
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -1475,7 +1557,10 @@ class CfnDeliveryDestinationProps:
|
|
|
1475
1557
|
name="name",
|
|
1476
1558
|
|
|
1477
1559
|
# the properties below are optional
|
|
1478
|
-
delivery_destination_policy=
|
|
1560
|
+
delivery_destination_policy=logs.CfnDeliveryDestination.DestinationPolicyProperty(
|
|
1561
|
+
delivery_destination_name="deliveryDestinationName",
|
|
1562
|
+
delivery_destination_policy=delivery_destination_policy
|
|
1563
|
+
),
|
|
1479
1564
|
destination_resource_arn="destinationResourceArn",
|
|
1480
1565
|
output_format="outputFormat",
|
|
1481
1566
|
tags=[CfnTag(
|
|
@@ -1514,7 +1599,9 @@ class CfnDeliveryDestinationProps:
|
|
|
1514
1599
|
return typing.cast(builtins.str, result)
|
|
1515
1600
|
|
|
1516
1601
|
@builtins.property
|
|
1517
|
-
def delivery_destination_policy(
|
|
1602
|
+
def delivery_destination_policy(
|
|
1603
|
+
self,
|
|
1604
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDeliveryDestination.DestinationPolicyProperty]]:
|
|
1518
1605
|
'''An IAM policy that grants permissions to CloudWatch Logs to deliver logs cross-account to a specified destination in this account.
|
|
1519
1606
|
|
|
1520
1607
|
For examples of this policy, see `Examples <https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliveryDestinationPolicy.html#API_PutDeliveryDestinationPolicy_Examples>`_ in the CloudWatch Logs API Reference.
|
|
@@ -1522,7 +1609,7 @@ class CfnDeliveryDestinationProps:
|
|
|
1522
1609
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-deliverydestination.html#cfn-logs-deliverydestination-deliverydestinationpolicy
|
|
1523
1610
|
'''
|
|
1524
1611
|
result = self._values.get("delivery_destination_policy")
|
|
1525
|
-
return typing.cast(typing.
|
|
1612
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDeliveryDestination.DestinationPolicyProperty]], result)
|
|
1526
1613
|
|
|
1527
1614
|
@builtins.property
|
|
1528
1615
|
def destination_resource_arn(self) -> typing.Optional[builtins.str]:
|
|
@@ -11173,6 +11260,12 @@ class LogGroup(
|
|
|
11173
11260
|
|
|
11174
11261
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricIncomingLogEvents", [props]))
|
|
11175
11262
|
|
|
11263
|
+
@jsii.python.classproperty
|
|
11264
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
11265
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
11266
|
+
'''Uniquely identifies this class.'''
|
|
11267
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
11268
|
+
|
|
11176
11269
|
@builtins.property
|
|
11177
11270
|
@jsii.member(jsii_name="logGroupArn")
|
|
11178
11271
|
def log_group_arn(self) -> builtins.str:
|
|
@@ -11453,6 +11546,12 @@ class LogRetention(
|
|
|
11453
11546
|
|
|
11454
11547
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
11455
11548
|
|
|
11549
|
+
@jsii.python.classproperty
|
|
11550
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
11551
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
11552
|
+
'''Uniquely identifies this class.'''
|
|
11553
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
11554
|
+
|
|
11456
11555
|
@builtins.property
|
|
11457
11556
|
@jsii.member(jsii_name="logGroupArn")
|
|
11458
11557
|
def log_group_arn(self) -> builtins.str:
|
|
@@ -11757,6 +11856,12 @@ class LogStream(
|
|
|
11757
11856
|
check_type(argname="argument log_stream_name", value=log_stream_name, expected_type=type_hints["log_stream_name"])
|
|
11758
11857
|
return typing.cast(ILogStream, jsii.sinvoke(cls, "fromLogStreamName", [scope, id, log_stream_name]))
|
|
11759
11858
|
|
|
11859
|
+
@jsii.python.classproperty
|
|
11860
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
11861
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
11862
|
+
'''Uniquely identifies this class.'''
|
|
11863
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
11864
|
+
|
|
11760
11865
|
@builtins.property
|
|
11761
11866
|
@jsii.member(jsii_name="logStreamName")
|
|
11762
11867
|
def log_stream_name(self) -> builtins.str:
|
|
@@ -12050,6 +12155,12 @@ class MetricFilter(
|
|
|
12050
12155
|
|
|
12051
12156
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metric", [props]))
|
|
12052
12157
|
|
|
12158
|
+
@jsii.python.classproperty
|
|
12159
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
12160
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
12161
|
+
'''Uniquely identifies this class.'''
|
|
12162
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
12163
|
+
|
|
12053
12164
|
|
|
12054
12165
|
@jsii.data_type(
|
|
12055
12166
|
jsii_type="aws-cdk-lib.aws_logs.MetricFilterOptions",
|
|
@@ -12472,6 +12583,12 @@ class QueryDefinition(
|
|
|
12472
12583
|
|
|
12473
12584
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
12474
12585
|
|
|
12586
|
+
@jsii.python.classproperty
|
|
12587
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
12588
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
12589
|
+
'''Uniquely identifies this class.'''
|
|
12590
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
12591
|
+
|
|
12475
12592
|
@builtins.property
|
|
12476
12593
|
@jsii.member(jsii_name="queryDefinitionId")
|
|
12477
12594
|
def query_definition_id(self) -> builtins.str:
|
|
@@ -12896,6 +13013,12 @@ class ResourcePolicy(
|
|
|
12896
13013
|
|
|
12897
13014
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
12898
13015
|
|
|
13016
|
+
@jsii.python.classproperty
|
|
13017
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
13018
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
13019
|
+
'''Uniquely identifies this class.'''
|
|
13020
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
13021
|
+
|
|
12899
13022
|
@builtins.property
|
|
12900
13023
|
@jsii.member(jsii_name="document")
|
|
12901
13024
|
def document(self) -> _PolicyDocument_3ac34393:
|
|
@@ -13280,6 +13403,12 @@ class SubscriptionFilter(
|
|
|
13280
13403
|
|
|
13281
13404
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
13282
13405
|
|
|
13406
|
+
@jsii.python.classproperty
|
|
13407
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
13408
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
13409
|
+
'''Uniquely identifies this class.'''
|
|
13410
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
13411
|
+
|
|
13283
13412
|
|
|
13284
13413
|
@jsii.data_type(
|
|
13285
13414
|
jsii_type="aws-cdk-lib.aws_logs.SubscriptionFilterOptions",
|
|
@@ -13607,6 +13736,12 @@ class CrossAccountDestination(
|
|
|
13607
13736
|
check_type(argname="argument _source_log_group", value=_source_log_group, expected_type=type_hints["_source_log_group"])
|
|
13608
13737
|
return typing.cast(LogSubscriptionDestinationConfig, jsii.invoke(self, "bind", [_scope, _source_log_group]))
|
|
13609
13738
|
|
|
13739
|
+
@jsii.python.classproperty
|
|
13740
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
13741
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
13742
|
+
'''Uniquely identifies this class.'''
|
|
13743
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
13744
|
+
|
|
13610
13745
|
@builtins.property
|
|
13611
13746
|
@jsii.member(jsii_name="destinationArn")
|
|
13612
13747
|
def destination_arn(self) -> builtins.str:
|
|
@@ -13926,7 +14061,7 @@ def _typecheckingstub__b48efa0b7b05ab2d9f1417a0b1e0cd7f28039825d1520fe16f6f8dca7
|
|
|
13926
14061
|
id: builtins.str,
|
|
13927
14062
|
*,
|
|
13928
14063
|
name: builtins.str,
|
|
13929
|
-
delivery_destination_policy: typing.Any = None,
|
|
14064
|
+
delivery_destination_policy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryDestination.DestinationPolicyProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13930
14065
|
destination_resource_arn: typing.Optional[builtins.str] = None,
|
|
13931
14066
|
output_format: typing.Optional[builtins.str] = None,
|
|
13932
14067
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -13953,7 +14088,7 @@ def _typecheckingstub__0fdc8a995b69cc816b4deffcde2adde43de71476430695742e74896d1
|
|
|
13953
14088
|
pass
|
|
13954
14089
|
|
|
13955
14090
|
def _typecheckingstub__318bc8d97cf7e7f129b83631444b5c478bd65a7e80725c9b3be7e3cc4a600b05(
|
|
13956
|
-
value: typing.
|
|
14091
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDeliveryDestination.DestinationPolicyProperty]],
|
|
13957
14092
|
) -> None:
|
|
13958
14093
|
"""Type checking stubs"""
|
|
13959
14094
|
pass
|
|
@@ -13976,10 +14111,18 @@ def _typecheckingstub__e4f5227f043e0a8609b64c4a174886ba54b2825ada7e9a1dffe8fd354
|
|
|
13976
14111
|
"""Type checking stubs"""
|
|
13977
14112
|
pass
|
|
13978
14113
|
|
|
14114
|
+
def _typecheckingstub__476eb70b6b82939807d3600d63a802f799886d0c7cc23550944471a71b16233e(
|
|
14115
|
+
*,
|
|
14116
|
+
delivery_destination_name: typing.Optional[builtins.str] = None,
|
|
14117
|
+
delivery_destination_policy: typing.Any = None,
|
|
14118
|
+
) -> None:
|
|
14119
|
+
"""Type checking stubs"""
|
|
14120
|
+
pass
|
|
14121
|
+
|
|
13979
14122
|
def _typecheckingstub__53bbf04ee2b4b7e83a98258d41a973972fae20f7537731a0fbcda3e7c5f46c1c(
|
|
13980
14123
|
*,
|
|
13981
14124
|
name: builtins.str,
|
|
13982
|
-
delivery_destination_policy: typing.Any = None,
|
|
14125
|
+
delivery_destination_policy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryDestination.DestinationPolicyProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13983
14126
|
destination_resource_arn: typing.Optional[builtins.str] = None,
|
|
13984
14127
|
output_format: typing.Optional[builtins.str] = None,
|
|
13985
14128
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -124,7 +124,7 @@ class CfnChannel(
|
|
|
124
124
|
:param input_specification: The input specification for this channel. It specifies the key characteristics of the inputs for this channel: the maximum bitrate, the resolution, and the codec.
|
|
125
125
|
:param log_level: The verbosity for logging activity for this channel. Charges for logging (which are generated through Amazon CloudWatch Logging) are higher for higher verbosities.
|
|
126
126
|
:param maintenance: Maintenance settings for this channel.
|
|
127
|
-
:param name:
|
|
127
|
+
:param name: Name of channel.
|
|
128
128
|
:param role_arn: The IAM role for MediaLive to assume when running this channel. The role is identified by its ARN.
|
|
129
129
|
:param tags: A collection of tags for this channel. Each tag is a key-value pair.
|
|
130
130
|
:param vpc: Settings to enable VPC mode in the channel, so that the endpoints for all outputs are in your VPC.
|
|
@@ -415,7 +415,7 @@ class CfnChannel(
|
|
|
415
415
|
@builtins.property
|
|
416
416
|
@jsii.member(jsii_name="name")
|
|
417
417
|
def name(self) -> typing.Optional[builtins.str]:
|
|
418
|
-
'''
|
|
418
|
+
'''Name of channel.'''
|
|
419
419
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "name"))
|
|
420
420
|
|
|
421
421
|
@name.setter
|
|
@@ -24566,7 +24566,7 @@ class CfnChannelProps:
|
|
|
24566
24566
|
:param input_specification: The input specification for this channel. It specifies the key characteristics of the inputs for this channel: the maximum bitrate, the resolution, and the codec.
|
|
24567
24567
|
:param log_level: The verbosity for logging activity for this channel. Charges for logging (which are generated through Amazon CloudWatch Logging) are higher for higher verbosities.
|
|
24568
24568
|
:param maintenance: Maintenance settings for this channel.
|
|
24569
|
-
:param name:
|
|
24569
|
+
:param name: Name of channel.
|
|
24570
24570
|
:param role_arn: The IAM role for MediaLive to assume when running this channel. The role is identified by its ARN.
|
|
24571
24571
|
:param tags: A collection of tags for this channel. Each tag is a key-value pair.
|
|
24572
24572
|
:param vpc: Settings to enable VPC mode in the channel, so that the endpoints for all outputs are in your VPC.
|
|
@@ -24749,9 +24749,7 @@ class CfnChannelProps:
|
|
|
24749
24749
|
|
|
24750
24750
|
@builtins.property
|
|
24751
24751
|
def name(self) -> typing.Optional[builtins.str]:
|
|
24752
|
-
'''
|
|
24753
|
-
|
|
24754
|
-
The AudioDescription (in an output) references this name in order to identify a specific input audio to include in that output.
|
|
24752
|
+
'''Name of channel.
|
|
24755
24753
|
|
|
24756
24754
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-name
|
|
24757
24755
|
'''
|