Interface CfnKnowledgeBasePropsMixin.IAccessControlConfigurationProperty
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnKnowledgeBasePropsMixin.IAccessControlConfigurationProperty
Syntax (vb)
Public Interface CfnKnowledgeBasePropsMixin.IAccessControlConfigurationProperty
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.QuickSight;
var accessControlConfigurationProperty = new AccessControlConfigurationProperty {
IsAclEnabled = false
};
Synopsis
Properties
| IsAclEnabled |
Properties
IsAclEnabled
object? IsAclEnabled { get; }