OrganizationConfigurationAutoEnableArgs

data class OrganizationConfigurationAutoEnableArgs(val ec2: Output<Boolean>, val ecr: Output<Boolean>) : ConvertibleToJava<OrganizationConfigurationAutoEnableArgs>

Constructors

Link copied to clipboard

Functions

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

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.