Class CfnDictionary
Represents a custom dictionary for improving transcription accuracy.
Inherited Members
Namespace: Amazon.CDK.AWS.ElementalInference
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDictionary : CfnResource, IInspectable, IDictionaryRef, IConstruct, IDependable, IEnvironmentAware, ITaggableV2
Syntax (vb)
Public Class CfnDictionary Inherits CfnResource Implements IInspectable, IDictionaryRef, IConstruct, IDependable, IEnvironmentAware, ITaggableV2
Remarks
CloudformationResource: AWS::ElementalInference::Dictionary
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.ElementalInference;
var cfnDictionary = new CfnDictionary(this, "MyCfnDictionary", new CfnDictionaryProps {
Language = "language",
Name = "name",
// the properties below are optional
Entries = "entries",
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
}
});
Synopsis
Constructors
| CfnDictionary(Construct, string, ICfnDictionaryProps) | Create a new |
Properties
| AttrArn | Represents a custom dictionary for improving transcription accuracy. |
| AttrId | Represents a custom dictionary for improving transcription accuracy. |
| CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
| CdkTagManager | Tag Manager which manages the tags for this resource. |
| CfnProperties | Represents a custom dictionary for improving transcription accuracy. |
| CfnPropertyNames | Represents a custom dictionary for improving transcription accuracy. |
| DictionaryRef | A reference to a Dictionary resource. |
| Entries | Represents a custom dictionary for improving transcription accuracy. |
| Language | Represents a custom dictionary for improving transcription accuracy. |
| Name | Represents a custom dictionary for improving transcription accuracy. |
| Tags | Represents a custom dictionary for improving transcription accuracy. |
Methods
| ArnForDictionary(IDictionaryRef) | Represents a custom dictionary for improving transcription accuracy. |
| Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
| IsCfnDictionary(object) | Checks whether the given object is a CfnDictionary. |
| RenderProperties(IDictionary<string, object>) | Represents a custom dictionary for improving transcription accuracy. |
Constructors
CfnDictionary(Construct, string, ICfnDictionaryProps)
Create a new AWS::ElementalInference::Dictionary.
public CfnDictionary(Construct scope, string id, ICfnDictionaryProps props)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnDictionaryProps
Resource properties.
Remarks
CloudformationResource: AWS::ElementalInference::Dictionary
ExampleMetadata: fixture=_generated
Properties
AttrArn
Represents a custom dictionary for improving transcription accuracy.
public virtual string AttrArn { get; }
Property Value
Remarks
CloudformationAttribute: Arn
AttrId
Represents a custom dictionary for improving transcription accuracy.
public virtual string AttrId { get; }
Property Value
Remarks
CloudformationAttribute: Id
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
Remarks
CloudformationResource: AWS::ElementalInference::Dictionary
ExampleMetadata: fixture=_generated
CdkTagManager
Tag Manager which manages the tags for this resource.
public virtual TagManager CdkTagManager { get; }
Property Value
Remarks
CloudformationResource: AWS::ElementalInference::Dictionary
ExampleMetadata: fixture=_generated
CfnProperties
Represents a custom dictionary for improving transcription accuracy.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
CloudformationResource: AWS::ElementalInference::Dictionary
ExampleMetadata: fixture=_generated
CfnPropertyNames
Represents a custom dictionary for improving transcription accuracy.
protected override IDictionary<string, string> CfnPropertyNames { get; }
Property Value
Overrides
Remarks
CloudformationResource: AWS::ElementalInference::Dictionary
ExampleMetadata: fixture=_generated
DictionaryRef
A reference to a Dictionary resource.
public virtual IDictionaryReference DictionaryRef { get; }
Property Value
Remarks
CloudformationResource: AWS::ElementalInference::Dictionary
ExampleMetadata: fixture=_generated
Entries
Represents a custom dictionary for improving transcription accuracy.
public virtual string? Entries { get; set; }
Property Value
Remarks
CloudformationResource: AWS::ElementalInference::Dictionary
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.ElementalInference;
var cfnDictionary = new CfnDictionary(this, "MyCfnDictionary", new CfnDictionaryProps {
Language = "language",
Name = "name",
// the properties below are optional
Entries = "entries",
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
}
});
Language
Represents a custom dictionary for improving transcription accuracy.
public virtual string Language { get; set; }
Property Value
Remarks
CloudformationResource: AWS::ElementalInference::Dictionary
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.ElementalInference;
var cfnDictionary = new CfnDictionary(this, "MyCfnDictionary", new CfnDictionaryProps {
Language = "language",
Name = "name",
// the properties below are optional
Entries = "entries",
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
}
});
Name
Represents a custom dictionary for improving transcription accuracy.
public virtual string Name { get; set; }
Property Value
Remarks
CloudformationResource: AWS::ElementalInference::Dictionary
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.ElementalInference;
var cfnDictionary = new CfnDictionary(this, "MyCfnDictionary", new CfnDictionaryProps {
Language = "language",
Name = "name",
// the properties below are optional
Entries = "entries",
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
}
});
Tags
Represents a custom dictionary for improving transcription accuracy.
public virtual IDictionary<string, string>? Tags { get; set; }
Property Value
Remarks
CloudformationResource: AWS::ElementalInference::Dictionary
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.ElementalInference;
var cfnDictionary = new CfnDictionary(this, "MyCfnDictionary", new CfnDictionaryProps {
Language = "language",
Name = "name",
// the properties below are optional
Entries = "entries",
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
}
});
Methods
ArnForDictionary(IDictionaryRef)
Represents a custom dictionary for improving transcription accuracy.
public static string ArnForDictionary(IDictionaryRef resource)
Parameters
- resource IDictionaryRef
Returns
Remarks
CloudformationResource: AWS::ElementalInference::Dictionary
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.ElementalInference;
var cfnDictionary = new CfnDictionary(this, "MyCfnDictionary", new CfnDictionaryProps {
Language = "language",
Name = "name",
// the properties below are optional
Entries = "entries",
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
}
});
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
CloudformationResource: AWS::ElementalInference::Dictionary
ExampleMetadata: fixture=_generated
IsCfnDictionary(object)
Checks whether the given object is a CfnDictionary.
public static bool IsCfnDictionary(object x)
Parameters
- x object
Returns
Remarks
CloudformationResource: AWS::ElementalInference::Dictionary
ExampleMetadata: fixture=_generated
RenderProperties(IDictionary<string, object>)
Represents a custom dictionary for improving transcription accuracy.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
Remarks
CloudformationResource: AWS::ElementalInference::Dictionary
ExampleMetadata: fixture=_generated