Class OrganizationConfigurationAutoEnableArgs


  • public final class OrganizationConfigurationAutoEnableArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • ec2

        public com.pulumi.core.Output<java.lang.Boolean> ec2()
        Returns:
        Whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector organization.
      • ecr

        public com.pulumi.core.Output<java.lang.Boolean> ecr()
        Returns:
        Whether Amazon ECR scans are automatically enabled for new members of your Amazon Inspector organization.
      • lambda

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> lambda()
        Returns:
        Whether Lambda Function scans are automatically enabled for new members of your Amazon Inspector organization.
      • lambdaCode

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> lambdaCode()
        Returns:
        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](https://docs.aws.amazon.com/inspector/latest/user/scanning-lambda.html#lambda-code-scans) for more information.