Interface CfnDomainConfigurationPropsMixin.IAuthorizerConfigProperty
An object that specifies the authorization service for a domain.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IoT
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDomainConfigurationPropsMixin.IAuthorizerConfigProperty
Syntax (vb)
Public Interface CfnDomainConfigurationPropsMixin.IAuthorizerConfigProperty
Remarks
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.CfnPropertyMixins.AWS.IoT;
var authorizerConfigProperty = new AuthorizerConfigProperty {
AllowAuthorizerOverride = false,
DefaultAuthorizerName = "defaultAuthorizerName"
};
Synopsis
Properties
| AllowAuthorizerOverride | A Boolean that specifies whether the domain configuration's authorization service can be overridden. |
| DefaultAuthorizerName | The name of the authorization service for a domain configuration. |
Properties
AllowAuthorizerOverride
A Boolean that specifies whether the domain configuration's authorization service can be overridden.
object? AllowAuthorizerOverride { get; }
Property Value
Remarks
DefaultAuthorizerName
The name of the authorization service for a domain configuration.
string? DefaultAuthorizerName { get; }