통합 하위 유형 참조
HTTP API에 지원되는 통합 하위 유형은 다음과 같습니다.
통합 하위 유형
EventBridge-PutEvents 1.0
규칙에 일치시킬 수 있도록 사용자 지정 이벤트를 Amazon EventBridge로 보냅니다.
| 파라미터 | 필수 |
|---|---|
| 세부 정보 | True |
| DetailType | True |
| 소스 | True |
| 시간 | False |
| EventBusName | False |
| 리소스 | False |
| Region | False |
| TraceHeader | False |
자세한 내용은 Amazon EventBridge API 참조의 PutEvents를 참조하세요.
SQS-SendMessage 1.0
메시지를 지정된 대기열에 전달합니다.
| 파라미터 | 필수 |
|---|---|
| QueueUrl | True |
| MessageBody | True |
| DelaySeconds | False |
| MessageAttributes | False |
| MessageDeduplicationId | False |
| MessageGroupId | False |
| MessageSystemAttributes | False |
| Region | False |
자세한 내용은 Amazon Simple Queue Service API 참조의 SendMessage를 참조하세요.
SQS-ReceiveMessage 1.0
지정된 대기열에서 하나 이상의 메시지(최대 10개)를 가져옵니다.
| 파라미터 | 필수 |
|---|---|
| QueueUrl | True |
| AttributeNames | False |
| MaxNumberOfMessages | False |
| MessageAttributeNames | False |
| ReceiveRequestAttemptId | False |
| VisibilityTimeout | False |
| WaitTimeSeconds | False |
| Region | False |
자세한 내용은 Amazon Simple Queue Service API 참조의 ReceiveMessage를 참조하세요.
SQS-DeleteMessage 1.0
지정된 대기열에서 지정된 메시지를 삭제합니다.
| 파라미터 | 필수 |
|---|---|
| ReceiptHandle | True |
| QueueUrl | True |
| Region | False |
자세한 내용은 Amazon Simple Queue Service API 참조의 DeleteMessage를 참조하세요.
SQS-PurgeQueue 1.0
지정된 대기열의 모든 메시지를 삭제합니다.
| 파라미터 | 필수 |
|---|---|
| QueueUrl | True |
| Region | False |
자세한 내용은 Amazon Simple Queue Service API 참조의 PurgeQueue를 참조하세요.
AppConfig-GetConfiguration 1.0
구성에 대한 정보를 수신합니다.
| 파라미터 | 필수 |
|---|---|
| 애플리케이션 | True |
| Environment | True |
| Configuration | True |
| ClientId | True |
| ClientConfigurationVersion | False |
| Region | False |
자세한 내용은 AWS AppConfig API 참조의 GetConfiguration을 참조하세요.
Kinesis-PutRecord 1.0
단일 데이터 레코드를 Amazon Kinesis 데이터 스트림에 씁니다.
| 파라미터 | 필수 |
|---|---|
| StreamName | True |
| Data | True |
| PartitionKey | True |
| SequenceNumberForOrdering | False |
| ExplicitHashKey | False |
| Region | False |
자세한 내용은 Amazon Kinesis Data Streams API 참조의 PutRecord를 참조하세요.
StepFunctions-StartExecution 1.0
상태 시스템 실행을 시작합니다.
| 파라미터 | 필수 |
|---|---|
| StateMachineArn | True |
| 이름 | False |
| 입력 | False |
| Region | False |
자세한 내용은 AWS Step Functions API 참조의 StartExecution을 참조하세요.
StepFunctions-StartSyncExecution 1.0
동기 상태 시스템 실행을 시작합니다.
| 파라미터 | 필수 |
|---|---|
| StateMachineArn | True |
| 이름 | False |
| 입력 | False |
| Region | False |
| TraceHeader | False |
자세한 내용은 AWS Step Functions API 참조의 StartSyncExecution을 참조하세요.
StepFunctions-StopExecution 1.0
실행을 중지합니다.
| 파라미터 | 필수 |
|---|---|
| ExecutionArn | True |
| 원인 | False |
| 오류 | False |
| Region | False |
자세한 내용은 AWS Step Functions API 참조의 StopExecution을 참조하세요.