OrganizationConfigurationAutoEnableArgs

data class OrganizationConfigurationAutoEnableArgs(val ec2: Output<Boolean>, val ecr: Output<Boolean>, val lambda: Output<Boolean>? = null, val lambdaCode: Output<Boolean>? = null) : ConvertibleToJava<OrganizationConfigurationAutoEnableArgs>

Constructors

Link copied to clipboard
constructor(ec2: Output<Boolean>, ecr: Output<Boolean>, lambda: Output<Boolean>? = null, lambdaCode: Output<Boolean>? = null)

Properties

Link copied to clipboard
val ec2: Output<Boolean>

Whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector organization.

Link copied to clipboard
val ecr: Output<Boolean>

Whether Amazon ECR scans are automatically enabled for new members of your Amazon Inspector organization.

Link copied to clipboard
val lambda: Output<Boolean>? = null

Whether Lambda Function scans are automatically enabled for new members of your Amazon Inspector organization.

Link copied to clipboard
val lambdaCode: Output<Boolean>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): OrganizationConfigurationAutoEnableArgs