libZSservicesZSamazonka-robomakerZSamazonka-robomaker
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.RobOMaker.Types.SourceConfig

Description

 
Synopsis

Documentation

data SourceConfig Source #

Information about a source configuration.

See: newSourceConfig smart constructor.

Constructors

SourceConfig' 

Fields

Instances

Instances details
Eq SourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SourceConfig

Read SourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SourceConfig

Show SourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SourceConfig

Generic SourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SourceConfig

Associated Types

type Rep SourceConfig :: Type -> Type #

NFData SourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SourceConfig

Methods

rnf :: SourceConfig -> () #

Hashable SourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SourceConfig

ToJSON SourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SourceConfig

type Rep SourceConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.SourceConfig

type Rep SourceConfig = D1 ('MetaData "SourceConfig" "Amazonka.RobOMaker.Types.SourceConfig" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "SourceConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "architecture") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Architecture)) :*: S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSourceConfig :: SourceConfig Source #

Create a value of SourceConfig 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:s3Key:SourceConfig', sourceConfig_s3Key - The s3 object key.

$sel:architecture:SourceConfig', sourceConfig_architecture - The target processor architecture for the application.

$sel:s3Bucket:SourceConfig', sourceConfig_s3Bucket - The Amazon S3 bucket name.

sourceConfig_architecture :: Lens' SourceConfig (Maybe Architecture) Source #

The target processor architecture for the application.

sourceConfig_s3Bucket :: Lens' SourceConfig (Maybe Text) Source #

The Amazon S3 bucket name.