aws-native.personalize.Schema
Resource schema for AWS::Personalize::Schema.
Create Schema Resource
new Schema(name: string, args: SchemaArgs, opts?: CustomResourceOptions);
@overload
def Schema(resource_name: str,
opts: Optional[ResourceOptions] = None,
domain: Optional[SchemaDomain] = None,
name: Optional[str] = None,
schema: Optional[str] = None)
@overload
def Schema(resource_name: str,
args: SchemaArgs,
opts: Optional[ResourceOptions] = None)
func NewSchema(ctx *Context, name string, args SchemaArgs, opts ...ResourceOption) (*Schema, error)
public Schema(string name, SchemaArgs args, CustomResourceOptions? opts = null)
public Schema(String name, SchemaArgs args)
public Schema(String name, SchemaArgs args, CustomResourceOptions options)
type: aws-native:personalize:Schema
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SchemaArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args SchemaArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SchemaArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SchemaArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SchemaArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Schema Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Schema resource accepts the following input properties:
- Schema
Value string A schema in Avro JSON format.
- Domain
Pulumi.
Aws Native. Personalize. Schema Domain The domain of a Domain dataset group.
- Name string
Name for the schema.
- Schema string
A schema in Avro JSON format.
- Domain
Schema
Domain The domain of a Domain dataset group.
- Name string
Name for the schema.
- schema String
A schema in Avro JSON format.
- domain
Schema
Domain The domain of a Domain dataset group.
- name String
Name for the schema.
- schema string
A schema in Avro JSON format.
- domain
Schema
Domain The domain of a Domain dataset group.
- name string
Name for the schema.
- schema str
A schema in Avro JSON format.
- domain
Schema
Domain The domain of a Domain dataset group.
- name str
Name for the schema.
- schema String
A schema in Avro JSON format.
- domain "ECOMMERCE" | "VIDEO_ON_DEMAND"
The domain of a Domain dataset group.
- name String
Name for the schema.
Outputs
All input properties are implicitly available as output properties. Additionally, the Schema resource produces the following output properties:
- id str
The provider-assigned unique ID for this managed resource.
- schema_
arn str Arn for the schema.
Supporting Types
SchemaDomain
- Ecommerce
- ECOMMERCE
- Video
On Demand - VIDEO_ON_DEMAND
- Schema
Domain Ecommerce - ECOMMERCE
- Schema
Domain Video On Demand - VIDEO_ON_DEMAND
- Ecommerce
- ECOMMERCE
- Video
On Demand - VIDEO_ON_DEMAND
- Ecommerce
- ECOMMERCE
- Video
On Demand - VIDEO_ON_DEMAND
- ECOMMERCE
- ECOMMERCE
- VIDEO_ON_DEMAND
- VIDEO_ON_DEMAND
- "ECOMMERCE"
- ECOMMERCE
- "VIDEO_ON_DEMAND"
- VIDEO_ON_DEMAND
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0