Organization Configuration Auto Enable Args
data class OrganizationConfigurationAutoEnableArgs(val ec2: Output<Boolean>, val ecr: Output<Boolean>, val lambda: Output<Boolean>? = null, val lambdaCode: Output<Boolean>? = null) : ConvertibleToJava<OrganizationConfigurationAutoEnableArgs>
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.