stratosphere-codeconnections-1.0.0: Stratosphere integration for AWS CodeConnections.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.CodeConnections.Connection

Documentation

data Connection Source #

Instances

Instances details
ToJSON Connection Source # 
Instance details

Defined in Stratosphere.CodeConnections.Connection

Show Connection Source # 
Instance details

Defined in Stratosphere.CodeConnections.Connection

Eq Connection Source # 
Instance details

Defined in Stratosphere.CodeConnections.Connection

ToResourceProperties Connection Source # 
Instance details

Defined in Stratosphere.CodeConnections.Connection

Property "ConnectionName" Connection Source # 
Instance details

Defined in Stratosphere.CodeConnections.Connection

Associated Types

type PropertyType "ConnectionName" Connection 
Instance details

Defined in Stratosphere.CodeConnections.Connection

type PropertyType "ConnectionName" Connection = Value Text

Methods

set :: PropertyType "ConnectionName" Connection -> Connection -> Connection #

Property "HostArn" Connection Source # 
Instance details

Defined in Stratosphere.CodeConnections.Connection

Associated Types

type PropertyType "HostArn" Connection 
Instance details

Defined in Stratosphere.CodeConnections.Connection

Methods

set :: PropertyType "HostArn" Connection -> Connection -> Connection #

Property "ProviderType" Connection Source # 
Instance details

Defined in Stratosphere.CodeConnections.Connection

Associated Types

type PropertyType "ProviderType" Connection 
Instance details

Defined in Stratosphere.CodeConnections.Connection

type PropertyType "ProviderType" Connection = Value Text

Methods

set :: PropertyType "ProviderType" Connection -> Connection -> Connection #

Property "Tags" Connection Source # 
Instance details

Defined in Stratosphere.CodeConnections.Connection

Associated Types

type PropertyType "Tags" Connection 
Instance details

Defined in Stratosphere.CodeConnections.Connection

type PropertyType "Tags" Connection = [Tag]
type PropertyType "ConnectionName" Connection Source # 
Instance details

Defined in Stratosphere.CodeConnections.Connection

type PropertyType "ConnectionName" Connection = Value Text
type PropertyType "HostArn" Connection Source # 
Instance details

Defined in Stratosphere.CodeConnections.Connection

type PropertyType "ProviderType" Connection Source # 
Instance details

Defined in Stratosphere.CodeConnections.Connection

type PropertyType "ProviderType" Connection = Value Text
type PropertyType "Tags" Connection Source # 
Instance details

Defined in Stratosphere.CodeConnections.Connection

type PropertyType "Tags" Connection = [Tag]