aws-cdk-lib 2.137.0__py3-none-any.whl → 2.138.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 +8 -0
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.137.0.jsii.tgz → aws-cdk-lib@2.138.0.jsii.tgz} +0 -0
- aws_cdk/aws_amplify/__init__.py +29 -113
- aws_cdk/aws_appconfig/__init__.py +26 -33
- aws_cdk/aws_apprunner/__init__.py +5 -2
- aws_cdk/aws_appsync/__init__.py +400 -13
- aws_cdk/aws_aps/__init__.py +64 -47
- aws_cdk/aws_b2bi/__init__.py +2 -6
- aws_cdk/aws_backup/__init__.py +27 -23
- aws_cdk/aws_batch/__init__.py +103 -0
- aws_cdk/aws_bcmdataexports/__init__.py +1114 -0
- aws_cdk/aws_chatbot/__init__.py +6 -4
- aws_cdk/aws_cleanrooms/__init__.py +526 -3
- aws_cdk/aws_cleanroomsml/__init__.py +960 -0
- aws_cdk/aws_cloudtrail/__init__.py +10 -10
- aws_cdk/aws_cloudwatch/__init__.py +124 -8
- aws_cdk/aws_codebuild/__init__.py +27 -22
- aws_cdk/aws_codeconnections/__init__.py +435 -0
- aws_cdk/aws_cognito/__init__.py +175 -79
- aws_cdk/aws_deadline/__init__.py +5394 -0
- aws_cdk/aws_ec2/__init__.py +279 -163
- aws_cdk/aws_ecs/__init__.py +240 -1
- aws_cdk/aws_efs/__init__.py +2 -2
- aws_cdk/aws_elasticache/__init__.py +86 -32
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +52 -2
- aws_cdk/aws_emr/__init__.py +2 -2
- aws_cdk/aws_entityresolution/__init__.py +1982 -773
- aws_cdk/aws_globalaccelerator/__init__.py +443 -0
- aws_cdk/aws_iam/__init__.py +1 -2
- aws_cdk/aws_internetmonitor/__init__.py +14 -6
- aws_cdk/aws_ivs/__init__.py +1273 -71
- aws_cdk/aws_mediatailor/__init__.py +41 -0
- aws_cdk/aws_personalize/__init__.py +8 -6
- aws_cdk/aws_pinpoint/__init__.py +5 -3
- aws_cdk/aws_pipes/__init__.py +5 -1
- aws_cdk/aws_quicksight/__init__.py +12 -6
- aws_cdk/aws_rds/__init__.py +355 -85
- aws_cdk/aws_route53/__init__.py +587 -14
- aws_cdk/aws_sagemaker/__init__.py +233 -2
- aws_cdk/aws_securityhub/__init__.py +4940 -102
- aws_cdk/aws_securitylake/__init__.py +1237 -55
- aws_cdk/aws_sns/__init__.py +61 -4
- aws_cdk/aws_ssmcontacts/__init__.py +11 -4
- aws_cdk/aws_stepfunctions/__init__.py +8 -16
- aws_cdk/aws_stepfunctions_tasks/__init__.py +676 -1
- aws_cdk/aws_transfer/__init__.py +4 -4
- aws_cdk/aws_verifiedpermissions/__init__.py +114 -37
- aws_cdk/aws_workspacesthinclient/__init__.py +8 -8
- aws_cdk/custom_resources/__init__.py +248 -26
- {aws_cdk_lib-2.137.0.dist-info → aws_cdk_lib-2.138.0.dist-info}/METADATA +3 -3
- {aws_cdk_lib-2.137.0.dist-info → aws_cdk_lib-2.138.0.dist-info}/RECORD +56 -52
- {aws_cdk_lib-2.137.0.dist-info → aws_cdk_lib-2.138.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.137.0.dist-info → aws_cdk_lib-2.138.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.137.0.dist-info → aws_cdk_lib-2.138.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.137.0.dist-info → aws_cdk_lib-2.138.0.dist-info}/top_level.txt +0 -0
|
@@ -96,6 +96,7 @@ class CfnChannel(
|
|
|
96
96
|
playback_mode="playbackMode",
|
|
97
97
|
|
|
98
98
|
# the properties below are optional
|
|
99
|
+
audiences=["audiences"],
|
|
99
100
|
filler_slate=mediatailor.CfnChannel.SlateSourceProperty(
|
|
100
101
|
source_location_name="sourceLocationName",
|
|
101
102
|
vod_source_name="vodSourceName"
|
|
@@ -122,6 +123,7 @@ class CfnChannel(
|
|
|
122
123
|
channel_name: builtins.str,
|
|
123
124
|
outputs: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.RequestOutputItemProperty", typing.Dict[builtins.str, typing.Any]]]]],
|
|
124
125
|
playback_mode: builtins.str,
|
|
126
|
+
audiences: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
125
127
|
filler_slate: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.SlateSourceProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
126
128
|
log_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.LogConfigurationForChannelProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
127
129
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -134,6 +136,7 @@ class CfnChannel(
|
|
|
134
136
|
:param channel_name: The name of the channel.
|
|
135
137
|
:param outputs: The channel's output properties.
|
|
136
138
|
:param playback_mode: The type of playback mode for this channel. ``LINEAR`` - Programs play back-to-back only once. ``LOOP`` - Programs play back-to-back in an endless loop. When the last program in the schedule plays, playback loops back to the first program in the schedule.
|
|
139
|
+
:param audiences: The list of audiences defined in channel.
|
|
137
140
|
:param filler_slate: The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the ``LINEAR`` ``PlaybackMode`` . MediaTailor doesn't support filler slate for channels using the ``LOOP`` ``PlaybackMode`` .
|
|
138
141
|
:param log_configuration: The log configuration.
|
|
139
142
|
:param tags: The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see `Tagging AWS Elemental MediaTailor Resources <https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html>`_ .
|
|
@@ -148,6 +151,7 @@ class CfnChannel(
|
|
|
148
151
|
channel_name=channel_name,
|
|
149
152
|
outputs=outputs,
|
|
150
153
|
playback_mode=playback_mode,
|
|
154
|
+
audiences=audiences,
|
|
151
155
|
filler_slate=filler_slate,
|
|
152
156
|
log_configuration=log_configuration,
|
|
153
157
|
tags=tags,
|
|
@@ -250,6 +254,19 @@ class CfnChannel(
|
|
|
250
254
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
251
255
|
jsii.set(self, "playbackMode", value)
|
|
252
256
|
|
|
257
|
+
@builtins.property
|
|
258
|
+
@jsii.member(jsii_name="audiences")
|
|
259
|
+
def audiences(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
260
|
+
'''The list of audiences defined in channel.'''
|
|
261
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "audiences"))
|
|
262
|
+
|
|
263
|
+
@audiences.setter
|
|
264
|
+
def audiences(self, value: typing.Optional[typing.List[builtins.str]]) -> None:
|
|
265
|
+
if __debug__:
|
|
266
|
+
type_hints = typing.get_type_hints(_typecheckingstub__978734f277fe2347cb97632bb681ac7a90ce350df65be207f74234337bd3d49b)
|
|
267
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
268
|
+
jsii.set(self, "audiences", value)
|
|
269
|
+
|
|
253
270
|
@builtins.property
|
|
254
271
|
@jsii.member(jsii_name="fillerSlate")
|
|
255
272
|
def filler_slate(
|
|
@@ -1017,6 +1034,7 @@ class CfnChannelPolicyProps:
|
|
|
1017
1034
|
"channel_name": "channelName",
|
|
1018
1035
|
"outputs": "outputs",
|
|
1019
1036
|
"playback_mode": "playbackMode",
|
|
1037
|
+
"audiences": "audiences",
|
|
1020
1038
|
"filler_slate": "fillerSlate",
|
|
1021
1039
|
"log_configuration": "logConfiguration",
|
|
1022
1040
|
"tags": "tags",
|
|
@@ -1031,6 +1049,7 @@ class CfnChannelProps:
|
|
|
1031
1049
|
channel_name: builtins.str,
|
|
1032
1050
|
outputs: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.RequestOutputItemProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
1033
1051
|
playback_mode: builtins.str,
|
|
1052
|
+
audiences: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1034
1053
|
filler_slate: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.SlateSourceProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1035
1054
|
log_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.LogConfigurationForChannelProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1036
1055
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -1042,6 +1061,7 @@ class CfnChannelProps:
|
|
|
1042
1061
|
:param channel_name: The name of the channel.
|
|
1043
1062
|
:param outputs: The channel's output properties.
|
|
1044
1063
|
:param playback_mode: The type of playback mode for this channel. ``LINEAR`` - Programs play back-to-back only once. ``LOOP`` - Programs play back-to-back in an endless loop. When the last program in the schedule plays, playback loops back to the first program in the schedule.
|
|
1064
|
+
:param audiences: The list of audiences defined in channel.
|
|
1045
1065
|
:param filler_slate: The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the ``LINEAR`` ``PlaybackMode`` . MediaTailor doesn't support filler slate for channels using the ``LOOP`` ``PlaybackMode`` .
|
|
1046
1066
|
:param log_configuration: The log configuration.
|
|
1047
1067
|
:param tags: The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see `Tagging AWS Elemental MediaTailor Resources <https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html>`_ .
|
|
@@ -1078,6 +1098,7 @@ class CfnChannelProps:
|
|
|
1078
1098
|
playback_mode="playbackMode",
|
|
1079
1099
|
|
|
1080
1100
|
# the properties below are optional
|
|
1101
|
+
audiences=["audiences"],
|
|
1081
1102
|
filler_slate=mediatailor.CfnChannel.SlateSourceProperty(
|
|
1082
1103
|
source_location_name="sourceLocationName",
|
|
1083
1104
|
vod_source_name="vodSourceName"
|
|
@@ -1100,6 +1121,7 @@ class CfnChannelProps:
|
|
|
1100
1121
|
check_type(argname="argument channel_name", value=channel_name, expected_type=type_hints["channel_name"])
|
|
1101
1122
|
check_type(argname="argument outputs", value=outputs, expected_type=type_hints["outputs"])
|
|
1102
1123
|
check_type(argname="argument playback_mode", value=playback_mode, expected_type=type_hints["playback_mode"])
|
|
1124
|
+
check_type(argname="argument audiences", value=audiences, expected_type=type_hints["audiences"])
|
|
1103
1125
|
check_type(argname="argument filler_slate", value=filler_slate, expected_type=type_hints["filler_slate"])
|
|
1104
1126
|
check_type(argname="argument log_configuration", value=log_configuration, expected_type=type_hints["log_configuration"])
|
|
1105
1127
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
@@ -1110,6 +1132,8 @@ class CfnChannelProps:
|
|
|
1110
1132
|
"outputs": outputs,
|
|
1111
1133
|
"playback_mode": playback_mode,
|
|
1112
1134
|
}
|
|
1135
|
+
if audiences is not None:
|
|
1136
|
+
self._values["audiences"] = audiences
|
|
1113
1137
|
if filler_slate is not None:
|
|
1114
1138
|
self._values["filler_slate"] = filler_slate
|
|
1115
1139
|
if log_configuration is not None:
|
|
@@ -1157,6 +1181,15 @@ class CfnChannelProps:
|
|
|
1157
1181
|
assert result is not None, "Required property 'playback_mode' is missing"
|
|
1158
1182
|
return typing.cast(builtins.str, result)
|
|
1159
1183
|
|
|
1184
|
+
@builtins.property
|
|
1185
|
+
def audiences(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
1186
|
+
'''The list of audiences defined in channel.
|
|
1187
|
+
|
|
1188
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-channel.html#cfn-mediatailor-channel-audiences
|
|
1189
|
+
'''
|
|
1190
|
+
result = self._values.get("audiences")
|
|
1191
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
1192
|
+
|
|
1160
1193
|
@builtins.property
|
|
1161
1194
|
def filler_slate(
|
|
1162
1195
|
self,
|
|
@@ -4172,6 +4205,7 @@ def _typecheckingstub__95afc802641850838d7d754c58072c279165a93bff5fc055789c1090a
|
|
|
4172
4205
|
channel_name: builtins.str,
|
|
4173
4206
|
outputs: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.RequestOutputItemProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
4174
4207
|
playback_mode: builtins.str,
|
|
4208
|
+
audiences: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
4175
4209
|
filler_slate: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.SlateSourceProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4176
4210
|
log_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.LogConfigurationForChannelProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4177
4211
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -4211,6 +4245,12 @@ def _typecheckingstub__0f01c3b2a4d663235632876690f021c08885e2683808fd8f8354ec563
|
|
|
4211
4245
|
"""Type checking stubs"""
|
|
4212
4246
|
pass
|
|
4213
4247
|
|
|
4248
|
+
def _typecheckingstub__978734f277fe2347cb97632bb681ac7a90ce350df65be207f74234337bd3d49b(
|
|
4249
|
+
value: typing.Optional[typing.List[builtins.str]],
|
|
4250
|
+
) -> None:
|
|
4251
|
+
"""Type checking stubs"""
|
|
4252
|
+
pass
|
|
4253
|
+
|
|
4214
4254
|
def _typecheckingstub__bb99598f2b90f05f74078bf9dbab5d32c9f963ec0c7f60fc84c741cd7f7a72d5(
|
|
4215
4255
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnChannel.SlateSourceProperty]],
|
|
4216
4256
|
) -> None:
|
|
@@ -4338,6 +4378,7 @@ def _typecheckingstub__34f9c53dfc17c104058553b2c51bffbfeea7885ab9628618cedcaf863
|
|
|
4338
4378
|
channel_name: builtins.str,
|
|
4339
4379
|
outputs: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.RequestOutputItemProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
4340
4380
|
playback_mode: builtins.str,
|
|
4381
|
+
audiences: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
4341
4382
|
filler_slate: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.SlateSourceProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4342
4383
|
log_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.LogConfigurationForChannelProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4343
4384
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -66,8 +66,8 @@ class CfnDataset(
|
|
|
66
66
|
- Item interactions
|
|
67
67
|
- Items
|
|
68
68
|
- Users
|
|
69
|
-
- Action interactions
|
|
70
|
-
- Actions
|
|
69
|
+
- Action interactions (you can't use CloudFormation to create an Action interactions dataset)
|
|
70
|
+
- Actions (you can't use CloudFormation to create an Actions dataset)
|
|
71
71
|
|
|
72
72
|
Each dataset type has an associated schema with required field types. Only the ``Item interactions`` dataset is required in order to train a model (also referred to as creating a solution).
|
|
73
73
|
|
|
@@ -128,7 +128,7 @@ class CfnDataset(
|
|
|
128
128
|
:param scope: Scope in which this resource is defined.
|
|
129
129
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
130
130
|
:param dataset_group_arn: The Amazon Resource Name (ARN) of the dataset group.
|
|
131
|
-
:param dataset_type: One of the following values:. - Interactions - Items - Users
|
|
131
|
+
:param dataset_type: One of the following values:. - Interactions - Items - Users .. epigraph:: You can't use CloudFormation to create an Action Interactions or Actions dataset.
|
|
132
132
|
:param name: The name of the dataset.
|
|
133
133
|
:param schema_arn: The ARN of the associated schema.
|
|
134
134
|
:param dataset_import_job: Describes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset. If you specify a dataset import job as part of a dataset, all dataset import job fields are required.
|
|
@@ -742,7 +742,7 @@ class CfnDatasetProps:
|
|
|
742
742
|
'''Properties for defining a ``CfnDataset``.
|
|
743
743
|
|
|
744
744
|
:param dataset_group_arn: The Amazon Resource Name (ARN) of the dataset group.
|
|
745
|
-
:param dataset_type: One of the following values:. - Interactions - Items - Users
|
|
745
|
+
:param dataset_type: One of the following values:. - Interactions - Items - Users .. epigraph:: You can't use CloudFormation to create an Action Interactions or Actions dataset.
|
|
746
746
|
:param name: The name of the dataset.
|
|
747
747
|
:param schema_arn: The ARN of the associated schema.
|
|
748
748
|
:param dataset_import_job: Describes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset. If you specify a dataset import job as part of a dataset, all dataset import job fields are required.
|
|
@@ -807,8 +807,10 @@ class CfnDatasetProps:
|
|
|
807
807
|
- Interactions
|
|
808
808
|
- Items
|
|
809
809
|
- Users
|
|
810
|
-
|
|
811
|
-
|
|
810
|
+
|
|
811
|
+
.. epigraph::
|
|
812
|
+
|
|
813
|
+
You can't use CloudFormation to create an Action Interactions or Actions dataset.
|
|
812
814
|
|
|
813
815
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-personalize-dataset.html#cfn-personalize-dataset-datasettype
|
|
814
816
|
'''
|
aws_cdk/aws_pinpoint/__init__.py
CHANGED
|
@@ -5843,7 +5843,7 @@ class CfnCampaign(
|
|
|
5843
5843
|
:param baidu_message: The message that the campaign sends through the Baidu (Baidu Cloud Push) channel. If specified, this message overrides the default message.
|
|
5844
5844
|
:param custom_message: The message that the campaign sends through a custom channel, as specified by the delivery configuration ( ``CustomDeliveryConfiguration`` ) settings for the campaign. If specified, this message overrides the default message.
|
|
5845
5845
|
:param default_message: The default message that the campaign sends through all the channels that are configured for the campaign.
|
|
5846
|
-
:param email_message: The message that the campaign sends through the email channel. If specified, this message overrides the default message.
|
|
5846
|
+
:param email_message: The message that the campaign sends through the email channel. If specified, this message overrides the default message. .. epigraph:: The maximum email message size is 200KB. You can use email templates to send larger email messages.
|
|
5847
5847
|
:param gcm_message: The message that the campaign sends through the GCM channel, which enables Amazon Pinpoint to send push notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service. If specified, this message overrides the default message.
|
|
5848
5848
|
:param in_app_message: The default message for the in-app messaging channel. This message overrides the default message ( ``DefaultMessage`` ).
|
|
5849
5849
|
:param sms_message: The message that the campaign sends through the SMS channel. If specified, this message overrides the default message.
|
|
@@ -6109,9 +6109,11 @@ class CfnCampaign(
|
|
|
6109
6109
|
def email_message(
|
|
6110
6110
|
self,
|
|
6111
6111
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCampaign.CampaignEmailMessageProperty"]]:
|
|
6112
|
-
'''The message that the campaign sends through the email channel.
|
|
6112
|
+
'''The message that the campaign sends through the email channel. If specified, this message overrides the default message.
|
|
6113
6113
|
|
|
6114
|
-
|
|
6114
|
+
.. epigraph::
|
|
6115
|
+
|
|
6116
|
+
The maximum email message size is 200KB. You can use email templates to send larger email messages.
|
|
6115
6117
|
|
|
6116
6118
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-messageconfiguration.html#cfn-pinpoint-campaign-messageconfiguration-emailmessage
|
|
6117
6119
|
'''
|
aws_cdk/aws_pipes/__init__.py
CHANGED
|
@@ -3638,7 +3638,7 @@ class CfnPipe(
|
|
|
3638
3638
|
:param kinesis_stream_parameters: The parameters for using a Kinesis stream as a source.
|
|
3639
3639
|
:param managed_streaming_kafka_parameters: The parameters for using an MSK stream as a source.
|
|
3640
3640
|
:param rabbit_mq_broker_parameters: The parameters for using a Rabbit MQ broker as a source.
|
|
3641
|
-
:param self_managed_kafka_parameters: The parameters for using a stream as a source.
|
|
3641
|
+
:param self_managed_kafka_parameters: The parameters for using a stream as a source. A *self managed* cluster refers to any Apache Kafka cluster not hosted by AWS . This includes both clusters you manage yourself, as well as those hosted by a third-party provider, such as `Confluent Cloud <https://docs.aws.amazon.com/https://www.confluent.io/>`_ , `CloudKarafka <https://docs.aws.amazon.com/https://www.cloudkarafka.com/>`_ , or `Redpanda <https://docs.aws.amazon.com/https://redpanda.com/>`_ . For more information, see `Apache Kafka streams as a source <https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-kafka.html>`_ in the *Amazon EventBridge User Guide* .
|
|
3642
3642
|
:param sqs_queue_parameters: The parameters for using a Amazon SQS stream as a source.
|
|
3643
3643
|
|
|
3644
3644
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-pipesourceparameters.html
|
|
@@ -3850,6 +3850,8 @@ class CfnPipe(
|
|
|
3850
3850
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPipe.PipeSourceSelfManagedKafkaParametersProperty"]]:
|
|
3851
3851
|
'''The parameters for using a stream as a source.
|
|
3852
3852
|
|
|
3853
|
+
A *self managed* cluster refers to any Apache Kafka cluster not hosted by AWS . This includes both clusters you manage yourself, as well as those hosted by a third-party provider, such as `Confluent Cloud <https://docs.aws.amazon.com/https://www.confluent.io/>`_ , `CloudKarafka <https://docs.aws.amazon.com/https://www.cloudkarafka.com/>`_ , or `Redpanda <https://docs.aws.amazon.com/https://redpanda.com/>`_ . For more information, see `Apache Kafka streams as a source <https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-kafka.html>`_ in the *Amazon EventBridge User Guide* .
|
|
3854
|
+
|
|
3853
3855
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-pipesourceparameters.html#cfn-pipes-pipe-pipesourceparameters-selfmanagedkafkaparameters
|
|
3854
3856
|
'''
|
|
3855
3857
|
result = self._values.get("self_managed_kafka_parameters")
|
|
@@ -4036,6 +4038,8 @@ class CfnPipe(
|
|
|
4036
4038
|
) -> None:
|
|
4037
4039
|
'''The parameters for using a stream as a source.
|
|
4038
4040
|
|
|
4041
|
+
A *self managed* cluster refers to any Apache Kafka cluster not hosted by AWS . This includes both clusters you manage yourself, as well as those hosted by a third-party provider, such as `Confluent Cloud <https://docs.aws.amazon.com/https://www.confluent.io/>`_ , `CloudKarafka <https://docs.aws.amazon.com/https://www.cloudkarafka.com/>`_ , or `Redpanda <https://docs.aws.amazon.com/https://redpanda.com/>`_ . For more information, see `Apache Kafka streams as a source <https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-kafka.html>`_ in the *Amazon EventBridge User Guide* .
|
|
4042
|
+
|
|
4039
4043
|
:param topic_name: The name of the topic that the pipe will read from.
|
|
4040
4044
|
:param additional_bootstrap_servers: An array of server URLs.
|
|
4041
4045
|
:param batch_size: The maximum number of records to include in each batch.
|
|
@@ -20440,7 +20440,7 @@ class CfnAnalysis(
|
|
|
20440
20440
|
|
|
20441
20441
|
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
|
|
20442
20442
|
|
|
20443
|
-
:param all_sheets: The configuration
|
|
20443
|
+
:param all_sheets: The configuration that applies a filter to all sheets. When you choose ``AllSheets`` as the value for a ``FilterScopeConfiguration`` , this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. The ``AllSheetsFilterScopeConfiguration`` is chosen.
|
|
20444
20444
|
:param selected_sheets: The configuration for applying a filter to specific sheets.
|
|
20445
20445
|
|
|
20446
20446
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filterscopeconfiguration.html
|
|
@@ -20479,7 +20479,9 @@ class CfnAnalysis(
|
|
|
20479
20479
|
|
|
20480
20480
|
@builtins.property
|
|
20481
20481
|
def all_sheets(self) -> typing.Any:
|
|
20482
|
-
'''The configuration
|
|
20482
|
+
'''The configuration that applies a filter to all sheets.
|
|
20483
|
+
|
|
20484
|
+
When you choose ``AllSheets`` as the value for a ``FilterScopeConfiguration`` , this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. The ``AllSheetsFilterScopeConfiguration`` is chosen.
|
|
20483
20485
|
|
|
20484
20486
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filterscopeconfiguration.html#cfn-quicksight-analysis-filterscopeconfiguration-allsheets
|
|
20485
20487
|
'''
|
|
@@ -85183,7 +85185,7 @@ class CfnDashboard(
|
|
|
85183
85185
|
|
|
85184
85186
|
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
|
|
85185
85187
|
|
|
85186
|
-
:param all_sheets: The configuration
|
|
85188
|
+
:param all_sheets: The configuration that applies a filter to all sheets. When you choose ``AllSheets`` as the value for a ``FilterScopeConfiguration`` , this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. The ``AllSheetsFilterScopeConfiguration`` is chosen.
|
|
85187
85189
|
:param selected_sheets: The configuration for applying a filter to specific sheets.
|
|
85188
85190
|
|
|
85189
85191
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filterscopeconfiguration.html
|
|
@@ -85222,7 +85224,9 @@ class CfnDashboard(
|
|
|
85222
85224
|
|
|
85223
85225
|
@builtins.property
|
|
85224
85226
|
def all_sheets(self) -> typing.Any:
|
|
85225
|
-
'''The configuration
|
|
85227
|
+
'''The configuration that applies a filter to all sheets.
|
|
85228
|
+
|
|
85229
|
+
When you choose ``AllSheets`` as the value for a ``FilterScopeConfiguration`` , this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. The ``AllSheetsFilterScopeConfiguration`` is chosen.
|
|
85226
85230
|
|
|
85227
85231
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filterscopeconfiguration.html#cfn-quicksight-dashboard-filterscopeconfiguration-allsheets
|
|
85228
85232
|
'''
|
|
@@ -159359,7 +159363,7 @@ class CfnTemplate(
|
|
|
159359
159363
|
|
|
159360
159364
|
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
|
|
159361
159365
|
|
|
159362
|
-
:param all_sheets: The configuration
|
|
159366
|
+
:param all_sheets: The configuration that applies a filter to all sheets. When you choose ``AllSheets`` as the value for a ``FilterScopeConfiguration`` , this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. The ``AllSheetsFilterScopeConfiguration`` is chosen.
|
|
159363
159367
|
:param selected_sheets: The configuration for applying a filter to specific sheets.
|
|
159364
159368
|
|
|
159365
159369
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-filterscopeconfiguration.html
|
|
@@ -159398,7 +159402,9 @@ class CfnTemplate(
|
|
|
159398
159402
|
|
|
159399
159403
|
@builtins.property
|
|
159400
159404
|
def all_sheets(self) -> typing.Any:
|
|
159401
|
-
'''The configuration
|
|
159405
|
+
'''The configuration that applies a filter to all sheets.
|
|
159406
|
+
|
|
159407
|
+
When you choose ``AllSheets`` as the value for a ``FilterScopeConfiguration`` , this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. The ``AllSheetsFilterScopeConfiguration`` is chosen.
|
|
159402
159408
|
|
|
159403
159409
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-filterscopeconfiguration.html#cfn-quicksight-template-filterscopeconfiguration-allsheets
|
|
159404
159410
|
'''
|