Class CfnChannelNamespacePropsMixin.AuthModeProperty
Describes an authorization configuration.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppSync.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnChannelNamespacePropsMixin.AuthModeProperty : CfnChannelNamespacePropsMixin.IAuthModeProperty
Syntax (vb)
Public Class CfnChannelNamespacePropsMixin.AuthModeProperty Implements CfnChannelNamespacePropsMixin.IAuthModeProperty
Remarks
Use AuthMode to specify the publishing and subscription authorization configuration for an Event API.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.AppSync.Mixins;
var authModeProperty = new AuthModeProperty {
AuthType = "authType"
};
Synopsis
Constructors
| AuthModeProperty() | Describes an authorization configuration. |
Properties
| AuthType | The authorization type. |
Constructors
AuthModeProperty()
Describes an authorization configuration.
public AuthModeProperty()
Remarks
Use AuthMode to specify the publishing and subscription authorization configuration for an Event API.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.AppSync.Mixins;
var authModeProperty = new AuthModeProperty {
AuthType = "authType"
};
Properties
AuthType
The authorization type.
public string? AuthType { get; set; }