Organization Configuration Auto Enable
data class OrganizationConfigurationAutoEnable(val ec2: Boolean, val ecr: Boolean, val lambda: Boolean? = null, val lambdaCode: Boolean? = null)
Properties
Link copied to clipboard
Whether AWS Lambda code scans are automatically enabled for new members of your Amazon Inspector organization. Note: Lambda code scanning requires Lambda standard scanning to be activated. Consequently, if you are setting this argument to true
, you must also set the lambda
argument to true
. See Scanning AWS Lambda functions with Amazon Inspector for more information.