Class CfnSchemaMixinProps
Properties for CfnSchemaPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Personalize
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnSchemaMixinProps : ICfnSchemaMixinProps
Syntax (vb)
Public Class CfnSchemaMixinProps Implements ICfnSchemaMixinProps
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.CfnPropertyMixins.AWS.Personalize;
var cfnSchemaMixinProps = new CfnSchemaMixinProps {
Domain = "domain",
Name = "name",
Schema = "schema"
};
Synopsis
Constructors
| CfnSchemaMixinProps() | Properties for CfnSchemaPropsMixin. |
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
CfnSchemaMixinProps()
Properties for CfnSchemaPropsMixin.
public CfnSchemaMixinProps()
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.CfnPropertyMixins.AWS.Personalize;
var cfnSchemaMixinProps = new CfnSchemaMixinProps {
Domain = "domain",
Name = "name",
Schema = "schema"
};
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
Remarks
Name
The name of the schema.
public string? Name { get; set; }
Property Value
Remarks
Schema
The schema.
public string? Schema { get; set; }