Module: AWSCDK::StepFunctionsTasks::AuthType

Defined in:
step_functions_tasks/auth_type.rb

Overview

The authentication method used to call the endpoint.

Constant Summary collapse

NO_AUTH =
Deprecated.
Note:

Default:

Call the API direclty with no authorization method.

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions_tasks.AuthType", "NO_AUTH")
IAM_ROLE =
Deprecated.
Note:

Default:

Use the IAM role associated with the current state machine for authorization.

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions_tasks.AuthType", "IAM_ROLE")
RESOURCE_POLICY =
Deprecated.
Note:

Default:

Use the resource policy of the API for authorization.

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions_tasks.AuthType", "RESOURCE_POLICY")