Class: Aws::SecurityHub::Types::AwsLambdaFunctionCode

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

The code for the Lambda function. You can specify either an object in Amazon S3, or upload a deployment package directly.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucketString

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.

Returns:

  • (String)


14464
14465
14466
14467
14468
14469
14470
14471
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14464

class AwsLambdaFunctionCode < Struct.new(
  :s3_bucket,
  :s3_key,
  :s3_object_version,
  :zip_file)
  SENSITIVE = []
  include Aws::Structure
end

#s3_keyString

The Amazon S3 key of the deployment package.

Returns:

  • (String)


14464
14465
14466
14467
14468
14469
14470
14471
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14464

class AwsLambdaFunctionCode < Struct.new(
  :s3_bucket,
  :s3_key,
  :s3_object_version,
  :zip_file)
  SENSITIVE = []
  include Aws::Structure
end

#s3_object_versionString

For versioned objects, the version of the deployment package object to use.

Returns:

  • (String)


14464
14465
14466
14467
14468
14469
14470
14471
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14464

class AwsLambdaFunctionCode < Struct.new(
  :s3_bucket,
  :s3_key,
  :s3_object_version,
  :zip_file)
  SENSITIVE = []
  include Aws::Structure
end

#zip_fileString

The base64-encoded contents of the deployment package. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for you.

Returns:

  • (String)


14464
14465
14466
14467
14468
14469
14470
14471
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14464

class AwsLambdaFunctionCode < Struct.new(
  :s3_bucket,
  :s3_key,
  :s3_object_version,
  :zip_file)
  SENSITIVE = []
  include Aws::Structure
end