We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162f9db commit ae85706Copy full SHA for ae85706
src/stepfunctions/steps/integration_resources.py
@@ -32,10 +32,9 @@ def get_service_integration_arn(service, api, integration_pattern=IntegrationPat
32
"""
33
ARN builder for task integration
34
Args:
35
- service(str): name of the task resource service
36
- api(<Service>Api): api to be integrated of the task resource service
37
- integration_pattern(IntegrationPattern, optional): integration pattern for the task resource.
38
- Default as request response.
+ service (str): The service name for the service integration
+ api (str): The api of the service integration
+ integration_pattern (IntegrationPattern, optional): The integration pattern for the task. (Default: IntegrationPattern.RequestResponse)
39
40
arn = ""
41
if integration_pattern == IntegrationPattern.RequestResponse:
@@ -45,4 +44,3 @@ def get_service_integration_arn(service, api, integration_pattern=IntegrationPat
45
44
return arn
46
47
48
-
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments