libZSservicesZSamazonka-apprunnerZSamazonka-apprunner
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AppRunner.Types.Connection

Description

 
Synopsis

Documentation

data Connection Source #

Describes an App Runner connection resource.

See: newConnection smart constructor.

Constructors

Connection' 

Fields

Instances

Instances details
Eq Connection Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Connection

Read Connection Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Connection

Show Connection Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Connection

Generic Connection Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Connection

Associated Types

type Rep Connection :: Type -> Type #

NFData Connection Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Connection

Methods

rnf :: Connection -> () #

Hashable Connection Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Connection

FromJSON Connection Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Connection

type Rep Connection Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Connection

type Rep Connection = D1 ('MetaData "Connection" "Amazonka.AppRunner.Types.Connection" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "Connection'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionStatus)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "providerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProviderType)) :*: (S1 ('MetaSel ('Just "connectionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newConnection :: Connection Source #

Create a value of Connection with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:Connection', connection_status - The current state of the App Runner connection. When the state is AVAILABLE, you can use the connection to create an App Runner service.

$sel:createdAt:Connection', connection_createdAt - The App Runner connection creation time, expressed as a Unix time stamp.

$sel:providerType:Connection', connection_providerType - The source repository provider.

$sel:connectionName:Connection', connection_connectionName - The customer-provided connection name.

$sel:connectionArn:Connection', connection_connectionArn - The Amazon Resource Name (ARN) of this connection.

connection_status :: Lens' Connection (Maybe ConnectionStatus) Source #

The current state of the App Runner connection. When the state is AVAILABLE, you can use the connection to create an App Runner service.

connection_createdAt :: Lens' Connection (Maybe UTCTime) Source #

The App Runner connection creation time, expressed as a Unix time stamp.

connection_providerType :: Lens' Connection (Maybe ProviderType) Source #

The source repository provider.

connection_connectionName :: Lens' Connection (Maybe Text) Source #

The customer-provided connection name.

connection_connectionArn :: Lens' Connection (Maybe Text) Source #

The Amazon Resource Name (ARN) of this connection.