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 |
Amazonka.KinesisAnalyticsV2.Types.ApplicationCodeConfiguration
Description
Synopsis
- data ApplicationCodeConfiguration = ApplicationCodeConfiguration' {}
- newApplicationCodeConfiguration :: CodeContentType -> ApplicationCodeConfiguration
- applicationCodeConfiguration_codeContent :: Lens' ApplicationCodeConfiguration (Maybe CodeContent)
- applicationCodeConfiguration_codeContentType :: Lens' ApplicationCodeConfiguration CodeContentType
Documentation
data ApplicationCodeConfiguration Source #
Describes code configuration for an application.
See: newApplicationCodeConfiguration
smart constructor.
Constructors
ApplicationCodeConfiguration' | |
Fields
|
Instances
newApplicationCodeConfiguration Source #
Arguments
:: CodeContentType | |
-> ApplicationCodeConfiguration |
Create a value of ApplicationCodeConfiguration
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:codeContent:ApplicationCodeConfiguration'
, applicationCodeConfiguration_codeContent
- The location and type of the application code.
$sel:codeContentType:ApplicationCodeConfiguration'
, applicationCodeConfiguration_codeContentType
- Specifies whether the code content is in text or zip format.
applicationCodeConfiguration_codeContent :: Lens' ApplicationCodeConfiguration (Maybe CodeContent) Source #
The location and type of the application code.
applicationCodeConfiguration_codeContentType :: Lens' ApplicationCodeConfiguration CodeContentType Source #
Specifies whether the code content is in text or zip format.