Show / Hide Table of Contents

Class CfnDictionary

Represents a custom dictionary for improving transcription accuracy.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnDictionary
Implements
IInspectable
IDictionaryRef
IConstruct
IDependable
IEnvironmentAware
ITaggableV2
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyCrossStackReferenceStrength(ReferenceStrength)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.CfnPropertyName(string)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.Env
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.With(params IMixin[])
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-dictionary.html

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 AWS::ElementalInference::Dictionary.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-dictionary.html

CloudformationResource: AWS::ElementalInference::Dictionary

ExampleMetadata: fixture=_generated

Properties

AttrArn

Represents a custom dictionary for improving transcription accuracy.

public virtual string AttrArn { get; }
Property Value

string

Remarks

CloudformationAttribute: Arn

AttrId

Represents a custom dictionary for improving transcription accuracy.

public virtual string AttrId { get; }
Property Value

string

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-dictionary.html

CloudformationResource: AWS::ElementalInference::Dictionary

ExampleMetadata: fixture=_generated

CdkTagManager

Tag Manager which manages the tags for this resource.

public virtual TagManager CdkTagManager { get; }
Property Value

TagManager

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-dictionary.html

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

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-dictionary.html

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

IDictionary<string, string>

Overrides
CfnResource.CfnPropertyNames
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-dictionary.html

CloudformationResource: AWS::ElementalInference::Dictionary

ExampleMetadata: fixture=_generated

DictionaryRef

A reference to a Dictionary resource.

public virtual IDictionaryReference DictionaryRef { get; }
Property Value

IDictionaryReference

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-dictionary.html

CloudformationResource: AWS::ElementalInference::Dictionary

ExampleMetadata: fixture=_generated

Entries

Represents a custom dictionary for improving transcription accuracy.

public virtual string? Entries { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-dictionary.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-dictionary.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-dictionary.html

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

IDictionary<string, string>

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-dictionary.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-dictionary.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-dictionary.html

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

bool

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-dictionary.html

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

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-dictionary.html

CloudformationResource: AWS::ElementalInference::Dictionary

ExampleMetadata: fixture=_generated

Implements

IInspectable
IDictionaryRef
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
ITaggableV2
Back to top Generated by DocFX