class Aws::SecurityHub::Types::AwsLambdaFunctionCode
The code for the Lambda function. You can specify either an object in Amazon S3, or upload a deployment package directly.
@note When making an API call, you may pass AwsLambdaFunctionCode
data as a hash: { s3_bucket: "NonEmptyString", s3_key: "NonEmptyString", s3_object_version: "NonEmptyString", zip_file: "NonEmptyString", }
@!attribute [rw] s3_bucket
An Amazon S3 bucket in the same Amazon Web Services Region as your function. The bucket can be in a different Amazon Web Services account. @return [String]
@!attribute [rw] s3_key
The Amazon S3 key of the deployment package. @return [String]
@!attribute [rw] s3_object_version
For versioned objects, the version of the deployment package object to use. @return [String]
@!attribute [rw] zip_file
The base64-encoded contents of the deployment package. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for you. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsLambdaFunctionCode AWS API Documentation
Constants
- SENSITIVE