We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.inspectorv2.CisScanConfiguration
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 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: CisScanConfigurationArgs,
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,
targets: Optional[CisScanConfigurationCisTargetsArgs] = None,
tags: Optional[Mapping[str, str]] = None)
func NewCisScanConfiguration(ctx *Context, name string, args CisScanConfigurationArgs, opts ...ResourceOption) (*CisScanConfiguration, error)
public CisScanConfiguration(string name, CisScanConfigurationArgs args, 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:
- Scan
Name string - Name of the scan
- Schedule
Pulumi.
Aws Native. Inspector V2. Inputs. Cis Scan Configuration Schedule - The CIS scan configuration's schedule.
- Security
Level Pulumi.Aws Native. Inspector V2. Cis Scan Configuration Cis Security Level - The CIS scan configuration's CIS Benchmark level.
- Targets
Pulumi.
Aws Native. Inspector V2. Inputs. Cis Scan Configuration Cis Targets - The CIS scan configuration's targets.
- Dictionary<string, string>
- The CIS scan configuration's tags.
- Scan
Name string - Name of the scan
- Schedule
Cis
Scan Configuration Schedule Args - The CIS scan configuration's schedule.
- Security
Level CisScan Configuration Cis Security Level - The CIS scan configuration's CIS Benchmark level.
- Targets
Cis
Scan Configuration Cis Targets Args - The CIS scan configuration's targets.
- map[string]string
- The CIS scan configuration's tags.
- scan
Name String - Name of the scan
- schedule
Cis
Scan Configuration Schedule - The CIS scan configuration's schedule.
- security
Level CisScan Configuration Cis Security Level - The CIS scan configuration's CIS Benchmark level.
- targets
Cis
Scan Configuration Cis Targets - The CIS scan configuration's targets.
- Map<String,String>
- The CIS scan configuration's tags.
- scan
Name string - Name of the scan
- schedule
Cis
Scan Configuration Schedule - The CIS scan configuration's schedule.
- security
Level CisScan Configuration Cis Security Level - The CIS scan configuration's CIS Benchmark level.
- targets
Cis
Scan Configuration Cis Targets - The CIS scan configuration's targets.
- {[key: string]: string}
- The CIS scan configuration's tags.
- scan_
name str - Name of the scan
- schedule
Cis
Scan Configuration Schedule Args - The CIS scan configuration's schedule.
- security_
level CisScan Configuration Cis Security Level - The CIS scan configuration's CIS Benchmark level.
- targets
Cis
Scan Configuration Cis Targets Args - The CIS scan configuration's targets.
- Mapping[str, str]
- The CIS scan configuration's tags.
- scan
Name String - Name of the scan
- schedule Property Map
- The CIS scan configuration's schedule.
- security
Level "LEVEL_1" | "LEVEL_2" - The CIS scan configuration's CIS Benchmark level.
- targets Property Map
- The CIS scan configuration's targets.
- Map<String>
- The CIS scan configuration's tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the CisScanConfiguration resource produces the following output properties:
Supporting Types
CisScanConfigurationCisSecurityLevel, CisScanConfigurationCisSecurityLevelArgs
- Level1
- LEVEL_1
- Level2
- LEVEL_2
- Cis
Scan Configuration Cis Security Level Level1 - LEVEL_1
- Cis
Scan Configuration Cis Security Level Level2 - 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
- Account
Ids List<string> - Dictionary<string, object>
- Account
Ids []string - map[string]interface{}
- account
Ids List<String> - Map<String,Object>
- account
Ids string[] - {[key: string]: any}
- account_
ids Sequence[str] - Mapping[str, Any]
- account
Ids List<String> - Map<Any>
CisScanConfigurationDailySchedule, CisScanConfigurationDailyScheduleArgs
CisScanConfigurationDay, CisScanConfigurationDayArgs
- Mon
- MON
- Tue
- TUE
- Wed
- WED
- Thu
- THU
- Fri
- FRI
- Sat
- SAT
- Sun
- SUN
- Cis
Scan Configuration Day Mon - MON
- Cis
Scan Configuration Day Tue - TUE
- Cis
Scan Configuration Day Wed - WED
- Cis
Scan Configuration Day Thu - THU
- Cis
Scan Configuration Day Fri - FRI
- Cis
Scan Configuration Day Sat - SAT
- Cis
Scan Configuration Day 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
- "MON"
- MON
- "TUE"
- TUE
- "WED"
- WED
- "THU"
- THU
- "FRI"
- FRI
- "SAT"
- SAT
- "SUN"
- SUN
CisScanConfigurationMonthlySchedule, CisScanConfigurationMonthlyScheduleArgs
CisScanConfigurationSchedule, CisScanConfigurationScheduleArgs
- Daily
Pulumi.
Aws Native. Inspector V2. Inputs. Cis Scan Configuration Daily Schedule - Monthly
Pulumi.
Aws Native. Inspector V2. Inputs. Cis Scan Configuration Monthly Schedule - One
Time Pulumi.Aws Native. Inspector V2. Inputs. Cis Scan Configuration One Time Schedule - Weekly
Pulumi.
Aws Native. Inspector V2. Inputs. Cis Scan Configuration Weekly Schedule
CisScanConfigurationTime, CisScanConfigurationTimeArgs
- time_
of_ strday - time_
zone str
CisScanConfigurationWeeklySchedule, CisScanConfigurationWeeklyScheduleArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi