AuthType

class aws_cdk.aws_stepfunctions_tasks.AuthType(value)

Bases: Enum

The 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.