stratosphere-kendra-1.0.0: Stratosphere integration for AWS Kendra.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Kendra.Index

Documentation

data Index Source #

Constructors

Index

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-index.html

Fields

Instances

Instances details
ToJSON Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

Show Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

Methods

showsPrec :: Int -> Index -> ShowS #

show :: Index -> String #

showList :: [Index] -> ShowS #

Eq Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

Methods

(==) :: Index -> Index -> Bool #

(/=) :: Index -> Index -> Bool #

ToResourceProperties Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

Property "CapacityUnits" Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

Associated Types

type PropertyType "CapacityUnits" Index 
Instance details

Defined in Stratosphere.Kendra.Index

Methods

set :: PropertyType "CapacityUnits" Index -> Index -> Index #

Property "Description" Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

Associated Types

type PropertyType "Description" Index 
Instance details

Defined in Stratosphere.Kendra.Index

type PropertyType "Description" Index = Value Text

Methods

set :: PropertyType "Description" Index -> Index -> Index #

Property "DocumentMetadataConfigurations" Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

Associated Types

type PropertyType "DocumentMetadataConfigurations" Index 
Instance details

Defined in Stratosphere.Kendra.Index

type PropertyType "DocumentMetadataConfigurations" Index = [DocumentMetadataConfigurationProperty]

Methods

set :: PropertyType "DocumentMetadataConfigurations" Index -> Index -> Index #

Property "Edition" Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

Associated Types

type PropertyType "Edition" Index 
Instance details

Defined in Stratosphere.Kendra.Index

type PropertyType "Edition" Index = Value Text

Methods

set :: PropertyType "Edition" Index -> Index -> Index #

Property "Name" Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

Associated Types

type PropertyType "Name" Index 
Instance details

Defined in Stratosphere.Kendra.Index

Methods

set :: PropertyType "Name" Index -> Index -> Index #

Property "RoleArn" Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

Associated Types

type PropertyType "RoleArn" Index 
Instance details

Defined in Stratosphere.Kendra.Index

type PropertyType "RoleArn" Index = Value Text

Methods

set :: PropertyType "RoleArn" Index -> Index -> Index #

Property "ServerSideEncryptionConfiguration" Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

Associated Types

type PropertyType "ServerSideEncryptionConfiguration" Index 
Instance details

Defined in Stratosphere.Kendra.Index

type PropertyType "ServerSideEncryptionConfiguration" Index = ServerSideEncryptionConfigurationProperty

Methods

set :: PropertyType "ServerSideEncryptionConfiguration" Index -> Index -> Index #

Property "Tags" Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

Associated Types

type PropertyType "Tags" Index 
Instance details

Defined in Stratosphere.Kendra.Index

type PropertyType "Tags" Index = [Tag]

Methods

set :: PropertyType "Tags" Index -> Index -> Index #

Property "UserContextPolicy" Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

Associated Types

type PropertyType "UserContextPolicy" Index 
Instance details

Defined in Stratosphere.Kendra.Index

type PropertyType "UserContextPolicy" Index = Value Text

Methods

set :: PropertyType "UserContextPolicy" Index -> Index -> Index #

Property "UserTokenConfigurations" Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

Associated Types

type PropertyType "UserTokenConfigurations" Index 
Instance details

Defined in Stratosphere.Kendra.Index

type PropertyType "UserTokenConfigurations" Index = [UserTokenConfigurationProperty]

Methods

set :: PropertyType "UserTokenConfigurations" Index -> Index -> Index #

type PropertyType "CapacityUnits" Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

type PropertyType "Description" Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

type PropertyType "Description" Index = Value Text
type PropertyType "DocumentMetadataConfigurations" Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

type PropertyType "DocumentMetadataConfigurations" Index = [DocumentMetadataConfigurationProperty]
type PropertyType "Edition" Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

type PropertyType "Edition" Index = Value Text
type PropertyType "Name" Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

type PropertyType "RoleArn" Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

type PropertyType "RoleArn" Index = Value Text
type PropertyType "ServerSideEncryptionConfiguration" Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

type PropertyType "ServerSideEncryptionConfiguration" Index = ServerSideEncryptionConfigurationProperty
type PropertyType "Tags" Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

type PropertyType "Tags" Index = [Tag]
type PropertyType "UserContextPolicy" Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

type PropertyType "UserContextPolicy" Index = Value Text
type PropertyType "UserTokenConfigurations" Index Source # 
Instance details

Defined in Stratosphere.Kendra.Index

type PropertyType "UserTokenConfigurations" Index = [UserTokenConfigurationProperty]