Show / Hide Table of Contents

Class CfnBot.DataPrivacyProperty

By default, data stored by Amazon Lex is encrypted.

Inheritance
object
CfnBot.DataPrivacyProperty
Implements
CfnBot.IDataPrivacyProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Lex
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnBot.DataPrivacyProperty : CfnBot.IDataPrivacyProperty
Syntax (vb)
Public Class CfnBot.DataPrivacyProperty Implements CfnBot.IDataPrivacyProperty
Remarks

The DataPrivacy structure provides settings that determine how Amazon Lex handles special cases of securing the data for your bot.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dataprivacy.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.Lex;

             var dataPrivacyProperty = new DataPrivacyProperty {
                 ChildDirected = false
             };

Synopsis

Constructors

DataPrivacyProperty()

By default, data stored by Amazon Lex is encrypted.

Properties

ChildDirected

For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true or false in the childDirected field.

Constructors

DataPrivacyProperty()

By default, data stored by Amazon Lex is encrypted.

public DataPrivacyProperty()
Remarks

The DataPrivacy structure provides settings that determine how Amazon Lex handles special cases of securing the data for your bot.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dataprivacy.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.Lex;

             var dataPrivacyProperty = new DataPrivacyProperty {
                 ChildDirected = false
             };

Properties

ChildDirected

For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true or false in the childDirected field.

public object ChildDirected { get; set; }
Property Value

object

Remarks

By specifying true in the childDirected field, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying false in the childDirected field, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the childDirected field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dataprivacy.html#cfn-lex-bot-dataprivacy-childdirected

Implements

CfnBot.IDataPrivacyProperty
Back to top Generated by DocFX