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 |
Documentation
data AwsLambdaFunctionLayer Source #
An Lambda layer.
See: newAwsLambdaFunctionLayer
smart constructor.
Instances
newAwsLambdaFunctionLayer :: AwsLambdaFunctionLayer Source #
Create a value of AwsLambdaFunctionLayer
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:arn:AwsLambdaFunctionLayer'
, awsLambdaFunctionLayer_arn
- The ARN of the function layer.
$sel:codeSize:AwsLambdaFunctionLayer'
, awsLambdaFunctionLayer_codeSize
- The size of the layer archive in bytes.
awsLambdaFunctionLayer_arn :: Lens' AwsLambdaFunctionLayer (Maybe Text) Source #
The ARN of the function layer.
awsLambdaFunctionLayer_codeSize :: Lens' AwsLambdaFunctionLayer (Maybe Int) Source #
The size of the layer archive in bytes.