| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.KinesisAnalyticsV2.Types.ApplicationCodeConfigurationDescription
Description
Synopsis
- data ApplicationCodeConfigurationDescription = ApplicationCodeConfigurationDescription' {}
- newApplicationCodeConfigurationDescription :: CodeContentType -> ApplicationCodeConfigurationDescription
- applicationCodeConfigurationDescription_codeContentDescription :: Lens' ApplicationCodeConfigurationDescription (Maybe CodeContentDescription)
- applicationCodeConfigurationDescription_codeContentType :: Lens' ApplicationCodeConfigurationDescription CodeContentType
Documentation
data ApplicationCodeConfigurationDescription Source #
Describes code configuration for an application.
See: newApplicationCodeConfigurationDescription smart constructor.
Constructors
| ApplicationCodeConfigurationDescription' | |
Fields
| |
Instances
newApplicationCodeConfigurationDescription Source #
Arguments
| :: CodeContentType |
|
| -> ApplicationCodeConfigurationDescription |
Create a value of ApplicationCodeConfigurationDescription 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:codeContentDescription:ApplicationCodeConfigurationDescription', applicationCodeConfigurationDescription_codeContentDescription - Describes details about the location and format of the application code.
$sel:codeContentType:ApplicationCodeConfigurationDescription', applicationCodeConfigurationDescription_codeContentType - Specifies whether the code content is in text or zip format.
applicationCodeConfigurationDescription_codeContentDescription :: Lens' ApplicationCodeConfigurationDescription (Maybe CodeContentDescription) Source #
Describes details about the location and format of the application code.
applicationCodeConfigurationDescription_codeContentType :: Lens' ApplicationCodeConfigurationDescription CodeContentType Source #
Specifies whether the code content is in text or zip format.