Class CfnAssistant
Specifies an Amazon Connect Wisdom assistant.
Inherited Members
Namespace: Amazon.CDK.AWS.Wisdom
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAssistant : CfnResource, IInspectable, ITaggable
Syntax (vb)
Public Class CfnAssistant Inherits CfnResource Implements IInspectable, ITaggable
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-assistant.html
CloudformationResource: AWS::Wisdom::Assistant
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.AWS.Wisdom;
var cfnAssistant = new CfnAssistant(this, "MyCfnAssistant", new CfnAssistantProps {
Name = "name",
Type = "type",
// the properties below are optional
Description = "description",
ServerSideEncryptionConfiguration = new ServerSideEncryptionConfigurationProperty {
KmsKeyId = "kmsKeyId"
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
});
Synopsis
Constructors
CfnAssistant(Construct, string, ICfnAssistantProps) | Specifies an Amazon Connect Wisdom assistant. |
Properties
AttrAssistantArn | The Amazon Resource Name (ARN) of the assistant. |
AttrAssistantId | The ID of the Wisdom assistant. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | Specifies an Amazon Connect Wisdom assistant. |
Description | The description of the assistant. |
Name | The name of the assistant. |
ServerSideEncryptionConfiguration | The configuration information for the customer managed key used for encryption. |
Tags | Tag Manager which manages the tags for this resource. |
TagsRaw | The tags used to organize, track, or control access for this resource. |
Type | The type of assistant. |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<string, object>) | Specifies an Amazon Connect Wisdom assistant. |
Constructors
CfnAssistant(Construct, string, ICfnAssistantProps)
Specifies an Amazon Connect Wisdom assistant.
public CfnAssistant(Construct scope, string id, ICfnAssistantProps props)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnAssistantProps
Resource properties.
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-assistant.html
CloudformationResource: AWS::Wisdom::Assistant
ExampleMetadata: fixture=_generated
Properties
AttrAssistantArn
The Amazon Resource Name (ARN) of the assistant.
public virtual string AttrAssistantArn { get; }
Property Value
Remarks
CloudformationAttribute: AssistantArn
AttrAssistantId
The ID of the Wisdom assistant.
public virtual string AttrAssistantId { get; }
Property Value
Remarks
CloudformationAttribute: AssistantId
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-assistant.html
CloudformationResource: AWS::Wisdom::Assistant
ExampleMetadata: fixture=_generated
CfnProperties
Specifies an Amazon Connect Wisdom assistant.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-assistant.html
CloudformationResource: AWS::Wisdom::Assistant
ExampleMetadata: fixture=_generated
Description
The description of the assistant.
public virtual string? Description { get; set; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-assistant.html
CloudformationResource: AWS::Wisdom::Assistant
ExampleMetadata: fixture=_generated
Name
The name of the assistant.
public virtual string Name { get; set; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-assistant.html
CloudformationResource: AWS::Wisdom::Assistant
ExampleMetadata: fixture=_generated
ServerSideEncryptionConfiguration
The configuration information for the customer managed key used for encryption.
public virtual object? ServerSideEncryptionConfiguration { get; set; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-assistant.html
CloudformationResource: AWS::Wisdom::Assistant
ExampleMetadata: fixture=_generated
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { get; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-assistant.html
CloudformationResource: AWS::Wisdom::Assistant
ExampleMetadata: fixture=_generated
TagsRaw
The tags used to organize, track, or control access for this resource.
public virtual ICfnTag[]? TagsRaw { get; set; }
Property Value
ICfnTag[]
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-assistant.html
CloudformationResource: AWS::Wisdom::Assistant
ExampleMetadata: fixture=_generated
Type
The type of assistant.
public virtual string Type { get; set; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-assistant.html
CloudformationResource: AWS::Wisdom::Assistant
ExampleMetadata: fixture=_generated
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-assistant.html
CloudformationResource: AWS::Wisdom::Assistant
ExampleMetadata: fixture=_generated
RenderProperties(IDictionary<string, object>)
Specifies an Amazon Connect Wisdom assistant.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-assistant.html
CloudformationResource: AWS::Wisdom::Assistant
ExampleMetadata: fixture=_generated