Skip to content

SecondaryIndicesProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkots"
&alicloudroscdkots.SecondaryIndicesProperty {
    Columns: interface{},
    IndexName: interface{},
    PrimaryKeys: interface{},
    IndexType: interface{},
}

Properties

Name Type Description
Columns interface{} No description.
IndexName interface{} No description.
PrimaryKeys interface{} No description.
IndexType interface{} No description.

ColumnsRequired

Columns interface{}
  • Type: interface{}

IndexNameRequired

IndexName interface{}
  • Type: interface{}

PrimaryKeysRequired

PrimaryKeys interface{}
  • Type: interface{}

IndexTypeOptional

IndexType interface{}
  • Type: interface{}