AWS Fundamentals Logo
AWS Fundamentals
AWS::InspectorV2::CisScanConfiguration

InspectorV2 CisScanConfiguration

CIS Scan Configuration resource schema

Properties

5 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
ScanName
string
Required
Schedule
Schedule
Required
SecurityLevel
string
Required
Targets
CisTargets
Required
Tags
CisTagMap

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringCIS Scan configuration unique identifier

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::InspectorV2::CisScanConfiguration

Resources:
  MyResource:
    Type: AWS::InspectorV2::CisScanConfiguration
    Properties:
      ScanName: "my-scanname"
      SecurityLevel: "value"
      Schedule: "value"
      Targets: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

inspector2:CreateCisScanConfigurationinspector2:ListCisScanConfigurationsinspector2:TagResource

read

inspector2:ListCisScanConfigurationsinspector2:ListTagsForResource

update

inspector2:ListCisScanConfigurationsinspector2:UpdateCisScanConfigurationinspector2:TagResourceinspector2:UntagResourceinspector2:ListTagsForResource

delete

inspector2:ListCisScanConfigurationsinspector2:DeleteCisScanConfigurationinspector2:UntagResource

list

inspector2:ListCisScanConfigurationsinspector2:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceInspectorV2
Properties6
Required4
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

External Links