Show / Hide Table of Contents

Class CfnEventTypePropsMixin

Manages an event type.

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

An event is a business activity that is evaluated for fraud risk. With Amazon Fraud Detector, you generate fraud predictions for events. An event type defines the structure for an event sent to Amazon Fraud Detector. This includes the variables sent as part of the event, the entity performing the event (such as a customer), and the labels that classify the event. Example event types include online payment transactions, account registrations, and authentications.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-eventtype.html

CloudformationResource: AWS::FraudDetector::EventType

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

             IMergeStrategy mergeStrategy;

             var cfnEventTypePropsMixin = new CfnEventTypePropsMixin(new CfnEventTypeMixinProps {
                 Description = "description",
                 EntityTypes = new [] { new EntityTypeProperty {
                     Arn = "arn",
                     CreatedTime = "createdTime",
                     Description = "description",
                     Inline = false,
                     LastUpdatedTime = "lastUpdatedTime",
                     Name = "name",
                     Tags = new [] { new CfnTag {
                         Key = "key",
                         Value = "value"
                     } }
                 } },
                 EventVariables = new [] { new EventVariableProperty {
                     Arn = "arn",
                     CreatedTime = "createdTime",
                     DataSource = "dataSource",
                     DataType = "dataType",
                     DefaultValue = "defaultValue",
                     Description = "description",
                     Inline = false,
                     LastUpdatedTime = "lastUpdatedTime",
                     Name = "name",
                     Tags = new [] { new CfnTag {
                         Key = "key",
                         Value = "value"
                     } },
                     VariableType = "variableType"
                 } },
                 Labels = new [] { new LabelProperty {
                     Arn = "arn",
                     CreatedTime = "createdTime",
                     Description = "description",
                     Inline = false,
                     LastUpdatedTime = "lastUpdatedTime",
                     Name = "name",
                     Tags = new [] { new CfnTag {
                         Key = "key",
                         Value = "value"
                     } }
                 } },
                 Name = "name",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Synopsis

Constructors

CfnEventTypePropsMixin(ICfnEventTypeMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::FraudDetector::EventType.

Properties

CFN_PROPERTY_KEYS

Manages an event type.

Props

Manages an event type.

Strategy

Manages an event type.

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct.

Constructors

CfnEventTypePropsMixin(ICfnEventTypeMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::FraudDetector::EventType.

public CfnEventTypePropsMixin(ICfnEventTypeMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
props ICfnEventTypeMixinProps

L1 properties to apply.

options ICfnPropertyMixinOptions

Mixin options.

Remarks

An event is a business activity that is evaluated for fraud risk. With Amazon Fraud Detector, you generate fraud predictions for events. An event type defines the structure for an event sent to Amazon Fraud Detector. This includes the variables sent as part of the event, the entity performing the event (such as a customer), and the labels that classify the event. Example event types include online payment transactions, account registrations, and authentications.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-eventtype.html

CloudformationResource: AWS::FraudDetector::EventType

Mixin: true

ExampleMetadata: fixture=_generated

Properties

CFN_PROPERTY_KEYS

Manages an event type.

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

string[]

Remarks

An event is a business activity that is evaluated for fraud risk. With Amazon Fraud Detector, you generate fraud predictions for events. An event type defines the structure for an event sent to Amazon Fraud Detector. This includes the variables sent as part of the event, the entity performing the event (such as a customer), and the labels that classify the event. Example event types include online payment transactions, account registrations, and authentications.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-eventtype.html

CloudformationResource: AWS::FraudDetector::EventType

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

             IMergeStrategy mergeStrategy;

             var cfnEventTypePropsMixin = new CfnEventTypePropsMixin(new CfnEventTypeMixinProps {
                 Description = "description",
                 EntityTypes = new [] { new EntityTypeProperty {
                     Arn = "arn",
                     CreatedTime = "createdTime",
                     Description = "description",
                     Inline = false,
                     LastUpdatedTime = "lastUpdatedTime",
                     Name = "name",
                     Tags = new [] { new CfnTag {
                         Key = "key",
                         Value = "value"
                     } }
                 } },
                 EventVariables = new [] { new EventVariableProperty {
                     Arn = "arn",
                     CreatedTime = "createdTime",
                     DataSource = "dataSource",
                     DataType = "dataType",
                     DefaultValue = "defaultValue",
                     Description = "description",
                     Inline = false,
                     LastUpdatedTime = "lastUpdatedTime",
                     Name = "name",
                     Tags = new [] { new CfnTag {
                         Key = "key",
                         Value = "value"
                     } },
                     VariableType = "variableType"
                 } },
                 Labels = new [] { new LabelProperty {
                     Arn = "arn",
                     CreatedTime = "createdTime",
                     Description = "description",
                     Inline = false,
                     LastUpdatedTime = "lastUpdatedTime",
                     Name = "name",
                     Tags = new [] { new CfnTag {
                         Key = "key",
                         Value = "value"
                     } }
                 } },
                 Name = "name",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Props

Manages an event type.

protected virtual ICfnEventTypeMixinProps Props { get; }
Property Value

ICfnEventTypeMixinProps

Remarks

An event is a business activity that is evaluated for fraud risk. With Amazon Fraud Detector, you generate fraud predictions for events. An event type defines the structure for an event sent to Amazon Fraud Detector. This includes the variables sent as part of the event, the entity performing the event (such as a customer), and the labels that classify the event. Example event types include online payment transactions, account registrations, and authentications.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-eventtype.html

CloudformationResource: AWS::FraudDetector::EventType

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

             IMergeStrategy mergeStrategy;

             var cfnEventTypePropsMixin = new CfnEventTypePropsMixin(new CfnEventTypeMixinProps {
                 Description = "description",
                 EntityTypes = new [] { new EntityTypeProperty {
                     Arn = "arn",
                     CreatedTime = "createdTime",
                     Description = "description",
                     Inline = false,
                     LastUpdatedTime = "lastUpdatedTime",
                     Name = "name",
                     Tags = new [] { new CfnTag {
                         Key = "key",
                         Value = "value"
                     } }
                 } },
                 EventVariables = new [] { new EventVariableProperty {
                     Arn = "arn",
                     CreatedTime = "createdTime",
                     DataSource = "dataSource",
                     DataType = "dataType",
                     DefaultValue = "defaultValue",
                     Description = "description",
                     Inline = false,
                     LastUpdatedTime = "lastUpdatedTime",
                     Name = "name",
                     Tags = new [] { new CfnTag {
                         Key = "key",
                         Value = "value"
                     } },
                     VariableType = "variableType"
                 } },
                 Labels = new [] { new LabelProperty {
                     Arn = "arn",
                     CreatedTime = "createdTime",
                     Description = "description",
                     Inline = false,
                     LastUpdatedTime = "lastUpdatedTime",
                     Name = "name",
                     Tags = new [] { new CfnTag {
                         Key = "key",
                         Value = "value"
                     } }
                 } },
                 Name = "name",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Strategy

Manages an event type.

protected virtual IMergeStrategy Strategy { get; }
Property Value

IMergeStrategy

Remarks

An event is a business activity that is evaluated for fraud risk. With Amazon Fraud Detector, you generate fraud predictions for events. An event type defines the structure for an event sent to Amazon Fraud Detector. This includes the variables sent as part of the event, the entity performing the event (such as a customer), and the labels that classify the event. Example event types include online payment transactions, account registrations, and authentications.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-eventtype.html

CloudformationResource: AWS::FraudDetector::EventType

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

             IMergeStrategy mergeStrategy;

             var cfnEventTypePropsMixin = new CfnEventTypePropsMixin(new CfnEventTypeMixinProps {
                 Description = "description",
                 EntityTypes = new [] { new EntityTypeProperty {
                     Arn = "arn",
                     CreatedTime = "createdTime",
                     Description = "description",
                     Inline = false,
                     LastUpdatedTime = "lastUpdatedTime",
                     Name = "name",
                     Tags = new [] { new CfnTag {
                         Key = "key",
                         Value = "value"
                     } }
                 } },
                 EventVariables = new [] { new EventVariableProperty {
                     Arn = "arn",
                     CreatedTime = "createdTime",
                     DataSource = "dataSource",
                     DataType = "dataType",
                     DefaultValue = "defaultValue",
                     Description = "description",
                     Inline = false,
                     LastUpdatedTime = "lastUpdatedTime",
                     Name = "name",
                     Tags = new [] { new CfnTag {
                         Key = "key",
                         Value = "value"
                     } },
                     VariableType = "variableType"
                 } },
                 Labels = new [] { new LabelProperty {
                     Arn = "arn",
                     CreatedTime = "createdTime",
                     Description = "description",
                     Inline = false,
                     LastUpdatedTime = "lastUpdatedTime",
                     Name = "name",
                     Tags = new [] { new CfnTag {
                         Key = "key",
                         Value = "value"
                     } }
                 } },
                 Name = "name",
                 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

An event is a business activity that is evaluated for fraud risk. With Amazon Fraud Detector, you generate fraud predictions for events. An event type defines the structure for an event sent to Amazon Fraud Detector. This includes the variables sent as part of the event, the entity performing the event (such as a customer), and the labels that classify the event. Example event types include online payment transactions, account registrations, and authentications.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-eventtype.html

CloudformationResource: AWS::FraudDetector::EventType

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

An event is a business activity that is evaluated for fraud risk. With Amazon Fraud Detector, you generate fraud predictions for events. An event type defines the structure for an event sent to Amazon Fraud Detector. This includes the variables sent as part of the event, the entity performing the event (such as a customer), and the labels that classify the event. Example event types include online payment transactions, account registrations, and authentications.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-eventtype.html

CloudformationResource: AWS::FraudDetector::EventType

Mixin: true

ExampleMetadata: fixture=_generated

Implements

Constructs.IMixin
Back to top Generated by DocFX