Class AuthType
The authentication method used to call the endpoint.
Inheritance
Namespace: Amazon.CDK.AWS.StepFunctions.Tasks
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public sealed class AuthType : Enum
Syntax (vb)
Public NotInheritable Class AuthType
Inherits
Enum
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. |
value__ |
Fields
IAM_ROLE
Use the IAM role associated with the current state machine for authorization.
public const AuthType IAM_ROLE
Field Value
Type | Description |
---|---|
Auth |
NO_AUTH
Call the API direclty with no authorization method.
public const AuthType NO_AUTH
Field Value
Type | Description |
---|---|
Auth |
RESOURCE_POLICY
Use the resource policy of the API for authorization.
public const AuthType RESOURCE_POLICY
Field Value
Type | Description |
---|---|
Auth |
value__
public int value__
Field Value
Type | Description |
---|---|
System. |