Stratosphere.Kendra.Index
module Stratosphere.Kendra.Index.CapacityUnitsConfigurationProperty
module Stratosphere.Kendra.Index.DocumentMetadataConfigurationProperty
module Stratosphere.Kendra.Index.ServerSideEncryptionConfigurationProperty
module Stratosphere.Kendra.Index.UserTokenConfigurationProperty
data Index Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-index.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-index.html#cfn-kendra-index-capacityunits
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-index.html#cfn-kendra-index-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-index.html#cfn-kendra-index-documentmetadataconfigurations
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-index.html#cfn-kendra-index-edition
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-index.html#cfn-kendra-index-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-index.html#cfn-kendra-index-rolearn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-index.html#cfn-kendra-index-serversideencryptionconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-index.html#cfn-kendra-index-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-index.html#cfn-kendra-index-usercontextpolicy
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-index.html#cfn-kendra-index-usertokenconfigurations
Defined in Stratosphere.Kendra.Index
Methods
toJSON :: Index -> Value #
toEncoding :: Index -> Encoding #
toJSONList :: [Index] -> Value #
toEncodingList :: [Index] -> Encoding #
omitField :: Index -> Bool #
showsPrec :: Int -> Index -> ShowS #
show :: Index -> String #
showList :: [Index] -> ShowS #
(==) :: Index -> Index -> Bool #
(/=) :: Index -> Index -> Bool #
toResourceProperties :: Index -> ResourceProperties #
Associated Types
set :: PropertyType "CapacityUnits" Index -> Index -> Index #
set :: PropertyType "Description" Index -> Index -> Index #
set :: PropertyType "DocumentMetadataConfigurations" Index -> Index -> Index #
set :: PropertyType "Edition" Index -> Index -> Index #
set :: PropertyType "Name" Index -> Index -> Index #
set :: PropertyType "RoleArn" Index -> Index -> Index #
set :: PropertyType "ServerSideEncryptionConfiguration" Index -> Index -> Index #
set :: PropertyType "Tags" Index -> Index -> Index #
set :: PropertyType "UserContextPolicy" Index -> Index -> Index #
set :: PropertyType "UserTokenConfigurations" Index -> Index -> Index #
mkIndex :: Value Text -> Value Text -> Value Text -> Index Source #