Show / Hide Table of Contents

Class CfnSchemaMixinProps

Properties for CfnSchemaPropsMixin.

Inheritance
object
CfnSchemaMixinProps
Implements
ICfnSchemaMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-personalize-schema.html#cfn-personalize-schema-domain

Name

The name of the schema.

public string? Name { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-personalize-schema.html#cfn-personalize-schema-name

Schema

The schema.

public string? Schema { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-personalize-schema.html#cfn-personalize-schema-schema

Implements

ICfnSchemaMixinProps
Back to top Generated by DocFX