googlesecurityscannerscanconfig

package
v8.0.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 22, 2023 License: MPL-2.0 Imports: 7 Imported by: 0

README

google_security_scanner_scan_config

Refer to the Terraform Registory for docs: google_security_scanner_scan_config.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GoogleSecurityScannerScanConfig_IsConstruct

func GoogleSecurityScannerScanConfig_IsConstruct(x interface{}) *bool

Checks if `x` is a construct.

Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.

Returns: true if `x` is an object created from a class which extends `Construct`.

func GoogleSecurityScannerScanConfig_IsTerraformElement

func GoogleSecurityScannerScanConfig_IsTerraformElement(x interface{}) *bool

Experimental.

func GoogleSecurityScannerScanConfig_IsTerraformResource

func GoogleSecurityScannerScanConfig_IsTerraformResource(x interface{}) *bool

Experimental.

func GoogleSecurityScannerScanConfig_TfResourceType

func GoogleSecurityScannerScanConfig_TfResourceType() *string

func NewGoogleSecurityScannerScanConfigAuthenticationCustomAccountOutputReference_Override

func NewGoogleSecurityScannerScanConfigAuthenticationCustomAccountOutputReference_Override(g GoogleSecurityScannerScanConfigAuthenticationCustomAccountOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewGoogleSecurityScannerScanConfigAuthenticationGoogleAccountOutputReference_Override

func NewGoogleSecurityScannerScanConfigAuthenticationGoogleAccountOutputReference_Override(g GoogleSecurityScannerScanConfigAuthenticationGoogleAccountOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewGoogleSecurityScannerScanConfigAuthenticationOutputReference_Override

func NewGoogleSecurityScannerScanConfigAuthenticationOutputReference_Override(g GoogleSecurityScannerScanConfigAuthenticationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewGoogleSecurityScannerScanConfigScheduleOutputReference_Override

func NewGoogleSecurityScannerScanConfigScheduleOutputReference_Override(g GoogleSecurityScannerScanConfigScheduleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewGoogleSecurityScannerScanConfigTimeoutsOutputReference_Override

func NewGoogleSecurityScannerScanConfigTimeoutsOutputReference_Override(g GoogleSecurityScannerScanConfigTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)

func NewGoogleSecurityScannerScanConfig_Override

func NewGoogleSecurityScannerScanConfig_Override(g GoogleSecurityScannerScanConfig, scope constructs.Construct, id *string, config *GoogleSecurityScannerScanConfigConfig)

Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config google_security_scanner_scan_config} Resource.

Types

type GoogleSecurityScannerScanConfig

type GoogleSecurityScannerScanConfig interface {
	cdktf.TerraformResource
	Authentication() GoogleSecurityScannerScanConfigAuthenticationOutputReference
	AuthenticationInput() *GoogleSecurityScannerScanConfigAuthentication
	BlacklistPatterns() *[]*string
	SetBlacklistPatterns(val *[]*string)
	BlacklistPatternsInput() *[]*string
	// Experimental.
	CdktfStack() cdktf.TerraformStack
	// Experimental.
	Connection() interface{}
	// Experimental.
	SetConnection(val interface{})
	// Experimental.
	ConstructNodeMetadata() *map[string]interface{}
	// Experimental.
	Count() interface{}
	// Experimental.
	SetCount(val interface{})
	// Experimental.
	DependsOn() *[]*string
	// Experimental.
	SetDependsOn(val *[]*string)
	DisplayName() *string
	SetDisplayName(val *string)
	DisplayNameInput() *string
	ExportToSecurityCommandCenter() *string
	SetExportToSecurityCommandCenter(val *string)
	ExportToSecurityCommandCenterInput() *string
	// Experimental.
	ForEach() cdktf.ITerraformIterator
	// Experimental.
	SetForEach(val cdktf.ITerraformIterator)
	// Experimental.
	Fqn() *string
	// Experimental.
	FriendlyUniqueId() *string
	Id() *string
	SetId(val *string)
	IdInput() *string
	// Experimental.
	Lifecycle() *cdktf.TerraformResourceLifecycle
	// Experimental.
	SetLifecycle(val *cdktf.TerraformResourceLifecycle)
	MaxQps() *float64
	SetMaxQps(val *float64)
	MaxQpsInput() *float64
	Name() *string
	// The tree node.
	Node() constructs.Node
	Project() *string
	SetProject(val *string)
	ProjectInput() *string
	// Experimental.
	Provider() cdktf.TerraformProvider
	// Experimental.
	SetProvider(val cdktf.TerraformProvider)
	// Experimental.
	Provisioners() *[]interface{}
	// Experimental.
	SetProvisioners(val *[]interface{})
	// Experimental.
	RawOverrides() interface{}
	Schedule() GoogleSecurityScannerScanConfigScheduleOutputReference
	ScheduleInput() *GoogleSecurityScannerScanConfigSchedule
	StartingUrls() *[]*string
	SetStartingUrls(val *[]*string)
	StartingUrlsInput() *[]*string
	TargetPlatforms() *[]*string
	SetTargetPlatforms(val *[]*string)
	TargetPlatformsInput() *[]*string
	// Experimental.
	TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata
	// Experimental.
	TerraformMetaArguments() *map[string]interface{}
	// Experimental.
	TerraformResourceType() *string
	Timeouts() GoogleSecurityScannerScanConfigTimeoutsOutputReference
	TimeoutsInput() interface{}
	UserAgent() *string
	SetUserAgent(val *string)
	UserAgentInput() *string
	// Experimental.
	AddOverride(path *string, value interface{})
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable
	// Overrides the auto-generated logical ID with a specific ID.
	// Experimental.
	OverrideLogicalId(newLogicalId *string)
	PutAuthentication(value *GoogleSecurityScannerScanConfigAuthentication)
	PutSchedule(value *GoogleSecurityScannerScanConfigSchedule)
	PutTimeouts(value *GoogleSecurityScannerScanConfigTimeouts)
	ResetAuthentication()
	ResetBlacklistPatterns()
	ResetExportToSecurityCommandCenter()
	ResetId()
	ResetMaxQps()
	// Resets a previously passed logical Id to use the auto-generated logical id again.
	// Experimental.
	ResetOverrideLogicalId()
	ResetProject()
	ResetSchedule()
	ResetTargetPlatforms()
	ResetTimeouts()
	ResetUserAgent()
	SynthesizeAttributes() *map[string]interface{}
	// Experimental.
	ToMetadata() interface{}
	// Returns a string representation of this construct.
	ToString() *string
	// Adds this resource to the terraform JSON output.
	// Experimental.
	ToTerraform() interface{}
}

Represents a {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config google_security_scanner_scan_config}.

func NewGoogleSecurityScannerScanConfig

func NewGoogleSecurityScannerScanConfig(scope constructs.Construct, id *string, config *GoogleSecurityScannerScanConfigConfig) GoogleSecurityScannerScanConfig

Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config google_security_scanner_scan_config} Resource.

type GoogleSecurityScannerScanConfigAuthentication

type GoogleSecurityScannerScanConfigAuthentication struct {
	// custom_account block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#custom_account GoogleSecurityScannerScanConfig#custom_account}
	CustomAccount *GoogleSecurityScannerScanConfigAuthenticationCustomAccount `field:"optional" json:"customAccount" yaml:"customAccount"`
	// google_account block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#google_account GoogleSecurityScannerScanConfig#google_account}
	GoogleAccount *GoogleSecurityScannerScanConfigAuthenticationGoogleAccount `field:"optional" json:"googleAccount" yaml:"googleAccount"`
}

type GoogleSecurityScannerScanConfigAuthenticationCustomAccount

type GoogleSecurityScannerScanConfigAuthenticationCustomAccount struct {
	// The login form URL of the website.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#login_url GoogleSecurityScannerScanConfig#login_url}
	LoginUrl *string `field:"required" json:"loginUrl" yaml:"loginUrl"`
	// The password of the custom account. The credential is stored encrypted in GCP.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#password GoogleSecurityScannerScanConfig#password}
	Password *string `field:"required" json:"password" yaml:"password"`
	// The user name of the custom account.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#username GoogleSecurityScannerScanConfig#username}
	Username *string `field:"required" json:"username" yaml:"username"`
}

type GoogleSecurityScannerScanConfigAuthenticationCustomAccountOutputReference

type GoogleSecurityScannerScanConfigAuthenticationCustomAccountOutputReference interface {
	cdktf.ComplexObject
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	// Experimental.
	Fqn() *string
	InternalValue() *GoogleSecurityScannerScanConfigAuthenticationCustomAccount
	SetInternalValue(val *GoogleSecurityScannerScanConfigAuthenticationCustomAccount)
	LoginUrl() *string
	SetLoginUrl(val *string)
	LoginUrlInput() *string
	Password() *string
	SetPassword(val *string)
	PasswordInput() *string
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	Username() *string
	SetUsername(val *string)
	UsernameInput() *string
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewGoogleSecurityScannerScanConfigAuthenticationCustomAccountOutputReference

func NewGoogleSecurityScannerScanConfigAuthenticationCustomAccountOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleSecurityScannerScanConfigAuthenticationCustomAccountOutputReference

type GoogleSecurityScannerScanConfigAuthenticationGoogleAccount

type GoogleSecurityScannerScanConfigAuthenticationGoogleAccount struct {
	// The password of the Google account. The credential is stored encrypted in GCP.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#password GoogleSecurityScannerScanConfig#password}
	Password *string `field:"required" json:"password" yaml:"password"`
	// The user name of the Google account.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#username GoogleSecurityScannerScanConfig#username}
	Username *string `field:"required" json:"username" yaml:"username"`
}

type GoogleSecurityScannerScanConfigAuthenticationGoogleAccountOutputReference

type GoogleSecurityScannerScanConfigAuthenticationGoogleAccountOutputReference interface {
	cdktf.ComplexObject
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	// Experimental.
	Fqn() *string
	InternalValue() *GoogleSecurityScannerScanConfigAuthenticationGoogleAccount
	SetInternalValue(val *GoogleSecurityScannerScanConfigAuthenticationGoogleAccount)
	Password() *string
	SetPassword(val *string)
	PasswordInput() *string
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	Username() *string
	SetUsername(val *string)
	UsernameInput() *string
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewGoogleSecurityScannerScanConfigAuthenticationGoogleAccountOutputReference

func NewGoogleSecurityScannerScanConfigAuthenticationGoogleAccountOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleSecurityScannerScanConfigAuthenticationGoogleAccountOutputReference

type GoogleSecurityScannerScanConfigAuthenticationOutputReference

type GoogleSecurityScannerScanConfigAuthenticationOutputReference interface {
	cdktf.ComplexObject
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	CustomAccount() GoogleSecurityScannerScanConfigAuthenticationCustomAccountOutputReference
	CustomAccountInput() *GoogleSecurityScannerScanConfigAuthenticationCustomAccount
	// Experimental.
	Fqn() *string
	GoogleAccount() GoogleSecurityScannerScanConfigAuthenticationGoogleAccountOutputReference
	GoogleAccountInput() *GoogleSecurityScannerScanConfigAuthenticationGoogleAccount
	InternalValue() *GoogleSecurityScannerScanConfigAuthentication
	SetInternalValue(val *GoogleSecurityScannerScanConfigAuthentication)
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	PutCustomAccount(value *GoogleSecurityScannerScanConfigAuthenticationCustomAccount)
	PutGoogleAccount(value *GoogleSecurityScannerScanConfigAuthenticationGoogleAccount)
	ResetCustomAccount()
	ResetGoogleAccount()
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewGoogleSecurityScannerScanConfigAuthenticationOutputReference

func NewGoogleSecurityScannerScanConfigAuthenticationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleSecurityScannerScanConfigAuthenticationOutputReference

type GoogleSecurityScannerScanConfigConfig

type GoogleSecurityScannerScanConfigConfig struct {
	// Experimental.
	Connection interface{} `field:"optional" json:"connection" yaml:"connection"`
	// Experimental.
	Count interface{} `field:"optional" json:"count" yaml:"count"`
	// Experimental.
	DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"`
	// Experimental.
	ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"`
	// Experimental.
	Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"`
	// Experimental.
	Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"`
	// Experimental.
	Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"`
	// The user provider display name of the ScanConfig.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#display_name GoogleSecurityScannerScanConfig#display_name}
	DisplayName *string `field:"required" json:"displayName" yaml:"displayName"`
	// The starting URLs from which the scanner finds site pages.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#starting_urls GoogleSecurityScannerScanConfig#starting_urls}
	StartingUrls *[]*string `field:"required" json:"startingUrls" yaml:"startingUrls"`
	// authentication block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#authentication GoogleSecurityScannerScanConfig#authentication}
	Authentication *GoogleSecurityScannerScanConfigAuthentication `field:"optional" json:"authentication" yaml:"authentication"`
	// The blacklist URL patterns as described in https://cloud.google.com/security-scanner/docs/excluded-urls.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#blacklist_patterns GoogleSecurityScannerScanConfig#blacklist_patterns}
	BlacklistPatterns *[]*string `field:"optional" json:"blacklistPatterns" yaml:"blacklistPatterns"`
	// Controls export of scan configurations and results to Cloud Security Command Center. Default value: "ENABLED" Possible values: ["ENABLED", "DISABLED"].
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#export_to_security_command_center GoogleSecurityScannerScanConfig#export_to_security_command_center}
	ExportToSecurityCommandCenter *string `field:"optional" json:"exportToSecurityCommandCenter" yaml:"exportToSecurityCommandCenter"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#id GoogleSecurityScannerScanConfig#id}.
	//
	// Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
	// If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
	Id *string `field:"optional" json:"id" yaml:"id"`
	// The maximum QPS during scanning. A valid value ranges from 5 to 20 inclusively. Defaults to 15.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#max_qps GoogleSecurityScannerScanConfig#max_qps}
	MaxQps *float64 `field:"optional" json:"maxQps" yaml:"maxQps"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#project GoogleSecurityScannerScanConfig#project}.
	Project *string `field:"optional" json:"project" yaml:"project"`
	// schedule block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#schedule GoogleSecurityScannerScanConfig#schedule}
	Schedule *GoogleSecurityScannerScanConfigSchedule `field:"optional" json:"schedule" yaml:"schedule"`
	// Set of Cloud Platforms targeted by the scan.
	//
	// If empty, APP_ENGINE will be used as a default. Possible values: ["APP_ENGINE", "COMPUTE"]
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#target_platforms GoogleSecurityScannerScanConfig#target_platforms}
	TargetPlatforms *[]*string `field:"optional" json:"targetPlatforms" yaml:"targetPlatforms"`
	// timeouts block.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#timeouts GoogleSecurityScannerScanConfig#timeouts}
	Timeouts *GoogleSecurityScannerScanConfigTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"`
	// Type of the user agents used for scanning Default value: "CHROME_LINUX" Possible values: ["USER_AGENT_UNSPECIFIED", "CHROME_LINUX", "CHROME_ANDROID", "SAFARI_IPHONE"].
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#user_agent GoogleSecurityScannerScanConfig#user_agent}
	UserAgent *string `field:"optional" json:"userAgent" yaml:"userAgent"`
}

type GoogleSecurityScannerScanConfigSchedule

type GoogleSecurityScannerScanConfigSchedule struct {
	// The duration of time between executions in days.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#interval_duration_days GoogleSecurityScannerScanConfig#interval_duration_days}
	IntervalDurationDays *float64 `field:"required" json:"intervalDurationDays" yaml:"intervalDurationDays"`
	// A timestamp indicates when the next run will be scheduled.
	//
	// The value is refreshed
	// by the server after each run. If unspecified, it will default to current server time,
	// which means the scan will be scheduled to start immediately.
	//
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#schedule_time GoogleSecurityScannerScanConfig#schedule_time}
	ScheduleTime *string `field:"optional" json:"scheduleTime" yaml:"scheduleTime"`
}

type GoogleSecurityScannerScanConfigScheduleOutputReference

type GoogleSecurityScannerScanConfigScheduleOutputReference interface {
	cdktf.ComplexObject
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	// Experimental.
	Fqn() *string
	InternalValue() *GoogleSecurityScannerScanConfigSchedule
	SetInternalValue(val *GoogleSecurityScannerScanConfigSchedule)
	IntervalDurationDays() *float64
	SetIntervalDurationDays(val *float64)
	IntervalDurationDaysInput() *float64
	ScheduleTime() *string
	SetScheduleTime(val *string)
	ScheduleTimeInput() *string
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	ResetScheduleTime()
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewGoogleSecurityScannerScanConfigScheduleOutputReference

func NewGoogleSecurityScannerScanConfigScheduleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleSecurityScannerScanConfigScheduleOutputReference

type GoogleSecurityScannerScanConfigTimeouts

type GoogleSecurityScannerScanConfigTimeouts struct {
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#create GoogleSecurityScannerScanConfig#create}.
	Create *string `field:"optional" json:"create" yaml:"create"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#delete GoogleSecurityScannerScanConfig#delete}.
	Delete *string `field:"optional" json:"delete" yaml:"delete"`
	// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_security_scanner_scan_config#update GoogleSecurityScannerScanConfig#update}.
	Update *string `field:"optional" json:"update" yaml:"update"`
}

type GoogleSecurityScannerScanConfigTimeoutsOutputReference

type GoogleSecurityScannerScanConfigTimeoutsOutputReference interface {
	cdktf.ComplexObject
	// the index of the complex object in a list.
	// Experimental.
	ComplexObjectIndex() interface{}
	// Experimental.
	SetComplexObjectIndex(val interface{})
	// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
	// Experimental.
	ComplexObjectIsFromSet() *bool
	// Experimental.
	SetComplexObjectIsFromSet(val *bool)
	Create() *string
	SetCreate(val *string)
	CreateInput() *string
	// The creation stack of this resolvable which will be appended to errors thrown during resolution.
	//
	// If this returns an empty array the stack will not be attached.
	// Experimental.
	CreationStack() *[]*string
	Delete() *string
	SetDelete(val *string)
	DeleteInput() *string
	// Experimental.
	Fqn() *string
	InternalValue() interface{}
	SetInternalValue(val interface{})
	// Experimental.
	TerraformAttribute() *string
	// Experimental.
	SetTerraformAttribute(val *string)
	// Experimental.
	TerraformResource() cdktf.IInterpolatingParent
	// Experimental.
	SetTerraformResource(val cdktf.IInterpolatingParent)
	Update() *string
	SetUpdate(val *string)
	UpdateInput() *string
	// Experimental.
	ComputeFqn() *string
	// Experimental.
	GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
	// Experimental.
	GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
	// Experimental.
	GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
	// Experimental.
	GetListAttribute(terraformAttribute *string) *[]*string
	// Experimental.
	GetNumberAttribute(terraformAttribute *string) *float64
	// Experimental.
	GetNumberListAttribute(terraformAttribute *string) *[]*float64
	// Experimental.
	GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
	// Experimental.
	GetStringAttribute(terraformAttribute *string) *string
	// Experimental.
	GetStringMapAttribute(terraformAttribute *string) *map[string]*string
	// Experimental.
	InterpolationAsList() cdktf.IResolvable
	// Experimental.
	InterpolationForAttribute(property *string) cdktf.IResolvable
	ResetCreate()
	ResetDelete()
	ResetUpdate()
	// Produce the Token's value at resolution time.
	// Experimental.
	Resolve(_context cdktf.IResolveContext) interface{}
	// Return a string representation of this resolvable object.
	//
	// Returns a reversible string representation.
	// Experimental.
	ToString() *string
}

func NewGoogleSecurityScannerScanConfigTimeoutsOutputReference

func NewGoogleSecurityScannerScanConfigTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleSecurityScannerScanConfigTimeoutsOutputReference

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL