Show / Hide Table of Contents

Class CfnKnowledgeBasePropsMixin

Definition of AWS::QuickSight::KnowledgeBase Resource Type.

Inheritance
object
Mixin
CfnKnowledgeBasePropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnKnowledgeBasePropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnKnowledgeBasePropsMixin Inherits Mixin Implements IMixin
Remarks

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

CloudformationResource: AWS::QuickSight::KnowledgeBase

Mixin: true

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;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;
             var template;

             var cfnKnowledgeBasePropsMixin = new CfnKnowledgeBasePropsMixin(new CfnKnowledgeBaseMixinProps {
                 AccessControlConfiguration = new AccessControlConfigurationProperty {
                     IsAclEnabled = false
                 },
                 AwsAccountId = "awsAccountId",
                 DataSourceArn = "dataSourceArn",
                 Description = "description",
                 IsEmailNotificationOptedForIngestionFailures = false,
                 KnowledgeBaseConfiguration = new KnowledgeBaseConfigurationProperty {
                     TemplateConfiguration = new KbTemplateConfigurationProperty {
                         Template = template
                     }
                 },
                 KnowledgeBaseId = "knowledgeBaseId",
                 MediaExtractionConfiguration = new MediaExtractionConfigurationProperty {
                     AudioExtractionConfiguration = new AudioExtractionConfigurationProperty {
                         AudioExtractionStatus = "audioExtractionStatus"
                     },
                     ImageExtractionConfiguration = new ImageExtractionConfigurationProperty {
                         ImageExtractionStatus = "imageExtractionStatus"
                     },
                     VideoExtractionConfiguration = new VideoExtractionConfigurationProperty {
                         VideoExtractionStatus = "videoExtractionStatus",
                         VideoExtractionType = "videoExtractionType"
                     }
                 },
                 Name = "name",
                 Permissions = new [] { new ResourcePermissionProperty {
                     Actions = new [] { "actions" },
                     Principal = "principal",
                     Resource = "resource"
                 } },
                 PrimaryOwnerArn = "primaryOwnerArn",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Synopsis

Constructors

CfnKnowledgeBasePropsMixin(ICfnKnowledgeBaseMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::QuickSight::KnowledgeBase.

Properties

CFN_PROPERTY_KEYS

Definition of AWS::QuickSight::KnowledgeBase Resource Type.

Props

Definition of AWS::QuickSight::KnowledgeBase Resource Type.

Strategy

Definition of AWS::QuickSight::KnowledgeBase Resource Type.

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct.

Constructors

CfnKnowledgeBasePropsMixin(ICfnKnowledgeBaseMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::QuickSight::KnowledgeBase.

public CfnKnowledgeBasePropsMixin(ICfnKnowledgeBaseMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
props ICfnKnowledgeBaseMixinProps

L1 properties to apply.

options ICfnPropertyMixinOptions

Mixin options.

Remarks

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

CloudformationResource: AWS::QuickSight::KnowledgeBase

Mixin: true

ExampleMetadata: fixture=_generated

Properties

CFN_PROPERTY_KEYS

Definition of AWS::QuickSight::KnowledgeBase Resource Type.

protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value

string[]

Remarks

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

CloudformationResource: AWS::QuickSight::KnowledgeBase

Mixin: true

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;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;
             var template;

             var cfnKnowledgeBasePropsMixin = new CfnKnowledgeBasePropsMixin(new CfnKnowledgeBaseMixinProps {
                 AccessControlConfiguration = new AccessControlConfigurationProperty {
                     IsAclEnabled = false
                 },
                 AwsAccountId = "awsAccountId",
                 DataSourceArn = "dataSourceArn",
                 Description = "description",
                 IsEmailNotificationOptedForIngestionFailures = false,
                 KnowledgeBaseConfiguration = new KnowledgeBaseConfigurationProperty {
                     TemplateConfiguration = new KbTemplateConfigurationProperty {
                         Template = template
                     }
                 },
                 KnowledgeBaseId = "knowledgeBaseId",
                 MediaExtractionConfiguration = new MediaExtractionConfigurationProperty {
                     AudioExtractionConfiguration = new AudioExtractionConfigurationProperty {
                         AudioExtractionStatus = "audioExtractionStatus"
                     },
                     ImageExtractionConfiguration = new ImageExtractionConfigurationProperty {
                         ImageExtractionStatus = "imageExtractionStatus"
                     },
                     VideoExtractionConfiguration = new VideoExtractionConfigurationProperty {
                         VideoExtractionStatus = "videoExtractionStatus",
                         VideoExtractionType = "videoExtractionType"
                     }
                 },
                 Name = "name",
                 Permissions = new [] { new ResourcePermissionProperty {
                     Actions = new [] { "actions" },
                     Principal = "principal",
                     Resource = "resource"
                 } },
                 PrimaryOwnerArn = "primaryOwnerArn",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Props

Definition of AWS::QuickSight::KnowledgeBase Resource Type.

protected virtual ICfnKnowledgeBaseMixinProps Props { get; }
Property Value

ICfnKnowledgeBaseMixinProps

Remarks

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

CloudformationResource: AWS::QuickSight::KnowledgeBase

Mixin: true

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;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;
             var template;

             var cfnKnowledgeBasePropsMixin = new CfnKnowledgeBasePropsMixin(new CfnKnowledgeBaseMixinProps {
                 AccessControlConfiguration = new AccessControlConfigurationProperty {
                     IsAclEnabled = false
                 },
                 AwsAccountId = "awsAccountId",
                 DataSourceArn = "dataSourceArn",
                 Description = "description",
                 IsEmailNotificationOptedForIngestionFailures = false,
                 KnowledgeBaseConfiguration = new KnowledgeBaseConfigurationProperty {
                     TemplateConfiguration = new KbTemplateConfigurationProperty {
                         Template = template
                     }
                 },
                 KnowledgeBaseId = "knowledgeBaseId",
                 MediaExtractionConfiguration = new MediaExtractionConfigurationProperty {
                     AudioExtractionConfiguration = new AudioExtractionConfigurationProperty {
                         AudioExtractionStatus = "audioExtractionStatus"
                     },
                     ImageExtractionConfiguration = new ImageExtractionConfigurationProperty {
                         ImageExtractionStatus = "imageExtractionStatus"
                     },
                     VideoExtractionConfiguration = new VideoExtractionConfigurationProperty {
                         VideoExtractionStatus = "videoExtractionStatus",
                         VideoExtractionType = "videoExtractionType"
                     }
                 },
                 Name = "name",
                 Permissions = new [] { new ResourcePermissionProperty {
                     Actions = new [] { "actions" },
                     Principal = "principal",
                     Resource = "resource"
                 } },
                 PrimaryOwnerArn = "primaryOwnerArn",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Strategy

Definition of AWS::QuickSight::KnowledgeBase Resource Type.

protected virtual IMergeStrategy Strategy { get; }
Property Value

IMergeStrategy

Remarks

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

CloudformationResource: AWS::QuickSight::KnowledgeBase

Mixin: true

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;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;
             var template;

             var cfnKnowledgeBasePropsMixin = new CfnKnowledgeBasePropsMixin(new CfnKnowledgeBaseMixinProps {
                 AccessControlConfiguration = new AccessControlConfigurationProperty {
                     IsAclEnabled = false
                 },
                 AwsAccountId = "awsAccountId",
                 DataSourceArn = "dataSourceArn",
                 Description = "description",
                 IsEmailNotificationOptedForIngestionFailures = false,
                 KnowledgeBaseConfiguration = new KnowledgeBaseConfigurationProperty {
                     TemplateConfiguration = new KbTemplateConfigurationProperty {
                         Template = template
                     }
                 },
                 KnowledgeBaseId = "knowledgeBaseId",
                 MediaExtractionConfiguration = new MediaExtractionConfigurationProperty {
                     AudioExtractionConfiguration = new AudioExtractionConfigurationProperty {
                         AudioExtractionStatus = "audioExtractionStatus"
                     },
                     ImageExtractionConfiguration = new ImageExtractionConfigurationProperty {
                         ImageExtractionStatus = "imageExtractionStatus"
                     },
                     VideoExtractionConfiguration = new VideoExtractionConfigurationProperty {
                         VideoExtractionStatus = "videoExtractionStatus",
                         VideoExtractionType = "videoExtractionType"
                     }
                 },
                 Name = "name",
                 Permissions = new [] { new ResourcePermissionProperty {
                     Actions = new [] { "actions" },
                     Principal = "principal",
                     Resource = "resource"
                 } },
                 PrimaryOwnerArn = "primaryOwnerArn",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

public override void ApplyTo(IConstruct construct)
Parameters
construct IConstruct
Overrides
Mixin.ApplyTo(IConstruct)
Remarks

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

CloudformationResource: AWS::QuickSight::KnowledgeBase

Mixin: true

ExampleMetadata: fixture=_generated

Supports(IConstruct)

Check if this mixin supports the given construct.

public override bool Supports(IConstruct construct)
Parameters
construct IConstruct
Returns

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

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

CloudformationResource: AWS::QuickSight::KnowledgeBase

Mixin: true

ExampleMetadata: fixture=_generated

Implements

Constructs.IMixin
Back to top Generated by DocFX