Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-knowledgebase-accesscontrolconfiguration.html

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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-knowledgebase-accesscontrolconfiguration.html#cfn-quicksight-knowledgebase-accesscontrolconfiguration-isaclenabled

Type union: either bool or IResolvable

Back to top Generated by DocFX