stratosphere-bedrockagentcore-1.0.0: Stratosphere integration for AWS BedrockAgentCore.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.BedrockAgentCore.BrowserCustom

Documentation

data BrowserNetworkConfigurationProperty Source #

Instances

Instances details
ToJSON BrowserNetworkConfigurationProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.BrowserNetworkConfigurationProperty

Show BrowserNetworkConfigurationProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.BrowserNetworkConfigurationProperty

Eq BrowserNetworkConfigurationProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.BrowserNetworkConfigurationProperty

ToResourceProperties BrowserNetworkConfigurationProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.BrowserNetworkConfigurationProperty

Property "NetworkMode" BrowserNetworkConfigurationProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.BrowserNetworkConfigurationProperty

Property "VpcConfig" BrowserNetworkConfigurationProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.BrowserNetworkConfigurationProperty

type PropertyType "NetworkMode" BrowserNetworkConfigurationProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.BrowserNetworkConfigurationProperty

type PropertyType "VpcConfig" BrowserNetworkConfigurationProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.BrowserNetworkConfigurationProperty

data RecordingConfigProperty Source #

Instances

Instances details
ToJSON RecordingConfigProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.RecordingConfigProperty

Show RecordingConfigProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.RecordingConfigProperty

Eq RecordingConfigProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.RecordingConfigProperty

ToResourceProperties RecordingConfigProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.RecordingConfigProperty

Property "Enabled" RecordingConfigProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.RecordingConfigProperty

Property "S3Location" RecordingConfigProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.RecordingConfigProperty

type PropertyType "Enabled" RecordingConfigProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.RecordingConfigProperty

type PropertyType "S3Location" RecordingConfigProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.RecordingConfigProperty

data VpcConfigProperty Source #

Instances

Instances details
ToJSON VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.VpcConfigProperty

Show VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.VpcConfigProperty

Eq VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.VpcConfigProperty

ToResourceProperties VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.VpcConfigProperty

Property "SecurityGroups" VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.VpcConfigProperty

Associated Types

type PropertyType "SecurityGroups" VpcConfigProperty 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.VpcConfigProperty

Property "Subnets" VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.VpcConfigProperty

type PropertyType "SecurityGroups" VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.VpcConfigProperty

type PropertyType "Subnets" VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.VpcConfigProperty

data S3LocationProperty Source #

Instances

Instances details
ToJSON S3LocationProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.S3LocationProperty

Show S3LocationProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.S3LocationProperty

Eq S3LocationProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.S3LocationProperty

ToResourceProperties S3LocationProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.S3LocationProperty

Property "Bucket" S3LocationProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.S3LocationProperty

Property "Prefix" S3LocationProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.S3LocationProperty

type PropertyType "Bucket" S3LocationProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.S3LocationProperty

type PropertyType "Prefix" S3LocationProperty Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom.S3LocationProperty

data BrowserCustom Source #

Instances

Instances details
ToJSON BrowserCustom Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom

Show BrowserCustom Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom

Eq BrowserCustom Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom

ToResourceProperties BrowserCustom Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom

Property "Description" BrowserCustom Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom

Associated Types

type PropertyType "Description" BrowserCustom 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom

type PropertyType "Description" BrowserCustom = Value Text
Property "ExecutionRoleArn" BrowserCustom Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom

Associated Types

type PropertyType "ExecutionRoleArn" BrowserCustom 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom

type PropertyType "ExecutionRoleArn" BrowserCustom = Value Text

Methods

set :: PropertyType "ExecutionRoleArn" BrowserCustom -> BrowserCustom -> BrowserCustom #

Property "Name" BrowserCustom Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom

Associated Types

type PropertyType "Name" BrowserCustom 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom

Property "NetworkConfiguration" BrowserCustom Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom

Associated Types

type PropertyType "NetworkConfiguration" BrowserCustom 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom

Methods

set :: PropertyType "NetworkConfiguration" BrowserCustom -> BrowserCustom -> BrowserCustom #

Property "RecordingConfig" BrowserCustom Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom

Associated Types

type PropertyType "RecordingConfig" BrowserCustom 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom

Methods

set :: PropertyType "RecordingConfig" BrowserCustom -> BrowserCustom -> BrowserCustom #

Property "Tags" BrowserCustom Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom

Associated Types

type PropertyType "Tags" BrowserCustom 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom

type PropertyType "Description" BrowserCustom Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom

type PropertyType "Description" BrowserCustom = Value Text
type PropertyType "ExecutionRoleArn" BrowserCustom Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom

type PropertyType "ExecutionRoleArn" BrowserCustom = Value Text
type PropertyType "Name" BrowserCustom Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom

type PropertyType "NetworkConfiguration" BrowserCustom Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom

type PropertyType "RecordingConfig" BrowserCustom Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom

type PropertyType "Tags" BrowserCustom Source # 
Instance details

Defined in Stratosphere.BedrockAgentCore.BrowserCustom