| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.BedrockAgentCore.CodeInterpreterCustom
Documentation
data VpcConfigProperty Source #
Constructors
| VpcConfigProperty | |
Fields
| |
Instances
data CodeInterpreterNetworkConfigurationProperty Source #
Constructors
| CodeInterpreterNetworkConfigurationProperty | |
Fields
| |
Instances
| ToJSON CodeInterpreterNetworkConfigurationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.CodeInterpreterCustom.CodeInterpreterNetworkConfigurationProperty Methods toJSON :: CodeInterpreterNetworkConfigurationProperty -> Value # toEncoding :: CodeInterpreterNetworkConfigurationProperty -> Encoding # toJSONList :: [CodeInterpreterNetworkConfigurationProperty] -> Value # toEncodingList :: [CodeInterpreterNetworkConfigurationProperty] -> Encoding # omitField :: CodeInterpreterNetworkConfigurationProperty -> Bool # | |||||
| Show CodeInterpreterNetworkConfigurationProperty Source # | |||||
| Eq CodeInterpreterNetworkConfigurationProperty Source # | |||||
| ToResourceProperties CodeInterpreterNetworkConfigurationProperty Source # | |||||
| Property "NetworkMode" CodeInterpreterNetworkConfigurationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.CodeInterpreterCustom.CodeInterpreterNetworkConfigurationProperty Associated Types
| |||||
| Property "VpcConfig" CodeInterpreterNetworkConfigurationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.CodeInterpreterCustom.CodeInterpreterNetworkConfigurationProperty Associated Types
| |||||
| type PropertyType "NetworkMode" CodeInterpreterNetworkConfigurationProperty Source # | |||||
| type PropertyType "VpcConfig" CodeInterpreterNetworkConfigurationProperty Source # | |||||
mkCodeInterpreterNetworkConfigurationProperty :: Value Text -> CodeInterpreterNetworkConfigurationProperty Source #
data CodeInterpreterCustom Source #
Constructors
| CodeInterpreterCustom | |
Fields
| |
Instances
| ToJSON CodeInterpreterCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.CodeInterpreterCustom Methods toJSON :: CodeInterpreterCustom -> Value # toEncoding :: CodeInterpreterCustom -> Encoding # toJSONList :: [CodeInterpreterCustom] -> Value # toEncodingList :: [CodeInterpreterCustom] -> Encoding # omitField :: CodeInterpreterCustom -> Bool # | |||||
| Show CodeInterpreterCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.CodeInterpreterCustom Methods showsPrec :: Int -> CodeInterpreterCustom -> ShowS # show :: CodeInterpreterCustom -> String # showList :: [CodeInterpreterCustom] -> ShowS # | |||||
| Eq CodeInterpreterCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.CodeInterpreterCustom Methods (==) :: CodeInterpreterCustom -> CodeInterpreterCustom -> Bool # (/=) :: CodeInterpreterCustom -> CodeInterpreterCustom -> Bool # | |||||
| ToResourceProperties CodeInterpreterCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.CodeInterpreterCustom Methods toResourceProperties :: CodeInterpreterCustom -> ResourceProperties # | |||||
| Property "Description" CodeInterpreterCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.CodeInterpreterCustom Associated Types
Methods set :: PropertyType "Description" CodeInterpreterCustom -> CodeInterpreterCustom -> CodeInterpreterCustom # | |||||
| Property "ExecutionRoleArn" CodeInterpreterCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.CodeInterpreterCustom Associated Types
Methods set :: PropertyType "ExecutionRoleArn" CodeInterpreterCustom -> CodeInterpreterCustom -> CodeInterpreterCustom # | |||||
| Property "Name" CodeInterpreterCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.CodeInterpreterCustom Associated Types
Methods set :: PropertyType "Name" CodeInterpreterCustom -> CodeInterpreterCustom -> CodeInterpreterCustom # | |||||
| Property "NetworkConfiguration" CodeInterpreterCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.CodeInterpreterCustom Associated Types
Methods set :: PropertyType "NetworkConfiguration" CodeInterpreterCustom -> CodeInterpreterCustom -> CodeInterpreterCustom # | |||||
| Property "Tags" CodeInterpreterCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.CodeInterpreterCustom Associated Types
Methods set :: PropertyType "Tags" CodeInterpreterCustom -> CodeInterpreterCustom -> CodeInterpreterCustom # | |||||
| type PropertyType "Description" CodeInterpreterCustom Source # | |||||
| type PropertyType "ExecutionRoleArn" CodeInterpreterCustom Source # | |||||
| type PropertyType "Name" CodeInterpreterCustom Source # | |||||
| type PropertyType "NetworkConfiguration" CodeInterpreterCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.CodeInterpreterCustom type PropertyType "NetworkConfiguration" CodeInterpreterCustom = CodeInterpreterNetworkConfigurationProperty | |||||
| type PropertyType "Tags" CodeInterpreterCustom Source # | |||||