aws-cdk-lib.aws_stepfunctions_tasks.AuthType

enum AuthType

LanguageType name
.NETAmazon.CDK.AWS.StepFunctions.Tasks.AuthType
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctionstasks#AuthType
Javasoftware.amazon.awscdk.services.stepfunctions.tasks.AuthType
Pythonaws_cdk.aws_stepfunctions_tasks.AuthType
TypeScript (source)aws-cdk-lib » aws_stepfunctions_tasks » AuthType

The authentication method used to call the endpoint.

Members

NameDescription
NO_AUTHCall the API direclty with no authorization method.
IAM_ROLEUse the IAM role associated with the current state machine for authorization.
RESOURCE_POLICYUse the resource policy of the API for authorization.

NO_AUTH

Call the API direclty with no authorization method.


IAM_ROLE

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


RESOURCE_POLICY

Use the resource policy of the API for authorization.