Show / Hide Table of Contents

Enum AuthType

The authentication method used to call the endpoint.

Namespace: Amazon.CDK.AWS.StepFunctions.Tasks
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum AuthType
Syntax (vb)
Public Enum AuthType

Synopsis

Fields

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.

Fields

Name Description
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.

Back to top Generated by DocFX