AuthType
- class aws_cdk.aws_stepfunctions_tasks.AuthType(*values)
Bases:
EnumThe authentication method used to call the endpoint.
Attributes
- IAM_ROLE
Use the IAM role associated with the current state machine for authorization.
- NO_AUTH
Call the API direclty with no authorization method.
- RESOURCE_POLICY
Use the resource policy of the API for authorization.