Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data SourceAuth Source #
Information about the authorization settings for CodeBuild to access the source code to be built.
This information is for the CodeBuild console's use only. Your code should not get or set this information directly.
See: newSourceAuth
smart constructor.
SourceAuth' | |
|
Instances
Create a value of SourceAuth
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:resource:SourceAuth'
, sourceAuth_resource
- The resource value that applies to the specified authorization type.
$sel:type':SourceAuth'
, sourceAuth_type
- This data type is deprecated and is no longer accurate or used.
The authorization type to use. The only valid value is OAUTH
, which
represents the OAuth authorization type.
sourceAuth_resource :: Lens' SourceAuth (Maybe Text) Source #
The resource value that applies to the specified authorization type.
sourceAuth_type :: Lens' SourceAuth SourceAuthType Source #
This data type is deprecated and is no longer accurate or used.
The authorization type to use. The only valid value is OAUTH
, which
represents the OAuth authorization type.