Class CfnSchemaProps
Properties for defining a CfnSchema
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Personalize
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSchemaProps : Object, ICfnSchemaProps
Syntax (vb)
Public Class CfnSchemaProps
Inherits Object
Implements ICfnSchemaProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-personalize-schema.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.Personalize;
var cfnSchemaProps = new CfnSchemaProps {
Name = "name",
Schema = "schema",
// the properties below are optional
Domain = "domain"
};
Synopsis
Constructors
Cfn |
Properties
Domain | The domain of a schema that you created for a dataset in a Domain dataset group. |
Name | The name of the schema. |
Schema | The schema. |
Constructors
CfnSchemaProps()
public CfnSchemaProps()
Properties
Domain
The domain of a schema that you created for a dataset in a Domain dataset group.
public string Domain { get; set; }
Property Value
System.
Remarks
Name
The name of the schema.
public string Name { get; set; }
Property Value
System.
Remarks
Schema
The schema.
public string Schema { get; set; }
Property Value
System.