Class CfnEntityTypeProps
Properties for defining a CfnEntityType
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.FraudDetector
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEntityTypeProps : Object, ICfnEntityTypeProps
Syntax (vb)
Public Class CfnEntityTypeProps
Inherits Object
Implements ICfnEntityTypeProps
Remarks
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.FraudDetector;
var cfnEntityTypeProps = new CfnEntityTypeProps {
Name = "name",
// the properties below are optional
Description = "description",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
Cfn |
Properties
Description | The entity type description. |
Name | The entity type name. |
Tags | A key and value pair. |
Constructors
CfnEntityTypeProps()
public CfnEntityTypeProps()
Properties
Description
The entity type description.
public string Description { get; set; }
Property Value
System.
Remarks
Name
The entity type name.
public string Name { get; set; }
Property Value
System.