Documentation ¶
Index ¶
- func GoogleComputeRegionSecurityPolicyRule_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func GoogleComputeRegionSecurityPolicyRule_IsConstruct(x interface{}) *bool
- func GoogleComputeRegionSecurityPolicyRule_IsTerraformElement(x interface{}) *bool
- func GoogleComputeRegionSecurityPolicyRule_IsTerraformResource(x interface{}) *bool
- func GoogleComputeRegionSecurityPolicyRule_TfResourceType() *string
- func NewGoogleComputeRegionSecurityPolicyRuleMatchConfigOutputReference_Override(g GoogleComputeRegionSecurityPolicyRuleMatchConfigOutputReference, ...)
- func NewGoogleComputeRegionSecurityPolicyRuleMatchOutputReference_Override(g GoogleComputeRegionSecurityPolicyRuleMatchOutputReference, ...)
- func NewGoogleComputeRegionSecurityPolicyRuleNetworkMatchOutputReference_Override(g GoogleComputeRegionSecurityPolicyRuleNetworkMatchOutputReference, ...)
- func NewGoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsList_Override(g GoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsList, ...)
- func NewGoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsOutputReference_Override(...)
- func NewGoogleComputeRegionSecurityPolicyRuleTimeoutsOutputReference_Override(g GoogleComputeRegionSecurityPolicyRuleTimeoutsOutputReference, ...)
- func NewGoogleComputeRegionSecurityPolicyRule_Override(g GoogleComputeRegionSecurityPolicyRule, scope constructs.Construct, ...)
- type GoogleComputeRegionSecurityPolicyRule
- type GoogleComputeRegionSecurityPolicyRuleConfig
- type GoogleComputeRegionSecurityPolicyRuleMatch
- type GoogleComputeRegionSecurityPolicyRuleMatchConfig
- type GoogleComputeRegionSecurityPolicyRuleMatchConfigOutputReference
- type GoogleComputeRegionSecurityPolicyRuleMatchOutputReference
- type GoogleComputeRegionSecurityPolicyRuleNetworkMatch
- type GoogleComputeRegionSecurityPolicyRuleNetworkMatchOutputReference
- type GoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFields
- type GoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsList
- type GoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsOutputReference
- type GoogleComputeRegionSecurityPolicyRuleTimeouts
- type GoogleComputeRegionSecurityPolicyRuleTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleComputeRegionSecurityPolicyRule_GenerateConfigForImport ¶
func GoogleComputeRegionSecurityPolicyRule_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a GoogleComputeRegionSecurityPolicyRule resource upon running "cdktf plan <stack-name>".
func GoogleComputeRegionSecurityPolicyRule_IsConstruct ¶
func GoogleComputeRegionSecurityPolicyRule_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 GoogleComputeRegionSecurityPolicyRule_IsTerraformElement ¶
func GoogleComputeRegionSecurityPolicyRule_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleComputeRegionSecurityPolicyRule_IsTerraformResource ¶
func GoogleComputeRegionSecurityPolicyRule_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleComputeRegionSecurityPolicyRule_TfResourceType ¶
func GoogleComputeRegionSecurityPolicyRule_TfResourceType() *string
func NewGoogleComputeRegionSecurityPolicyRuleMatchConfigOutputReference_Override ¶
func NewGoogleComputeRegionSecurityPolicyRuleMatchConfigOutputReference_Override(g GoogleComputeRegionSecurityPolicyRuleMatchConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleComputeRegionSecurityPolicyRuleMatchOutputReference_Override ¶
func NewGoogleComputeRegionSecurityPolicyRuleMatchOutputReference_Override(g GoogleComputeRegionSecurityPolicyRuleMatchOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleComputeRegionSecurityPolicyRuleNetworkMatchOutputReference_Override ¶
func NewGoogleComputeRegionSecurityPolicyRuleNetworkMatchOutputReference_Override(g GoogleComputeRegionSecurityPolicyRuleNetworkMatchOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsList_Override ¶
func NewGoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsList_Override(g GoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsOutputReference_Override ¶
func NewGoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsOutputReference_Override(g GoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleComputeRegionSecurityPolicyRuleTimeoutsOutputReference_Override ¶
func NewGoogleComputeRegionSecurityPolicyRuleTimeoutsOutputReference_Override(g GoogleComputeRegionSecurityPolicyRuleTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleComputeRegionSecurityPolicyRule_Override ¶
func NewGoogleComputeRegionSecurityPolicyRule_Override(g GoogleComputeRegionSecurityPolicyRule, scope constructs.Construct, id *string, config *GoogleComputeRegionSecurityPolicyRuleConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule google_compute_region_security_policy_rule} Resource.
Types ¶
type GoogleComputeRegionSecurityPolicyRule ¶
type GoogleComputeRegionSecurityPolicyRule interface { cdktf.TerraformResource Action() *string SetAction(val *string) ActionInput() *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) Description() *string SetDescription(val *string) DescriptionInput() *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) Match() GoogleComputeRegionSecurityPolicyRuleMatchOutputReference MatchInput() *GoogleComputeRegionSecurityPolicyRuleMatch NetworkMatch() GoogleComputeRegionSecurityPolicyRuleNetworkMatchOutputReference NetworkMatchInput() *GoogleComputeRegionSecurityPolicyRuleNetworkMatch // The tree node. Node() constructs.Node Preview() interface{} SetPreview(val interface{}) PreviewInput() interface{} Priority() *float64 SetPriority(val *float64) PriorityInput() *float64 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{} Region() *string SetRegion(val *string) RegionInput() *string SecurityPolicy() *string SetSecurityPolicy(val *string) SecurityPolicyInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GoogleComputeRegionSecurityPolicyRuleTimeoutsOutputReference TimeoutsInput() interface{} // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *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. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutMatch(value *GoogleComputeRegionSecurityPolicyRuleMatch) PutNetworkMatch(value *GoogleComputeRegionSecurityPolicyRuleNetworkMatch) PutTimeouts(value *GoogleComputeRegionSecurityPolicyRuleTimeouts) ResetDescription() ResetId() ResetMatch() ResetNetworkMatch() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPreview() ResetProject() ResetTimeouts() 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/5.7.0/docs/resources/google_compute_region_security_policy_rule google_compute_region_security_policy_rule}.
func NewGoogleComputeRegionSecurityPolicyRule ¶
func NewGoogleComputeRegionSecurityPolicyRule(scope constructs.Construct, id *string, config *GoogleComputeRegionSecurityPolicyRuleConfig) GoogleComputeRegionSecurityPolicyRule
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule google_compute_region_security_policy_rule} Resource.
type GoogleComputeRegionSecurityPolicyRuleConfig ¶
type GoogleComputeRegionSecurityPolicyRuleConfig 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 Action to perform when the rule is matched. The following are the valid actions:. // // * allow: allow access to target. // // * deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for STATUS are 403, 404, and 502. // // * rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rateLimitOptions to be set. // // * redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. // // * throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rateLimitOptions to be set for this. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#action GoogleComputeRegionSecurityPolicyRule#action} Action *string `field:"required" json:"action" yaml:"action"` // An integer indicating the priority of a rule in the list. // // The priority must be a positive value between 0 and 2147483647. // Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#priority GoogleComputeRegionSecurityPolicyRule#priority} Priority *float64 `field:"required" json:"priority" yaml:"priority"` // The Region in which the created Region Security Policy rule should reside. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#region GoogleComputeRegionSecurityPolicyRule#region} Region *string `field:"required" json:"region" yaml:"region"` // The name of the security policy this rule belongs to. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#security_policy GoogleComputeRegionSecurityPolicyRule#security_policy} SecurityPolicy *string `field:"required" json:"securityPolicy" yaml:"securityPolicy"` // An optional description of this resource. Provide this property when you create the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#description GoogleComputeRegionSecurityPolicyRule#description} Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#id GoogleComputeRegionSecurityPolicyRule#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"` // match block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#match GoogleComputeRegionSecurityPolicyRule#match} Match *GoogleComputeRegionSecurityPolicyRuleMatch `field:"optional" json:"match" yaml:"match"` // network_match block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#network_match GoogleComputeRegionSecurityPolicyRule#network_match} NetworkMatch *GoogleComputeRegionSecurityPolicyRuleNetworkMatch `field:"optional" json:"networkMatch" yaml:"networkMatch"` // If set to true, the specified action is not enforced. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#preview GoogleComputeRegionSecurityPolicyRule#preview} Preview interface{} `field:"optional" json:"preview" yaml:"preview"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#project GoogleComputeRegionSecurityPolicyRule#project}. Project *string `field:"optional" json:"project" yaml:"project"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#timeouts GoogleComputeRegionSecurityPolicyRule#timeouts} Timeouts *GoogleComputeRegionSecurityPolicyRuleTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type GoogleComputeRegionSecurityPolicyRuleMatch ¶
type GoogleComputeRegionSecurityPolicyRuleMatch struct { // config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#config GoogleComputeRegionSecurityPolicyRule#config} Config *GoogleComputeRegionSecurityPolicyRuleMatchConfig `field:"optional" json:"config" yaml:"config"` // Preconfigured versioned expression. // // If this field is specified, config must also be specified. // Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding srcIpRange field in config. Possible values: ["SRC_IPS_V1"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#versioned_expr GoogleComputeRegionSecurityPolicyRule#versioned_expr} VersionedExpr *string `field:"optional" json:"versionedExpr" yaml:"versionedExpr"` }
type GoogleComputeRegionSecurityPolicyRuleMatchConfig ¶
type GoogleComputeRegionSecurityPolicyRuleMatchConfig struct { // CIDR IP address range. Maximum number of srcIpRanges allowed is 10. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#src_ip_ranges GoogleComputeRegionSecurityPolicyRule#src_ip_ranges} SrcIpRanges *[]*string `field:"optional" json:"srcIpRanges" yaml:"srcIpRanges"` }
type GoogleComputeRegionSecurityPolicyRuleMatchConfigOutputReference ¶
type GoogleComputeRegionSecurityPolicyRuleMatchConfigOutputReference 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() *GoogleComputeRegionSecurityPolicyRuleMatchConfig SetInternalValue(val *GoogleComputeRegionSecurityPolicyRuleMatchConfig) SrcIpRanges() *[]*string SetSrcIpRanges(val *[]*string) SrcIpRangesInput() *[]*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 ResetSrcIpRanges() // 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 NewGoogleComputeRegionSecurityPolicyRuleMatchConfigOutputReference ¶
func NewGoogleComputeRegionSecurityPolicyRuleMatchConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleComputeRegionSecurityPolicyRuleMatchConfigOutputReference
type GoogleComputeRegionSecurityPolicyRuleMatchOutputReference ¶
type GoogleComputeRegionSecurityPolicyRuleMatchOutputReference 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) Config() GoogleComputeRegionSecurityPolicyRuleMatchConfigOutputReference ConfigInput() *GoogleComputeRegionSecurityPolicyRuleMatchConfig // 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() *GoogleComputeRegionSecurityPolicyRuleMatch SetInternalValue(val *GoogleComputeRegionSecurityPolicyRuleMatch) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) VersionedExpr() *string SetVersionedExpr(val *string) VersionedExprInput() *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 PutConfig(value *GoogleComputeRegionSecurityPolicyRuleMatchConfig) ResetConfig() ResetVersionedExpr() // 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 NewGoogleComputeRegionSecurityPolicyRuleMatchOutputReference ¶
func NewGoogleComputeRegionSecurityPolicyRuleMatchOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleComputeRegionSecurityPolicyRuleMatchOutputReference
type GoogleComputeRegionSecurityPolicyRuleNetworkMatch ¶
type GoogleComputeRegionSecurityPolicyRuleNetworkMatch struct { // Destination IPv4/IPv6 addresses or CIDR prefixes, in standard text format. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#dest_ip_ranges GoogleComputeRegionSecurityPolicyRule#dest_ip_ranges} DestIpRanges *[]*string `field:"optional" json:"destIpRanges" yaml:"destIpRanges"` // Destination port numbers for TCP/UDP/SCTP. // // Each element can be a 16-bit unsigned decimal number (e.g. "80") or range (e.g. "0-1023"). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#dest_ports GoogleComputeRegionSecurityPolicyRule#dest_ports} DestPorts *[]*string `field:"optional" json:"destPorts" yaml:"destPorts"` // IPv4 protocol / IPv6 next header (after extension headers). // // Each element can be an 8-bit unsigned decimal number (e.g. "6"), range (e.g. "253-254"), or one of the following protocol names: "tcp", "udp", "icmp", "esp", "ah", "ipip", or "sctp". // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#ip_protocols GoogleComputeRegionSecurityPolicyRule#ip_protocols} IpProtocols *[]*string `field:"optional" json:"ipProtocols" yaml:"ipProtocols"` // BGP Autonomous System Number associated with the source IP address. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#src_asns GoogleComputeRegionSecurityPolicyRule#src_asns} SrcAsns *[]*float64 `field:"optional" json:"srcAsns" yaml:"srcAsns"` // Source IPv4/IPv6 addresses or CIDR prefixes, in standard text format. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#src_ip_ranges GoogleComputeRegionSecurityPolicyRule#src_ip_ranges} SrcIpRanges *[]*string `field:"optional" json:"srcIpRanges" yaml:"srcIpRanges"` // Source port numbers for TCP/UDP/SCTP. // // Each element can be a 16-bit unsigned decimal number (e.g. "80") or range (e.g. "0-1023"). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#src_ports GoogleComputeRegionSecurityPolicyRule#src_ports} SrcPorts *[]*string `field:"optional" json:"srcPorts" yaml:"srcPorts"` // Two-letter ISO 3166-1 alpha-2 country code associated with the source IP address. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#src_region_codes GoogleComputeRegionSecurityPolicyRule#src_region_codes} SrcRegionCodes *[]*string `field:"optional" json:"srcRegionCodes" yaml:"srcRegionCodes"` // user_defined_fields block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#user_defined_fields GoogleComputeRegionSecurityPolicyRule#user_defined_fields} UserDefinedFields interface{} `field:"optional" json:"userDefinedFields" yaml:"userDefinedFields"` }
type GoogleComputeRegionSecurityPolicyRuleNetworkMatchOutputReference ¶
type GoogleComputeRegionSecurityPolicyRuleNetworkMatchOutputReference 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 DestIpRanges() *[]*string SetDestIpRanges(val *[]*string) DestIpRangesInput() *[]*string DestPorts() *[]*string SetDestPorts(val *[]*string) DestPortsInput() *[]*string // Experimental. Fqn() *string InternalValue() *GoogleComputeRegionSecurityPolicyRuleNetworkMatch SetInternalValue(val *GoogleComputeRegionSecurityPolicyRuleNetworkMatch) IpProtocols() *[]*string SetIpProtocols(val *[]*string) IpProtocolsInput() *[]*string SrcAsns() *[]*float64 SetSrcAsns(val *[]*float64) SrcAsnsInput() *[]*float64 SrcIpRanges() *[]*string SetSrcIpRanges(val *[]*string) SrcIpRangesInput() *[]*string SrcPorts() *[]*string SetSrcPorts(val *[]*string) SrcPortsInput() *[]*string SrcRegionCodes() *[]*string SetSrcRegionCodes(val *[]*string) SrcRegionCodesInput() *[]*string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UserDefinedFields() GoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsList UserDefinedFieldsInput() interface{} // 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 PutUserDefinedFields(value interface{}) ResetDestIpRanges() ResetDestPorts() ResetIpProtocols() ResetSrcAsns() ResetSrcIpRanges() ResetSrcPorts() ResetSrcRegionCodes() ResetUserDefinedFields() // 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 NewGoogleComputeRegionSecurityPolicyRuleNetworkMatchOutputReference ¶
func NewGoogleComputeRegionSecurityPolicyRuleNetworkMatchOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleComputeRegionSecurityPolicyRuleNetworkMatchOutputReference
type GoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFields ¶
type GoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFields struct { // Name of the user-defined field, as given in the definition. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#name GoogleComputeRegionSecurityPolicyRule#name} Name *string `field:"optional" json:"name" yaml:"name"` // Matching values of the field. // // Each element can be a 32-bit unsigned decimal or hexadecimal (starting with "0x") number (e.g. "64") or range (e.g. "0x400-0x7ff"). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#values GoogleComputeRegionSecurityPolicyRule#values} Values *[]*string `field:"optional" json:"values" yaml:"values"` }
type GoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsList ¶
type GoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsList interface { cdktf.ComplexList // 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() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) GoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsOutputReference // 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 NewGoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsList ¶
func NewGoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsList
type GoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsOutputReference ¶
type GoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsOutputReference 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() interface{} SetInternalValue(val interface{}) Name() *string SetName(val *string) NameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Values() *[]*string SetValues(val *[]*string) ValuesInput() *[]*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 ResetName() ResetValues() // 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 NewGoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsOutputReference ¶
func NewGoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsOutputReference
type GoogleComputeRegionSecurityPolicyRuleTimeouts ¶
type GoogleComputeRegionSecurityPolicyRuleTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#create GoogleComputeRegionSecurityPolicyRule#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#delete GoogleComputeRegionSecurityPolicyRule#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_compute_region_security_policy_rule#update GoogleComputeRegionSecurityPolicyRule#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GoogleComputeRegionSecurityPolicyRuleTimeoutsOutputReference ¶
type GoogleComputeRegionSecurityPolicyRuleTimeoutsOutputReference 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 NewGoogleComputeRegionSecurityPolicyRuleTimeoutsOutputReference ¶
func NewGoogleComputeRegionSecurityPolicyRuleTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleComputeRegionSecurityPolicyRuleTimeoutsOutputReference
Source Files ¶
- GoogleComputeRegionSecurityPolicyRule.go
- GoogleComputeRegionSecurityPolicyRuleConfig.go
- GoogleComputeRegionSecurityPolicyRuleMatch.go
- GoogleComputeRegionSecurityPolicyRuleMatchConfig.go
- GoogleComputeRegionSecurityPolicyRuleMatchConfigOutputReference.go
- GoogleComputeRegionSecurityPolicyRuleMatchConfigOutputReference__checks.go
- GoogleComputeRegionSecurityPolicyRuleMatchOutputReference.go
- GoogleComputeRegionSecurityPolicyRuleMatchOutputReference__checks.go
- GoogleComputeRegionSecurityPolicyRuleNetworkMatch.go
- GoogleComputeRegionSecurityPolicyRuleNetworkMatchOutputReference.go
- GoogleComputeRegionSecurityPolicyRuleNetworkMatchOutputReference__checks.go
- GoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFields.go
- GoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsList.go
- GoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsList__checks.go
- GoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsOutputReference.go
- GoogleComputeRegionSecurityPolicyRuleNetworkMatchUserDefinedFieldsOutputReference__checks.go
- GoogleComputeRegionSecurityPolicyRuleTimeouts.go
- GoogleComputeRegionSecurityPolicyRuleTimeoutsOutputReference.go
- GoogleComputeRegionSecurityPolicyRuleTimeoutsOutputReference__checks.go
- GoogleComputeRegionSecurityPolicyRule__checks.go
- main.go