Stratosphere.Bedrock.Prompt
module Stratosphere.Bedrock.Prompt.PromptVariantProperty
data Prompt Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-prompt.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-prompt.html#cfn-bedrock-prompt-customerencryptionkeyarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-prompt.html#cfn-bedrock-prompt-defaultvariant
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-prompt.html#cfn-bedrock-prompt-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-prompt.html#cfn-bedrock-prompt-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-prompt.html#cfn-bedrock-prompt-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-prompt.html#cfn-bedrock-prompt-variants
Defined in Stratosphere.Bedrock.Prompt
Methods
toJSON :: Prompt -> Value #
toEncoding :: Prompt -> Encoding #
toJSONList :: [Prompt] -> Value #
toEncodingList :: [Prompt] -> Encoding #
omitField :: Prompt -> Bool #
showsPrec :: Int -> Prompt -> ShowS #
show :: Prompt -> String #
showList :: [Prompt] -> ShowS #
(==) :: Prompt -> Prompt -> Bool #
(/=) :: Prompt -> Prompt -> Bool #
toResourceProperties :: Prompt -> ResourceProperties #
Associated Types
set :: PropertyType "CustomerEncryptionKeyArn" Prompt -> Prompt -> Prompt #
set :: PropertyType "DefaultVariant" Prompt -> Prompt -> Prompt #
set :: PropertyType "Description" Prompt -> Prompt -> Prompt #
set :: PropertyType "Name" Prompt -> Prompt -> Prompt #
set :: PropertyType "Tags" Prompt -> Prompt -> Prompt #
set :: PropertyType "Variants" Prompt -> Prompt -> Prompt #
mkPrompt :: Value Text -> Prompt Source #