Show / Hide Table of Contents

Interface CfnRecommender.IRecommenderUpdateProperty

Information about the latest recommender update.

Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnRecommender.IRecommenderUpdateProperty
Syntax (vb)
Public Interface CfnRecommender.IRecommenderUpdateProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-recommender-recommenderupdate.html

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.CustomerProfiles;

             var recommenderUpdateProperty = new RecommenderUpdateProperty {
                 CreationDateTime = "creationDateTime",
                 FailureReason = "failureReason",
                 LastUpdatedDateTime = "lastUpdatedDateTime",
                 RecommenderConfig = new RecommenderConfigProperty {
                     EventsConfig = new EventsConfigProperty {
                         EventParametersList = new [] { new EventParametersProperty {
                             EventType = "eventType",

                             // the properties below are optional
                             EventValueThreshold = 123
                         } }
                     }
                 },
                 Status = "status"
             };

Synopsis

Properties

CreationDateTime

The timestamp of when the update was created.

FailureReason

The reason for update failure.

LastUpdatedDateTime

The timestamp of when the update was last modified.

RecommenderConfig

Configuration for the recommender.

Status

The status of the recommender.

Properties

CreationDateTime

The timestamp of when the update was created.

string? CreationDateTime { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-recommender-recommenderupdate.html#cfn-customerprofiles-recommender-recommenderupdate-creationdatetime

FailureReason

The reason for update failure.

string? FailureReason { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-recommender-recommenderupdate.html#cfn-customerprofiles-recommender-recommenderupdate-failurereason

LastUpdatedDateTime

The timestamp of when the update was last modified.

string? LastUpdatedDateTime { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-recommender-recommenderupdate.html#cfn-customerprofiles-recommender-recommenderupdate-lastupdateddatetime

RecommenderConfig

Configuration for the recommender.

object? RecommenderConfig { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-recommender-recommenderupdate.html#cfn-customerprofiles-recommender-recommenderupdate-recommenderconfig

Type union: either IResolvable or CfnRecommender.IRecommenderConfigProperty

Status

The status of the recommender.

string? Status { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-recommender-recommenderupdate.html#cfn-customerprofiles-recommender-recommenderupdate-status

Back to top Generated by DocFX