1. Packages
  2. AWS Native
  3. API Docs
  4. inspectorv2
  5. CisScanConfiguration

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.inspectorv2.CisScanConfiguration

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

    CIS Scan Configuration resource schema

    Create CisScanConfiguration Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new CisScanConfiguration(name: string, args?: CisScanConfigurationArgs, opts?: CustomResourceOptions);
    @overload
    def CisScanConfiguration(resource_name: str,
                             args: Optional[CisScanConfigurationArgs] = None,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def CisScanConfiguration(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             scan_name: Optional[str] = None,
                             schedule: Optional[CisScanConfigurationScheduleArgs] = None,
                             security_level: Optional[CisScanConfigurationCisSecurityLevel] = None,
                             tags: Optional[Mapping[str, str]] = None,
                             targets: Optional[CisScanConfigurationCisTargetsArgs] = None)
    func NewCisScanConfiguration(ctx *Context, name string, args *CisScanConfigurationArgs, opts ...ResourceOption) (*CisScanConfiguration, error)
    public CisScanConfiguration(string name, CisScanConfigurationArgs? args = null, CustomResourceOptions? opts = null)
    public CisScanConfiguration(String name, CisScanConfigurationArgs args)
    public CisScanConfiguration(String name, CisScanConfigurationArgs args, CustomResourceOptions options)
    
    type: aws-native:inspectorv2:CisScanConfiguration
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args CisScanConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CisScanConfigurationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CisScanConfigurationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CisScanConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CisScanConfigurationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    CisScanConfiguration Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The CisScanConfiguration resource accepts the following input properties:

    ScanName string
    Name of the scan
    Schedule Pulumi.AwsNative.InspectorV2.Inputs.CisScanConfigurationSchedule
    The CIS scan configuration's schedule.
    SecurityLevel Pulumi.AwsNative.InspectorV2.CisScanConfigurationCisSecurityLevel
    The CIS scan configuration's CIS Benchmark level.
    Tags Dictionary<string, string>
    The CIS scan configuration's tags.
    Targets Pulumi.AwsNative.InspectorV2.Inputs.CisScanConfigurationCisTargets
    The CIS scan configuration's targets.
    ScanName string
    Name of the scan
    Schedule CisScanConfigurationScheduleArgs
    The CIS scan configuration's schedule.
    SecurityLevel CisScanConfigurationCisSecurityLevel
    The CIS scan configuration's CIS Benchmark level.
    Tags map[string]string
    The CIS scan configuration's tags.
    Targets CisScanConfigurationCisTargetsArgs
    The CIS scan configuration's targets.
    scanName String
    Name of the scan
    schedule CisScanConfigurationSchedule
    The CIS scan configuration's schedule.
    securityLevel CisScanConfigurationCisSecurityLevel
    The CIS scan configuration's CIS Benchmark level.
    tags Map<String,String>
    The CIS scan configuration's tags.
    targets CisScanConfigurationCisTargets
    The CIS scan configuration's targets.
    scanName string
    Name of the scan
    schedule CisScanConfigurationSchedule
    The CIS scan configuration's schedule.
    securityLevel CisScanConfigurationCisSecurityLevel
    The CIS scan configuration's CIS Benchmark level.
    tags {[key: string]: string}
    The CIS scan configuration's tags.
    targets CisScanConfigurationCisTargets
    The CIS scan configuration's targets.
    scan_name str
    Name of the scan
    schedule CisScanConfigurationScheduleArgs
    The CIS scan configuration's schedule.
    security_level CisScanConfigurationCisSecurityLevel
    The CIS scan configuration's CIS Benchmark level.
    tags Mapping[str, str]
    The CIS scan configuration's tags.
    targets CisScanConfigurationCisTargetsArgs
    The CIS scan configuration's targets.
    scanName String
    Name of the scan
    schedule Property Map
    The CIS scan configuration's schedule.
    securityLevel "LEVEL_1" | "LEVEL_2"
    The CIS scan configuration's CIS Benchmark level.
    tags Map<String>
    The CIS scan configuration's tags.
    targets Property Map
    The CIS scan configuration's targets.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the CisScanConfiguration resource produces the following output properties:

    Arn string
    CIS Scan configuration unique identifier
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    CIS Scan configuration unique identifier
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    CIS Scan configuration unique identifier
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    CIS Scan configuration unique identifier
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    CIS Scan configuration unique identifier
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    CIS Scan configuration unique identifier
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    CisScanConfigurationCisSecurityLevel, CisScanConfigurationCisSecurityLevelArgs

    Level1
    LEVEL_1
    Level2
    LEVEL_2
    CisScanConfigurationCisSecurityLevelLevel1
    LEVEL_1
    CisScanConfigurationCisSecurityLevelLevel2
    LEVEL_2
    Level1
    LEVEL_1
    Level2
    LEVEL_2
    Level1
    LEVEL_1
    Level2
    LEVEL_2
    LEVEL1
    LEVEL_1
    LEVEL2
    LEVEL_2
    "LEVEL_1"
    LEVEL_1
    "LEVEL_2"
    LEVEL_2

    CisScanConfigurationCisTargets, CisScanConfigurationCisTargetsArgs

    AccountIds List<string>
    TargetResourceTags Dictionary<string, object>
    AccountIds []string
    TargetResourceTags map[string]interface{}
    accountIds List<String>
    targetResourceTags Map<String,Object>
    accountIds string[]
    targetResourceTags {[key: string]: any}
    account_ids Sequence[str]
    target_resource_tags Mapping[str, Any]
    accountIds List<String>
    targetResourceTags Map<Any>

    CisScanConfigurationDailySchedule, CisScanConfigurationDailyScheduleArgs

    CisScanConfigurationDay, CisScanConfigurationDayArgs

    Mon
    MON
    Tue
    TUE
    Wed
    WED
    Thu
    THU
    Fri
    FRI
    Sat
    SAT
    Sun
    SUN
    CisScanConfigurationDayMon
    MON
    CisScanConfigurationDayTue
    TUE
    CisScanConfigurationDayWed
    WED
    CisScanConfigurationDayThu
    THU
    CisScanConfigurationDayFri
    FRI
    CisScanConfigurationDaySat
    SAT
    CisScanConfigurationDaySun
    SUN
    Mon
    MON
    Tue
    TUE
    Wed
    WED
    Thu
    THU
    Fri
    FRI
    Sat
    SAT
    Sun
    SUN
    Mon
    MON
    Tue
    TUE
    Wed
    WED
    Thu
    THU
    Fri
    FRI
    Sat
    SAT
    Sun
    SUN
    MON
    MON
    TUE
    TUE
    WED
    WED
    THU
    THU
    FRI
    FRI
    SAT
    SAT
    SUN
    SUN
    "MON"
    MON
    "TUE"
    TUE
    "WED"
    WED
    "THU"
    THU
    "FRI"
    FRI
    "SAT"
    SAT
    "SUN"
    SUN

    CisScanConfigurationMonthlySchedule, CisScanConfigurationMonthlyScheduleArgs

    CisScanConfigurationSchedule, CisScanConfigurationScheduleArgs

    CisScanConfigurationTime, CisScanConfigurationTimeArgs

    TimeOfDay string
    TimeZone string
    TimeOfDay string
    TimeZone string
    timeOfDay String
    timeZone String
    timeOfDay string
    timeZone string
    timeOfDay String
    timeZone String

    CisScanConfigurationWeeklySchedule, CisScanConfigurationWeeklyScheduleArgs

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi