libZSservicesZSamazonka-codestarZSamazonka-codestar
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.CodeStar.Types.ToolchainSource

Description

 
Synopsis

Documentation

data ToolchainSource Source #

The Amazon S3 location where the toolchain template file provided with the project request is stored. AWS CodeStar retrieves the file during project creation.

See: newToolchainSource smart constructor.

Constructors

ToolchainSource' 

Fields

  • s3 :: S3Location

    The Amazon S3 bucket where the toolchain template file provided with the project request is stored.

Instances

Instances details
Eq ToolchainSource Source # 
Instance details

Defined in Amazonka.CodeStar.Types.ToolchainSource

Read ToolchainSource Source # 
Instance details

Defined in Amazonka.CodeStar.Types.ToolchainSource

Show ToolchainSource Source # 
Instance details

Defined in Amazonka.CodeStar.Types.ToolchainSource

Generic ToolchainSource Source # 
Instance details

Defined in Amazonka.CodeStar.Types.ToolchainSource

Associated Types

type Rep ToolchainSource :: Type -> Type #

NFData ToolchainSource Source # 
Instance details

Defined in Amazonka.CodeStar.Types.ToolchainSource

Methods

rnf :: ToolchainSource -> () #

Hashable ToolchainSource Source # 
Instance details

Defined in Amazonka.CodeStar.Types.ToolchainSource

ToJSON ToolchainSource Source # 
Instance details

Defined in Amazonka.CodeStar.Types.ToolchainSource

type Rep ToolchainSource Source # 
Instance details

Defined in Amazonka.CodeStar.Types.ToolchainSource

type Rep ToolchainSource = D1 ('MetaData "ToolchainSource" "Amazonka.CodeStar.Types.ToolchainSource" "libZSservicesZSamazonka-codestarZSamazonka-codestar" 'False) (C1 ('MetaCons "ToolchainSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3Location)))

newToolchainSource Source #

Create a value of ToolchainSource 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:s3:ToolchainSource', toolchainSource_s3 - The Amazon S3 bucket where the toolchain template file provided with the project request is stored.

toolchainSource_s3 :: Lens' ToolchainSource S3Location Source #

The Amazon S3 bucket where the toolchain template file provided with the project request is stored.