magicmodules

package
v0.30.0 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2024 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Deprecated: For backward compatibility ProjectRegex is still working,
	// but all new code should use ProjectRegex in the verify package instead.
	// Copied from the official Google Cloud auto-generated client.
	ProjectRegex = verify.ProjectRegex
	// Deprecated: For backward compatibility ProjectRegexWildCard is still working,
	// but all new code should use ProjectRegexWildCard in the verify package instead.
	ProjectRegexWildCard = verify.ProjectRegexWildCard
	// Deprecated: For backward compatibility RegionRegex is still working,
	// but all new code should use RegionRegex in the verify package instead.
	RegionRegex = verify.RegionRegex
	// Deprecated: For backward compatibility SubnetworkRegex is still working,
	// but all new code should use SubnetworkRegex in the verify package instead.
	SubnetworkRegex = verify.SubnetworkRegex

	// Deprecated: For backward compatibility SubnetworkLinkRegex is still working,
	// but all new code should use SubnetworkLinkRegex in the verify package instead.
	SubnetworkLinkRegex = verify.SubnetworkLinkRegex

	// Deprecated: For backward compatibility RFC1035NameTemplate is still working,
	// but all new code should use RFC1035NameTemplate in the verify package instead.
	RFC1035NameTemplate = verify.RFC1035NameTemplate
	// Deprecated: For backward compatibility CloudIoTIdRegex is still working,
	// but all new code should use CloudIoTIdRegex in the verify package instead.
	CloudIoTIdRegex = verify.CloudIoTIdRegex

	// Deprecated: For backward compatibility ComputeServiceAccountNameRegex is still working,
	// but all new code should use ComputeServiceAccountNameRegex in the verify package instead.
	// Format of default Compute service accounts created by Google
	// ${PROJECT_ID}-compute@developer.gserviceaccount.com where PROJECT_ID is an int64 (max 20 digits)
	ComputeServiceAccountNameRegex = verify.ComputeServiceAccountNameRegex

	// Deprecated: For backward compatibility IAMCustomRoleIDRegex is still working,
	// but all new code should use IAMCustomRoleIDRegex in the verify package instead.
	// https://cloud.google.com/iam/docs/understanding-custom-roles#naming_the_role
	IAMCustomRoleIDRegex = verify.IAMCustomRoleIDRegex

	// Deprecated: For backward compatibility ADDomainNameRegex is still working,
	// but all new code should use ADDomainNameRegex in the verify package instead.
	// https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains/create#query-parameters
	ADDomainNameRegex = verify.ADDomainNameRegex
)

Variables

View Source
var (
	// Deprecated: For backward compatibility ServiceAccountNameRegex is still working,
	// but all new code should use ServiceAccountNameRegex in the verify package instead.
	// Service account name must have a length between 6 and 30.
	// The first and last characters have different restrictions, than
	// the middle characters. The middle characters length must be between
	// 4 and 28 since the first and last character are excluded.
	ServiceAccountNameRegex = verify.ServiceAccountNameRegex

	// Deprecated: For backward compatibility ServiceAccountLinkRegexPrefix is still working,
	// but all new code should use ServiceAccountLinkRegexPrefix in the verify package instead.
	ServiceAccountLinkRegexPrefix = verify.ServiceAccountLinkRegexPrefix
	// Deprecated: For backward compatibility PossibleServiceAccountNames is still working,
	// but all new code should use PossibleServiceAccountNames in the verify package instead.
	PossibleServiceAccountNames = verify.PossibleServiceAccountNames
	// Deprecated: For backward compatibility ServiceAccountLinkRegex is still working,
	// but all new code should use ServiceAccountLinkRegex in the verify package instead.
	ServiceAccountLinkRegex = verify.ServiceAccountLinkRegex

	// Deprecated: For backward compatibility ServiceAccountKeyNameRegex is still working,
	// but all new code should use ServiceAccountKeyNameRegex in the verify package instead.
	ServiceAccountKeyNameRegex = verify.ServiceAccountKeyNameRegex

	// Deprecated: For backward compatibility CreatedServiceAccountNameRegex is still working,
	// but all new code should use CreatedServiceAccountNameRegex in the verify package instead.
	// Format of service accounts created through the API
	CreatedServiceAccountNameRegex = verify.CreatedServiceAccountNameRegex

	// Deprecated: For backward compatibility ServiceDefaultAccountNameRegex is still working,
	// but all new code should use ServiceDefaultAccountNameRegex in the verify package instead.
	// Format of service-created service account
	// examples are:
	// 		$PROJECTID@cloudbuild.gserviceaccount.com
	// 		$PROJECTID@cloudservices.gserviceaccount.com
	// 		$PROJECTID@appspot.gserviceaccount.com
	ServiceDefaultAccountNameRegex = verify.ServiceDefaultAccountNameRegex

	// Deprecated: For backward compatibility ProjectNameInDNSFormRegex is still working,
	// but all new code should use ProjectNameInDNSFormRegex in the verify package instead.
	ProjectNameInDNSFormRegex = verify.ProjectNameInDNSFormRegex
	// Deprecated: For backward compatibility ProjectNameRegex is still working,
	// but all new code should use ProjectNameRegex in the verify package instead.
	ProjectNameRegex = verify.ProjectNameRegex

	// Valid range for Cloud Router ASN values as per RFC6996
	// https://tools.ietf.org/html/rfc6996
	// Must be explicitly int64 to avoid overflow when building Terraform for 32bit architectures
	// Deprecated: For backward compatibility Rfc6996Asn16BitMin is still working,
	// but all new code should use Rfc6996Asn16BitMin in the verify package instead.
	Rfc6996Asn16BitMin = verify.Rfc6996Asn16BitMin
	// Deprecated: For backward compatibility Rfc6996Asn16BitMax is still working,
	// but all new code should use Rfc6996Asn16BitMax in the verify package instead.
	Rfc6996Asn16BitMax = verify.Rfc6996Asn16BitMax
	// Deprecated: For backward compatibility Rfc6996Asn32BitMin is still working,
	// but all new code should use Rfc6996Asn32BitMin in the verify package instead.
	Rfc6996Asn32BitMin = verify.Rfc6996Asn32BitMin
	// Deprecated: For backward compatibility Rfc6996Asn32BitMax is still working,
	// but all new code should use Rfc6996Asn32BitMax in the verify package instead.
	Rfc6996Asn32BitMax = verify.Rfc6996Asn32BitMax
	// Deprecated: For backward compatibility GcpRouterPartnerAsn is still working,
	// but all new code should use Rfc6996Asn16BitMin in the verify package instead.
	GcpRouterPartnerAsn = verify.GcpRouterPartnerAsn
)
View Source
var APIDefinition = map[string]string{}/* 406 elements not displayed */
View Source
var Rules = []tflint.Rule{}/* 230 elements not displayed */

Rules is a list of rules generated from Magic Modules

Functions

func StringNotInSlice deprecated

func StringNotInSlice(invalid []string, ignoreCase bool) schema.SchemaValidateFunc

Deprecated: For backward compatibility StringNotInSlice is still working, but all new code should use StringNotInSlice in the verify package instead. StringNotInSlice returns a SchemaValidateFunc which tests if the provided value is of type string and that it matches none of the element in the invalid slice. if ignorecase is true, case is ignored.

Types

type GoogleAccessContextManagerAuthorizedOrgsDescInvalidAssetTypeRule added in v0.23.0

type GoogleAccessContextManagerAuthorizedOrgsDescInvalidAssetTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleAccessContextManagerAuthorizedOrgsDescInvalidAssetTypeRule checks the pattern is valid

func NewGoogleAccessContextManagerAuthorizedOrgsDescInvalidAssetTypeRule added in v0.23.0

func NewGoogleAccessContextManagerAuthorizedOrgsDescInvalidAssetTypeRule() *GoogleAccessContextManagerAuthorizedOrgsDescInvalidAssetTypeRule

NewGoogleAccessContextManagerAuthorizedOrgsDescInvalidAssetTypeRule returns new rule with default attributes

func (*GoogleAccessContextManagerAuthorizedOrgsDescInvalidAssetTypeRule) Check added in v0.23.0

Check checks the pattern is valid

func (*GoogleAccessContextManagerAuthorizedOrgsDescInvalidAssetTypeRule) Enabled added in v0.23.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleAccessContextManagerAuthorizedOrgsDescInvalidAssetTypeRule) Name added in v0.23.0

Name returns the rule name

func (*GoogleAccessContextManagerAuthorizedOrgsDescInvalidAssetTypeRule) Severity added in v0.23.0

Severity returns the rule severity

type GoogleAccessContextManagerAuthorizedOrgsDescInvalidAuthorizationDirectionRule added in v0.23.0

type GoogleAccessContextManagerAuthorizedOrgsDescInvalidAuthorizationDirectionRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleAccessContextManagerAuthorizedOrgsDescInvalidAuthorizationDirectionRule checks the pattern is valid

func NewGoogleAccessContextManagerAuthorizedOrgsDescInvalidAuthorizationDirectionRule added in v0.23.0

func NewGoogleAccessContextManagerAuthorizedOrgsDescInvalidAuthorizationDirectionRule() *GoogleAccessContextManagerAuthorizedOrgsDescInvalidAuthorizationDirectionRule

NewGoogleAccessContextManagerAuthorizedOrgsDescInvalidAuthorizationDirectionRule returns new rule with default attributes

func (*GoogleAccessContextManagerAuthorizedOrgsDescInvalidAuthorizationDirectionRule) Check added in v0.23.0

Check checks the pattern is valid

func (*GoogleAccessContextManagerAuthorizedOrgsDescInvalidAuthorizationDirectionRule) Enabled added in v0.23.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleAccessContextManagerAuthorizedOrgsDescInvalidAuthorizationDirectionRule) Name added in v0.23.0

Name returns the rule name

func (*GoogleAccessContextManagerAuthorizedOrgsDescInvalidAuthorizationDirectionRule) Severity added in v0.23.0

Severity returns the rule severity

type GoogleAccessContextManagerAuthorizedOrgsDescInvalidAuthorizationTypeRule added in v0.23.0

type GoogleAccessContextManagerAuthorizedOrgsDescInvalidAuthorizationTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleAccessContextManagerAuthorizedOrgsDescInvalidAuthorizationTypeRule checks the pattern is valid

func NewGoogleAccessContextManagerAuthorizedOrgsDescInvalidAuthorizationTypeRule added in v0.23.0

func NewGoogleAccessContextManagerAuthorizedOrgsDescInvalidAuthorizationTypeRule() *GoogleAccessContextManagerAuthorizedOrgsDescInvalidAuthorizationTypeRule

NewGoogleAccessContextManagerAuthorizedOrgsDescInvalidAuthorizationTypeRule returns new rule with default attributes

func (*GoogleAccessContextManagerAuthorizedOrgsDescInvalidAuthorizationTypeRule) Check added in v0.23.0

Check checks the pattern is valid

func (*GoogleAccessContextManagerAuthorizedOrgsDescInvalidAuthorizationTypeRule) Enabled added in v0.23.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleAccessContextManagerAuthorizedOrgsDescInvalidAuthorizationTypeRule) Name added in v0.23.0

Name returns the rule name

func (*GoogleAccessContextManagerAuthorizedOrgsDescInvalidAuthorizationTypeRule) Severity added in v0.23.0

Severity returns the rule severity

type GoogleAccessContextManagerServicePerimeterInvalidPerimeterTypeRule

type GoogleAccessContextManagerServicePerimeterInvalidPerimeterTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleAccessContextManagerServicePerimeterInvalidPerimeterTypeRule checks the pattern is valid

func NewGoogleAccessContextManagerServicePerimeterInvalidPerimeterTypeRule

func NewGoogleAccessContextManagerServicePerimeterInvalidPerimeterTypeRule() *GoogleAccessContextManagerServicePerimeterInvalidPerimeterTypeRule

NewGoogleAccessContextManagerServicePerimeterInvalidPerimeterTypeRule returns new rule with default attributes

func (*GoogleAccessContextManagerServicePerimeterInvalidPerimeterTypeRule) Check

Check checks the pattern is valid

func (*GoogleAccessContextManagerServicePerimeterInvalidPerimeterTypeRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleAccessContextManagerServicePerimeterInvalidPerimeterTypeRule) Name

Name returns the rule name

func (*GoogleAccessContextManagerServicePerimeterInvalidPerimeterTypeRule) Severity

Severity returns the rule severity

type GoogleActiveDirectoryDomainTrustInvalidTrustDirectionRule

type GoogleActiveDirectoryDomainTrustInvalidTrustDirectionRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleActiveDirectoryDomainTrustInvalidTrustDirectionRule checks the pattern is valid

func NewGoogleActiveDirectoryDomainTrustInvalidTrustDirectionRule

func NewGoogleActiveDirectoryDomainTrustInvalidTrustDirectionRule() *GoogleActiveDirectoryDomainTrustInvalidTrustDirectionRule

NewGoogleActiveDirectoryDomainTrustInvalidTrustDirectionRule returns new rule with default attributes

func (*GoogleActiveDirectoryDomainTrustInvalidTrustDirectionRule) Check

Check checks the pattern is valid

func (*GoogleActiveDirectoryDomainTrustInvalidTrustDirectionRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleActiveDirectoryDomainTrustInvalidTrustDirectionRule) Name

Name returns the rule name

func (*GoogleActiveDirectoryDomainTrustInvalidTrustDirectionRule) Severity

Severity returns the rule severity

type GoogleActiveDirectoryDomainTrustInvalidTrustTypeRule

type GoogleActiveDirectoryDomainTrustInvalidTrustTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleActiveDirectoryDomainTrustInvalidTrustTypeRule checks the pattern is valid

func NewGoogleActiveDirectoryDomainTrustInvalidTrustTypeRule

func NewGoogleActiveDirectoryDomainTrustInvalidTrustTypeRule() *GoogleActiveDirectoryDomainTrustInvalidTrustTypeRule

NewGoogleActiveDirectoryDomainTrustInvalidTrustTypeRule returns new rule with default attributes

func (*GoogleActiveDirectoryDomainTrustInvalidTrustTypeRule) Check

Check checks the pattern is valid

func (*GoogleActiveDirectoryDomainTrustInvalidTrustTypeRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleActiveDirectoryDomainTrustInvalidTrustTypeRule) Name

Name returns the rule name

func (*GoogleActiveDirectoryDomainTrustInvalidTrustTypeRule) Severity

Severity returns the rule severity

type GoogleAlloydbBackupInvalidTypeRule added in v0.26.0

type GoogleAlloydbBackupInvalidTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleAlloydbBackupInvalidTypeRule checks the pattern is valid

func NewGoogleAlloydbBackupInvalidTypeRule added in v0.26.0

func NewGoogleAlloydbBackupInvalidTypeRule() *GoogleAlloydbBackupInvalidTypeRule

NewGoogleAlloydbBackupInvalidTypeRule returns new rule with default attributes

func (*GoogleAlloydbBackupInvalidTypeRule) Check added in v0.26.0

Check checks the pattern is valid

func (*GoogleAlloydbBackupInvalidTypeRule) Enabled added in v0.26.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleAlloydbBackupInvalidTypeRule) Name added in v0.26.0

Name returns the rule name

func (*GoogleAlloydbBackupInvalidTypeRule) Severity added in v0.26.0

Severity returns the rule severity

type GoogleAlloydbClusterInvalidClusterTypeRule added in v0.26.0

type GoogleAlloydbClusterInvalidClusterTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleAlloydbClusterInvalidClusterTypeRule checks the pattern is valid

func NewGoogleAlloydbClusterInvalidClusterTypeRule added in v0.26.0

func NewGoogleAlloydbClusterInvalidClusterTypeRule() *GoogleAlloydbClusterInvalidClusterTypeRule

NewGoogleAlloydbClusterInvalidClusterTypeRule returns new rule with default attributes

func (*GoogleAlloydbClusterInvalidClusterTypeRule) Check added in v0.26.0

Check checks the pattern is valid

func (*GoogleAlloydbClusterInvalidClusterTypeRule) Enabled added in v0.26.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleAlloydbClusterInvalidClusterTypeRule) Name added in v0.26.0

Name returns the rule name

func (*GoogleAlloydbClusterInvalidClusterTypeRule) Severity added in v0.26.0

Severity returns the rule severity

type GoogleAlloydbInstanceInvalidAvailabilityTypeRule added in v0.22.2

type GoogleAlloydbInstanceInvalidAvailabilityTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleAlloydbInstanceInvalidAvailabilityTypeRule checks the pattern is valid

func NewGoogleAlloydbInstanceInvalidAvailabilityTypeRule added in v0.22.2

func NewGoogleAlloydbInstanceInvalidAvailabilityTypeRule() *GoogleAlloydbInstanceInvalidAvailabilityTypeRule

NewGoogleAlloydbInstanceInvalidAvailabilityTypeRule returns new rule with default attributes

func (*GoogleAlloydbInstanceInvalidAvailabilityTypeRule) Check added in v0.22.2

Check checks the pattern is valid

func (*GoogleAlloydbInstanceInvalidAvailabilityTypeRule) Enabled added in v0.22.2

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleAlloydbInstanceInvalidAvailabilityTypeRule) Name added in v0.22.2

Name returns the rule name

func (*GoogleAlloydbInstanceInvalidAvailabilityTypeRule) Severity added in v0.22.2

Severity returns the rule severity

type GoogleAlloydbInstanceInvalidInstanceTypeRule added in v0.22.2

type GoogleAlloydbInstanceInvalidInstanceTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleAlloydbInstanceInvalidInstanceTypeRule checks the pattern is valid

func NewGoogleAlloydbInstanceInvalidInstanceTypeRule added in v0.22.2

func NewGoogleAlloydbInstanceInvalidInstanceTypeRule() *GoogleAlloydbInstanceInvalidInstanceTypeRule

NewGoogleAlloydbInstanceInvalidInstanceTypeRule returns new rule with default attributes

func (*GoogleAlloydbInstanceInvalidInstanceTypeRule) Check added in v0.22.2

Check checks the pattern is valid

func (*GoogleAlloydbInstanceInvalidInstanceTypeRule) Enabled added in v0.22.2

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleAlloydbInstanceInvalidInstanceTypeRule) Name added in v0.22.2

Name returns the rule name

func (*GoogleAlloydbInstanceInvalidInstanceTypeRule) Severity added in v0.22.2

Severity returns the rule severity

type GoogleAlloydbUserInvalidUserTypeRule added in v0.26.0

type GoogleAlloydbUserInvalidUserTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleAlloydbUserInvalidUserTypeRule checks the pattern is valid

func NewGoogleAlloydbUserInvalidUserTypeRule added in v0.26.0

func NewGoogleAlloydbUserInvalidUserTypeRule() *GoogleAlloydbUserInvalidUserTypeRule

NewGoogleAlloydbUserInvalidUserTypeRule returns new rule with default attributes

func (*GoogleAlloydbUserInvalidUserTypeRule) Check added in v0.26.0

Check checks the pattern is valid

func (*GoogleAlloydbUserInvalidUserTypeRule) Enabled added in v0.26.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleAlloydbUserInvalidUserTypeRule) Name added in v0.26.0

Name returns the rule name

func (*GoogleAlloydbUserInvalidUserTypeRule) Severity added in v0.26.0

Severity returns the rule severity

type GoogleApigeeEnvironmentInvalidApiProxyTypeRule added in v0.17.0

type GoogleApigeeEnvironmentInvalidApiProxyTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleApigeeEnvironmentInvalidApiProxyTypeRule checks the pattern is valid

func NewGoogleApigeeEnvironmentInvalidApiProxyTypeRule added in v0.17.0

func NewGoogleApigeeEnvironmentInvalidApiProxyTypeRule() *GoogleApigeeEnvironmentInvalidApiProxyTypeRule

NewGoogleApigeeEnvironmentInvalidApiProxyTypeRule returns new rule with default attributes

func (*GoogleApigeeEnvironmentInvalidApiProxyTypeRule) Check added in v0.17.0

Check checks the pattern is valid

func (*GoogleApigeeEnvironmentInvalidApiProxyTypeRule) Enabled added in v0.17.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleApigeeEnvironmentInvalidApiProxyTypeRule) Name added in v0.17.0

Name returns the rule name

func (*GoogleApigeeEnvironmentInvalidApiProxyTypeRule) Severity added in v0.17.0

Severity returns the rule severity

type GoogleApigeeEnvironmentInvalidDeploymentTypeRule added in v0.17.0

type GoogleApigeeEnvironmentInvalidDeploymentTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleApigeeEnvironmentInvalidDeploymentTypeRule checks the pattern is valid

func NewGoogleApigeeEnvironmentInvalidDeploymentTypeRule added in v0.17.0

func NewGoogleApigeeEnvironmentInvalidDeploymentTypeRule() *GoogleApigeeEnvironmentInvalidDeploymentTypeRule

NewGoogleApigeeEnvironmentInvalidDeploymentTypeRule returns new rule with default attributes

func (*GoogleApigeeEnvironmentInvalidDeploymentTypeRule) Check added in v0.17.0

Check checks the pattern is valid

func (*GoogleApigeeEnvironmentInvalidDeploymentTypeRule) Enabled added in v0.17.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleApigeeEnvironmentInvalidDeploymentTypeRule) Name added in v0.17.0

Name returns the rule name

func (*GoogleApigeeEnvironmentInvalidDeploymentTypeRule) Severity added in v0.17.0

Severity returns the rule severity

type GoogleApigeeEnvironmentInvalidTypeRule added in v0.26.0

type GoogleApigeeEnvironmentInvalidTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleApigeeEnvironmentInvalidTypeRule checks the pattern is valid

func NewGoogleApigeeEnvironmentInvalidTypeRule added in v0.26.0

func NewGoogleApigeeEnvironmentInvalidTypeRule() *GoogleApigeeEnvironmentInvalidTypeRule

NewGoogleApigeeEnvironmentInvalidTypeRule returns new rule with default attributes

func (*GoogleApigeeEnvironmentInvalidTypeRule) Check added in v0.26.0

Check checks the pattern is valid

func (*GoogleApigeeEnvironmentInvalidTypeRule) Enabled added in v0.26.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleApigeeEnvironmentInvalidTypeRule) Name added in v0.26.0

Name returns the rule name

func (*GoogleApigeeEnvironmentInvalidTypeRule) Severity added in v0.26.0

Severity returns the rule severity

type GoogleApigeeOrganizationInvalidRetentionRule added in v0.20.0

type GoogleApigeeOrganizationInvalidRetentionRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleApigeeOrganizationInvalidRetentionRule checks the pattern is valid

func NewGoogleApigeeOrganizationInvalidRetentionRule added in v0.20.0

func NewGoogleApigeeOrganizationInvalidRetentionRule() *GoogleApigeeOrganizationInvalidRetentionRule

NewGoogleApigeeOrganizationInvalidRetentionRule returns new rule with default attributes

func (*GoogleApigeeOrganizationInvalidRetentionRule) Check added in v0.20.0

Check checks the pattern is valid

func (*GoogleApigeeOrganizationInvalidRetentionRule) Enabled added in v0.20.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleApigeeOrganizationInvalidRetentionRule) Name added in v0.20.0

Name returns the rule name

func (*GoogleApigeeOrganizationInvalidRetentionRule) Severity added in v0.20.0

Severity returns the rule severity

type GoogleApigeeOrganizationInvalidRuntimeTypeRule added in v0.5.0

type GoogleApigeeOrganizationInvalidRuntimeTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleApigeeOrganizationInvalidRuntimeTypeRule checks the pattern is valid

func NewGoogleApigeeOrganizationInvalidRuntimeTypeRule added in v0.5.0

func NewGoogleApigeeOrganizationInvalidRuntimeTypeRule() *GoogleApigeeOrganizationInvalidRuntimeTypeRule

NewGoogleApigeeOrganizationInvalidRuntimeTypeRule returns new rule with default attributes

func (*GoogleApigeeOrganizationInvalidRuntimeTypeRule) Check added in v0.5.0

Check checks the pattern is valid

func (*GoogleApigeeOrganizationInvalidRuntimeTypeRule) Enabled added in v0.5.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleApigeeOrganizationInvalidRuntimeTypeRule) Name added in v0.5.0

Name returns the rule name

func (*GoogleApigeeOrganizationInvalidRuntimeTypeRule) Severity added in v0.5.0

Severity returns the rule severity

type GoogleApigeeTargetServerInvalidProtocolRule added in v0.25.0

type GoogleApigeeTargetServerInvalidProtocolRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleApigeeTargetServerInvalidProtocolRule checks the pattern is valid

func NewGoogleApigeeTargetServerInvalidProtocolRule added in v0.25.0

func NewGoogleApigeeTargetServerInvalidProtocolRule() *GoogleApigeeTargetServerInvalidProtocolRule

NewGoogleApigeeTargetServerInvalidProtocolRule returns new rule with default attributes

func (*GoogleApigeeTargetServerInvalidProtocolRule) Check added in v0.25.0

Check checks the pattern is valid

func (*GoogleApigeeTargetServerInvalidProtocolRule) Enabled added in v0.25.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleApigeeTargetServerInvalidProtocolRule) Name added in v0.25.0

Name returns the rule name

func (*GoogleApigeeTargetServerInvalidProtocolRule) Severity added in v0.25.0

Severity returns the rule severity

type GoogleAppEngineDomainMappingInvalidOverrideStrategyRule

type GoogleAppEngineDomainMappingInvalidOverrideStrategyRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleAppEngineDomainMappingInvalidOverrideStrategyRule checks the pattern is valid

func NewGoogleAppEngineDomainMappingInvalidOverrideStrategyRule

func NewGoogleAppEngineDomainMappingInvalidOverrideStrategyRule() *GoogleAppEngineDomainMappingInvalidOverrideStrategyRule

NewGoogleAppEngineDomainMappingInvalidOverrideStrategyRule returns new rule with default attributes

func (*GoogleAppEngineDomainMappingInvalidOverrideStrategyRule) Check

Check checks the pattern is valid

func (*GoogleAppEngineDomainMappingInvalidOverrideStrategyRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleAppEngineDomainMappingInvalidOverrideStrategyRule) Name

Name returns the rule name

func (*GoogleAppEngineDomainMappingInvalidOverrideStrategyRule) Severity

Severity returns the rule severity

type GoogleAppEngineFirewallRuleInvalidActionRule

type GoogleAppEngineFirewallRuleInvalidActionRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleAppEngineFirewallRuleInvalidActionRule checks the pattern is valid

func NewGoogleAppEngineFirewallRuleInvalidActionRule

func NewGoogleAppEngineFirewallRuleInvalidActionRule() *GoogleAppEngineFirewallRuleInvalidActionRule

NewGoogleAppEngineFirewallRuleInvalidActionRule returns new rule with default attributes

func (*GoogleAppEngineFirewallRuleInvalidActionRule) Check

Check checks the pattern is valid

func (*GoogleAppEngineFirewallRuleInvalidActionRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleAppEngineFirewallRuleInvalidActionRule) Name

Name returns the rule name

func (*GoogleAppEngineFirewallRuleInvalidActionRule) Severity

Severity returns the rule severity

type GoogleAppEngineFlexibleAppVersionInvalidServingStatusRule

type GoogleAppEngineFlexibleAppVersionInvalidServingStatusRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleAppEngineFlexibleAppVersionInvalidServingStatusRule checks the pattern is valid

func NewGoogleAppEngineFlexibleAppVersionInvalidServingStatusRule

func NewGoogleAppEngineFlexibleAppVersionInvalidServingStatusRule() *GoogleAppEngineFlexibleAppVersionInvalidServingStatusRule

NewGoogleAppEngineFlexibleAppVersionInvalidServingStatusRule returns new rule with default attributes

func (*GoogleAppEngineFlexibleAppVersionInvalidServingStatusRule) Check

Check checks the pattern is valid

func (*GoogleAppEngineFlexibleAppVersionInvalidServingStatusRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleAppEngineFlexibleAppVersionInvalidServingStatusRule) Name

Name returns the rule name

func (*GoogleAppEngineFlexibleAppVersionInvalidServingStatusRule) Severity

Severity returns the rule severity

type GoogleArtifactRegistryRepositoryInvalidModeRule added in v0.23.0

type GoogleArtifactRegistryRepositoryInvalidModeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleArtifactRegistryRepositoryInvalidModeRule checks the pattern is valid

func NewGoogleArtifactRegistryRepositoryInvalidModeRule added in v0.23.0

func NewGoogleArtifactRegistryRepositoryInvalidModeRule() *GoogleArtifactRegistryRepositoryInvalidModeRule

NewGoogleArtifactRegistryRepositoryInvalidModeRule returns new rule with default attributes

func (*GoogleArtifactRegistryRepositoryInvalidModeRule) Check added in v0.23.0

Check checks the pattern is valid

func (*GoogleArtifactRegistryRepositoryInvalidModeRule) Enabled added in v0.23.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleArtifactRegistryRepositoryInvalidModeRule) Name added in v0.23.0

Name returns the rule name

func (*GoogleArtifactRegistryRepositoryInvalidModeRule) Severity added in v0.23.0

Severity returns the rule severity

type GoogleBeyondcorpAppGatewayInvalidHostTypeRule added in v0.22.0

type GoogleBeyondcorpAppGatewayInvalidHostTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleBeyondcorpAppGatewayInvalidHostTypeRule checks the pattern is valid

func NewGoogleBeyondcorpAppGatewayInvalidHostTypeRule added in v0.22.0

func NewGoogleBeyondcorpAppGatewayInvalidHostTypeRule() *GoogleBeyondcorpAppGatewayInvalidHostTypeRule

NewGoogleBeyondcorpAppGatewayInvalidHostTypeRule returns new rule with default attributes

func (*GoogleBeyondcorpAppGatewayInvalidHostTypeRule) Check added in v0.22.0

Check checks the pattern is valid

func (*GoogleBeyondcorpAppGatewayInvalidHostTypeRule) Enabled added in v0.22.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleBeyondcorpAppGatewayInvalidHostTypeRule) Name added in v0.22.0

Name returns the rule name

func (*GoogleBeyondcorpAppGatewayInvalidHostTypeRule) Severity added in v0.22.0

Severity returns the rule severity

type GoogleBeyondcorpAppGatewayInvalidTypeRule added in v0.22.0

type GoogleBeyondcorpAppGatewayInvalidTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleBeyondcorpAppGatewayInvalidTypeRule checks the pattern is valid

func NewGoogleBeyondcorpAppGatewayInvalidTypeRule added in v0.22.0

func NewGoogleBeyondcorpAppGatewayInvalidTypeRule() *GoogleBeyondcorpAppGatewayInvalidTypeRule

NewGoogleBeyondcorpAppGatewayInvalidTypeRule returns new rule with default attributes

func (*GoogleBeyondcorpAppGatewayInvalidTypeRule) Check added in v0.22.0

Check checks the pattern is valid

func (*GoogleBeyondcorpAppGatewayInvalidTypeRule) Enabled added in v0.22.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleBeyondcorpAppGatewayInvalidTypeRule) Name added in v0.22.0

Name returns the rule name

func (*GoogleBeyondcorpAppGatewayInvalidTypeRule) Severity added in v0.22.0

Severity returns the rule severity

type GoogleBiglakeTableInvalidTypeRule added in v0.25.0

type GoogleBiglakeTableInvalidTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleBiglakeTableInvalidTypeRule checks the pattern is valid

func NewGoogleBiglakeTableInvalidTypeRule added in v0.25.0

func NewGoogleBiglakeTableInvalidTypeRule() *GoogleBiglakeTableInvalidTypeRule

NewGoogleBiglakeTableInvalidTypeRule returns new rule with default attributes

func (*GoogleBiglakeTableInvalidTypeRule) Check added in v0.25.0

Check checks the pattern is valid

func (*GoogleBiglakeTableInvalidTypeRule) Enabled added in v0.25.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleBiglakeTableInvalidTypeRule) Name added in v0.25.0

Name returns the rule name

func (*GoogleBiglakeTableInvalidTypeRule) Severity added in v0.25.0

Severity returns the rule severity

type GoogleBigqueryDatapolicyDataPolicyInvalidDataPolicyTypeRule added in v0.23.0

type GoogleBigqueryDatapolicyDataPolicyInvalidDataPolicyTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleBigqueryDatapolicyDataPolicyInvalidDataPolicyTypeRule checks the pattern is valid

func NewGoogleBigqueryDatapolicyDataPolicyInvalidDataPolicyTypeRule added in v0.23.0

func NewGoogleBigqueryDatapolicyDataPolicyInvalidDataPolicyTypeRule() *GoogleBigqueryDatapolicyDataPolicyInvalidDataPolicyTypeRule

NewGoogleBigqueryDatapolicyDataPolicyInvalidDataPolicyTypeRule returns new rule with default attributes

func (*GoogleBigqueryDatapolicyDataPolicyInvalidDataPolicyTypeRule) Check added in v0.23.0

Check checks the pattern is valid

func (*GoogleBigqueryDatapolicyDataPolicyInvalidDataPolicyTypeRule) Enabled added in v0.23.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleBigqueryDatapolicyDataPolicyInvalidDataPolicyTypeRule) Name added in v0.23.0

Name returns the rule name

func (*GoogleBigqueryDatapolicyDataPolicyInvalidDataPolicyTypeRule) Severity added in v0.23.0

Severity returns the rule severity

type GoogleBigqueryRoutineInvalidDataGovernanceTypeRule added in v0.28.0

type GoogleBigqueryRoutineInvalidDataGovernanceTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleBigqueryRoutineInvalidDataGovernanceTypeRule checks the pattern is valid

func NewGoogleBigqueryRoutineInvalidDataGovernanceTypeRule added in v0.28.0

func NewGoogleBigqueryRoutineInvalidDataGovernanceTypeRule() *GoogleBigqueryRoutineInvalidDataGovernanceTypeRule

NewGoogleBigqueryRoutineInvalidDataGovernanceTypeRule returns new rule with default attributes

func (*GoogleBigqueryRoutineInvalidDataGovernanceTypeRule) Check added in v0.28.0

Check checks the pattern is valid

func (*GoogleBigqueryRoutineInvalidDataGovernanceTypeRule) Enabled added in v0.28.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleBigqueryRoutineInvalidDataGovernanceTypeRule) Name added in v0.28.0

Name returns the rule name

func (*GoogleBigqueryRoutineInvalidDataGovernanceTypeRule) Severity added in v0.28.0

Severity returns the rule severity

type GoogleBigqueryRoutineInvalidDeterminismLevelRule added in v0.3.0

type GoogleBigqueryRoutineInvalidDeterminismLevelRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleBigqueryRoutineInvalidDeterminismLevelRule checks the pattern is valid

func NewGoogleBigqueryRoutineInvalidDeterminismLevelRule added in v0.3.0

func NewGoogleBigqueryRoutineInvalidDeterminismLevelRule() *GoogleBigqueryRoutineInvalidDeterminismLevelRule

NewGoogleBigqueryRoutineInvalidDeterminismLevelRule returns new rule with default attributes

func (*GoogleBigqueryRoutineInvalidDeterminismLevelRule) Check added in v0.3.0

Check checks the pattern is valid

func (*GoogleBigqueryRoutineInvalidDeterminismLevelRule) Enabled added in v0.3.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleBigqueryRoutineInvalidDeterminismLevelRule) Name added in v0.3.0

Name returns the rule name

func (*GoogleBigqueryRoutineInvalidDeterminismLevelRule) Severity added in v0.3.0

Severity returns the rule severity

type GoogleBigqueryRoutineInvalidLanguageRule added in v0.3.0

type GoogleBigqueryRoutineInvalidLanguageRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleBigqueryRoutineInvalidLanguageRule checks the pattern is valid

func NewGoogleBigqueryRoutineInvalidLanguageRule added in v0.3.0

func NewGoogleBigqueryRoutineInvalidLanguageRule() *GoogleBigqueryRoutineInvalidLanguageRule

NewGoogleBigqueryRoutineInvalidLanguageRule returns new rule with default attributes

func (*GoogleBigqueryRoutineInvalidLanguageRule) Check added in v0.3.0

Check checks the pattern is valid

func (*GoogleBigqueryRoutineInvalidLanguageRule) Enabled added in v0.3.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleBigqueryRoutineInvalidLanguageRule) Name added in v0.3.0

Name returns the rule name

func (*GoogleBigqueryRoutineInvalidLanguageRule) Severity added in v0.3.0

Severity returns the rule severity

type GoogleBigqueryRoutineInvalidRoutineTypeRule added in v0.3.0

type GoogleBigqueryRoutineInvalidRoutineTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleBigqueryRoutineInvalidRoutineTypeRule checks the pattern is valid

func NewGoogleBigqueryRoutineInvalidRoutineTypeRule added in v0.3.0

func NewGoogleBigqueryRoutineInvalidRoutineTypeRule() *GoogleBigqueryRoutineInvalidRoutineTypeRule

NewGoogleBigqueryRoutineInvalidRoutineTypeRule returns new rule with default attributes

func (*GoogleBigqueryRoutineInvalidRoutineTypeRule) Check added in v0.3.0

Check checks the pattern is valid

func (*GoogleBigqueryRoutineInvalidRoutineTypeRule) Enabled added in v0.3.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleBigqueryRoutineInvalidRoutineTypeRule) Name added in v0.3.0

Name returns the rule name

func (*GoogleBigqueryRoutineInvalidRoutineTypeRule) Severity added in v0.3.0

Severity returns the rule severity

type GoogleBillingBudgetInvalidOwnershipScopeRule added in v0.28.0

type GoogleBillingBudgetInvalidOwnershipScopeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleBillingBudgetInvalidOwnershipScopeRule checks the pattern is valid

func NewGoogleBillingBudgetInvalidOwnershipScopeRule added in v0.28.0

func NewGoogleBillingBudgetInvalidOwnershipScopeRule() *GoogleBillingBudgetInvalidOwnershipScopeRule

NewGoogleBillingBudgetInvalidOwnershipScopeRule returns new rule with default attributes

func (*GoogleBillingBudgetInvalidOwnershipScopeRule) Check added in v0.28.0

Check checks the pattern is valid

func (*GoogleBillingBudgetInvalidOwnershipScopeRule) Enabled added in v0.28.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleBillingBudgetInvalidOwnershipScopeRule) Name added in v0.28.0

Name returns the rule name

func (*GoogleBillingBudgetInvalidOwnershipScopeRule) Severity added in v0.28.0

Severity returns the rule severity

type GoogleBinaryAuthorizationPolicyInvalidGlobalPolicyEvaluationModeRule

type GoogleBinaryAuthorizationPolicyInvalidGlobalPolicyEvaluationModeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleBinaryAuthorizationPolicyInvalidGlobalPolicyEvaluationModeRule checks the pattern is valid

func NewGoogleBinaryAuthorizationPolicyInvalidGlobalPolicyEvaluationModeRule

func NewGoogleBinaryAuthorizationPolicyInvalidGlobalPolicyEvaluationModeRule() *GoogleBinaryAuthorizationPolicyInvalidGlobalPolicyEvaluationModeRule

NewGoogleBinaryAuthorizationPolicyInvalidGlobalPolicyEvaluationModeRule returns new rule with default attributes

func (*GoogleBinaryAuthorizationPolicyInvalidGlobalPolicyEvaluationModeRule) Check

Check checks the pattern is valid

func (*GoogleBinaryAuthorizationPolicyInvalidGlobalPolicyEvaluationModeRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleBinaryAuthorizationPolicyInvalidGlobalPolicyEvaluationModeRule) Name

Name returns the rule name

func (*GoogleBinaryAuthorizationPolicyInvalidGlobalPolicyEvaluationModeRule) Severity

Severity returns the rule severity

type GoogleBlockchainNodeEngineBlockchainNodesInvalidBlockchainTypeRule added in v0.27.0

type GoogleBlockchainNodeEngineBlockchainNodesInvalidBlockchainTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleBlockchainNodeEngineBlockchainNodesInvalidBlockchainTypeRule checks the pattern is valid

func NewGoogleBlockchainNodeEngineBlockchainNodesInvalidBlockchainTypeRule added in v0.27.0

func NewGoogleBlockchainNodeEngineBlockchainNodesInvalidBlockchainTypeRule() *GoogleBlockchainNodeEngineBlockchainNodesInvalidBlockchainTypeRule

NewGoogleBlockchainNodeEngineBlockchainNodesInvalidBlockchainTypeRule returns new rule with default attributes

func (*GoogleBlockchainNodeEngineBlockchainNodesInvalidBlockchainTypeRule) Check added in v0.27.0

Check checks the pattern is valid

func (*GoogleBlockchainNodeEngineBlockchainNodesInvalidBlockchainTypeRule) Enabled added in v0.27.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleBlockchainNodeEngineBlockchainNodesInvalidBlockchainTypeRule) Name added in v0.27.0

Name returns the rule name

func (*GoogleBlockchainNodeEngineBlockchainNodesInvalidBlockchainTypeRule) Severity added in v0.27.0

Severity returns the rule severity

type GoogleCertificateManagerCertificateIssuanceConfigInvalidKeyAlgorithmRule added in v0.24.0

type GoogleCertificateManagerCertificateIssuanceConfigInvalidKeyAlgorithmRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleCertificateManagerCertificateIssuanceConfigInvalidKeyAlgorithmRule checks the pattern is valid

func NewGoogleCertificateManagerCertificateIssuanceConfigInvalidKeyAlgorithmRule added in v0.24.0

func NewGoogleCertificateManagerCertificateIssuanceConfigInvalidKeyAlgorithmRule() *GoogleCertificateManagerCertificateIssuanceConfigInvalidKeyAlgorithmRule

NewGoogleCertificateManagerCertificateIssuanceConfigInvalidKeyAlgorithmRule returns new rule with default attributes

func (*GoogleCertificateManagerCertificateIssuanceConfigInvalidKeyAlgorithmRule) Check added in v0.24.0

Check checks the pattern is valid

func (*GoogleCertificateManagerCertificateIssuanceConfigInvalidKeyAlgorithmRule) Enabled added in v0.24.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleCertificateManagerCertificateIssuanceConfigInvalidKeyAlgorithmRule) Name added in v0.24.0

Name returns the rule name

func (*GoogleCertificateManagerCertificateIssuanceConfigInvalidKeyAlgorithmRule) Severity added in v0.24.0

Severity returns the rule severity

type GoogleCertificateManagerDnsAuthorizationInvalidTypeRule added in v0.28.0

type GoogleCertificateManagerDnsAuthorizationInvalidTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleCertificateManagerDnsAuthorizationInvalidTypeRule checks the pattern is valid

func NewGoogleCertificateManagerDnsAuthorizationInvalidTypeRule added in v0.28.0

func NewGoogleCertificateManagerDnsAuthorizationInvalidTypeRule() *GoogleCertificateManagerDnsAuthorizationInvalidTypeRule

NewGoogleCertificateManagerDnsAuthorizationInvalidTypeRule returns new rule with default attributes

func (*GoogleCertificateManagerDnsAuthorizationInvalidTypeRule) Check added in v0.28.0

Check checks the pattern is valid

func (*GoogleCertificateManagerDnsAuthorizationInvalidTypeRule) Enabled added in v0.28.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleCertificateManagerDnsAuthorizationInvalidTypeRule) Name added in v0.28.0

Name returns the rule name

func (*GoogleCertificateManagerDnsAuthorizationInvalidTypeRule) Severity added in v0.28.0

Severity returns the rule severity

type GoogleCloudAssetFolderFeedInvalidContentTypeRule

type GoogleCloudAssetFolderFeedInvalidContentTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleCloudAssetFolderFeedInvalidContentTypeRule checks the pattern is valid

func NewGoogleCloudAssetFolderFeedInvalidContentTypeRule

func NewGoogleCloudAssetFolderFeedInvalidContentTypeRule() *GoogleCloudAssetFolderFeedInvalidContentTypeRule

NewGoogleCloudAssetFolderFeedInvalidContentTypeRule returns new rule with default attributes

func (*GoogleCloudAssetFolderFeedInvalidContentTypeRule) Check

Check checks the pattern is valid

func (*GoogleCloudAssetFolderFeedInvalidContentTypeRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleCloudAssetFolderFeedInvalidContentTypeRule) Name

Name returns the rule name

func (*GoogleCloudAssetFolderFeedInvalidContentTypeRule) Severity

Severity returns the rule severity

type GoogleCloudAssetOrganizationFeedInvalidContentTypeRule

type GoogleCloudAssetOrganizationFeedInvalidContentTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleCloudAssetOrganizationFeedInvalidContentTypeRule checks the pattern is valid

func NewGoogleCloudAssetOrganizationFeedInvalidContentTypeRule

func NewGoogleCloudAssetOrganizationFeedInvalidContentTypeRule() *GoogleCloudAssetOrganizationFeedInvalidContentTypeRule

NewGoogleCloudAssetOrganizationFeedInvalidContentTypeRule returns new rule with default attributes

func (*GoogleCloudAssetOrganizationFeedInvalidContentTypeRule) Check

Check checks the pattern is valid

func (*GoogleCloudAssetOrganizationFeedInvalidContentTypeRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleCloudAssetOrganizationFeedInvalidContentTypeRule) Name

Name returns the rule name

func (*GoogleCloudAssetOrganizationFeedInvalidContentTypeRule) Severity

Severity returns the rule severity

type GoogleCloudAssetProjectFeedInvalidContentTypeRule

type GoogleCloudAssetProjectFeedInvalidContentTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleCloudAssetProjectFeedInvalidContentTypeRule checks the pattern is valid

func NewGoogleCloudAssetProjectFeedInvalidContentTypeRule

func NewGoogleCloudAssetProjectFeedInvalidContentTypeRule() *GoogleCloudAssetProjectFeedInvalidContentTypeRule

NewGoogleCloudAssetProjectFeedInvalidContentTypeRule returns new rule with default attributes

func (*GoogleCloudAssetProjectFeedInvalidContentTypeRule) Check

Check checks the pattern is valid

func (*GoogleCloudAssetProjectFeedInvalidContentTypeRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleCloudAssetProjectFeedInvalidContentTypeRule) Name

Name returns the rule name

func (*GoogleCloudAssetProjectFeedInvalidContentTypeRule) Severity

Severity returns the rule severity

type GoogleCloudIdentityGroupInvalidInitialGroupConfigRule added in v0.8.0

type GoogleCloudIdentityGroupInvalidInitialGroupConfigRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleCloudIdentityGroupInvalidInitialGroupConfigRule checks the pattern is valid

func NewGoogleCloudIdentityGroupInvalidInitialGroupConfigRule added in v0.8.0

func NewGoogleCloudIdentityGroupInvalidInitialGroupConfigRule() *GoogleCloudIdentityGroupInvalidInitialGroupConfigRule

NewGoogleCloudIdentityGroupInvalidInitialGroupConfigRule returns new rule with default attributes

func (*GoogleCloudIdentityGroupInvalidInitialGroupConfigRule) Check added in v0.8.0

Check checks the pattern is valid

func (*GoogleCloudIdentityGroupInvalidInitialGroupConfigRule) Enabled added in v0.8.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleCloudIdentityGroupInvalidInitialGroupConfigRule) Name added in v0.8.0

Name returns the rule name

func (*GoogleCloudIdentityGroupInvalidInitialGroupConfigRule) Severity added in v0.8.0

Severity returns the rule severity

type GoogleCloudIdsEndpointInvalidSeverityRule added in v0.21.0

type GoogleCloudIdsEndpointInvalidSeverityRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleCloudIdsEndpointInvalidSeverityRule checks the pattern is valid

func NewGoogleCloudIdsEndpointInvalidSeverityRule added in v0.21.0

func NewGoogleCloudIdsEndpointInvalidSeverityRule() *GoogleCloudIdsEndpointInvalidSeverityRule

NewGoogleCloudIdsEndpointInvalidSeverityRule returns new rule with default attributes

func (*GoogleCloudIdsEndpointInvalidSeverityRule) Check added in v0.21.0

Check checks the pattern is valid

func (*GoogleCloudIdsEndpointInvalidSeverityRule) Enabled added in v0.21.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleCloudIdsEndpointInvalidSeverityRule) Name added in v0.21.0

Name returns the rule name

func (*GoogleCloudIdsEndpointInvalidSeverityRule) Severity added in v0.21.0

Severity returns the rule severity

type GoogleCloudQuotasQuotaPreferenceInvalidIgnoreSafetyChecksRule added in v0.28.0

type GoogleCloudQuotasQuotaPreferenceInvalidIgnoreSafetyChecksRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleCloudQuotasQuotaPreferenceInvalidIgnoreSafetyChecksRule checks the pattern is valid

func NewGoogleCloudQuotasQuotaPreferenceInvalidIgnoreSafetyChecksRule added in v0.28.0

func NewGoogleCloudQuotasQuotaPreferenceInvalidIgnoreSafetyChecksRule() *GoogleCloudQuotasQuotaPreferenceInvalidIgnoreSafetyChecksRule

NewGoogleCloudQuotasQuotaPreferenceInvalidIgnoreSafetyChecksRule returns new rule with default attributes

func (*GoogleCloudQuotasQuotaPreferenceInvalidIgnoreSafetyChecksRule) Check added in v0.28.0

Check checks the pattern is valid

func (*GoogleCloudQuotasQuotaPreferenceInvalidIgnoreSafetyChecksRule) Enabled added in v0.28.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleCloudQuotasQuotaPreferenceInvalidIgnoreSafetyChecksRule) Name added in v0.28.0

Name returns the rule name

func (*GoogleCloudQuotasQuotaPreferenceInvalidIgnoreSafetyChecksRule) Severity added in v0.28.0

Severity returns the rule severity

type GoogleCloudRunV2JobInvalidLaunchStageRule added in v0.22.0

type GoogleCloudRunV2JobInvalidLaunchStageRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleCloudRunV2JobInvalidLaunchStageRule checks the pattern is valid

func NewGoogleCloudRunV2JobInvalidLaunchStageRule added in v0.22.0

func NewGoogleCloudRunV2JobInvalidLaunchStageRule() *GoogleCloudRunV2JobInvalidLaunchStageRule

NewGoogleCloudRunV2JobInvalidLaunchStageRule returns new rule with default attributes

func (*GoogleCloudRunV2JobInvalidLaunchStageRule) Check added in v0.22.0

Check checks the pattern is valid

func (*GoogleCloudRunV2JobInvalidLaunchStageRule) Enabled added in v0.22.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleCloudRunV2JobInvalidLaunchStageRule) Name added in v0.22.0

Name returns the rule name

func (*GoogleCloudRunV2JobInvalidLaunchStageRule) Severity added in v0.22.0

Severity returns the rule severity

type GoogleCloudRunV2ServiceInvalidIngressRule added in v0.22.0

type GoogleCloudRunV2ServiceInvalidIngressRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleCloudRunV2ServiceInvalidIngressRule checks the pattern is valid

func NewGoogleCloudRunV2ServiceInvalidIngressRule added in v0.22.0

func NewGoogleCloudRunV2ServiceInvalidIngressRule() *GoogleCloudRunV2ServiceInvalidIngressRule

NewGoogleCloudRunV2ServiceInvalidIngressRule returns new rule with default attributes

func (*GoogleCloudRunV2ServiceInvalidIngressRule) Check added in v0.22.0

Check checks the pattern is valid

func (*GoogleCloudRunV2ServiceInvalidIngressRule) Enabled added in v0.22.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleCloudRunV2ServiceInvalidIngressRule) Name added in v0.22.0

Name returns the rule name

func (*GoogleCloudRunV2ServiceInvalidIngressRule) Severity added in v0.22.0

Severity returns the rule severity

type GoogleCloudRunV2ServiceInvalidLaunchStageRule added in v0.22.0

type GoogleCloudRunV2ServiceInvalidLaunchStageRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleCloudRunV2ServiceInvalidLaunchStageRule checks the pattern is valid

func NewGoogleCloudRunV2ServiceInvalidLaunchStageRule added in v0.22.0

func NewGoogleCloudRunV2ServiceInvalidLaunchStageRule() *GoogleCloudRunV2ServiceInvalidLaunchStageRule

NewGoogleCloudRunV2ServiceInvalidLaunchStageRule returns new rule with default attributes

func (*GoogleCloudRunV2ServiceInvalidLaunchStageRule) Check added in v0.22.0

Check checks the pattern is valid

func (*GoogleCloudRunV2ServiceInvalidLaunchStageRule) Enabled added in v0.22.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleCloudRunV2ServiceInvalidLaunchStageRule) Name added in v0.22.0

Name returns the rule name

func (*GoogleCloudRunV2ServiceInvalidLaunchStageRule) Severity added in v0.22.0

Severity returns the rule severity

type GoogleCloudbuildTriggerInvalidIncludeBuildLogsRule added in v0.18.0

type GoogleCloudbuildTriggerInvalidIncludeBuildLogsRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleCloudbuildTriggerInvalidIncludeBuildLogsRule checks the pattern is valid

func NewGoogleCloudbuildTriggerInvalidIncludeBuildLogsRule added in v0.18.0

func NewGoogleCloudbuildTriggerInvalidIncludeBuildLogsRule() *GoogleCloudbuildTriggerInvalidIncludeBuildLogsRule

NewGoogleCloudbuildTriggerInvalidIncludeBuildLogsRule returns new rule with default attributes

func (*GoogleCloudbuildTriggerInvalidIncludeBuildLogsRule) Check added in v0.18.0

Check checks the pattern is valid

func (*GoogleCloudbuildTriggerInvalidIncludeBuildLogsRule) Enabled added in v0.18.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleCloudbuildTriggerInvalidIncludeBuildLogsRule) Name added in v0.18.0

Name returns the rule name

func (*GoogleCloudbuildTriggerInvalidIncludeBuildLogsRule) Severity added in v0.18.0

Severity returns the rule severity

type GoogleComputeAddressInvalidAddressTypeRule

type GoogleComputeAddressInvalidAddressTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeAddressInvalidAddressTypeRule checks the pattern is valid

func NewGoogleComputeAddressInvalidAddressTypeRule

func NewGoogleComputeAddressInvalidAddressTypeRule() *GoogleComputeAddressInvalidAddressTypeRule

NewGoogleComputeAddressInvalidAddressTypeRule returns new rule with default attributes

func (*GoogleComputeAddressInvalidAddressTypeRule) Check

Check checks the pattern is valid

func (*GoogleComputeAddressInvalidAddressTypeRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeAddressInvalidAddressTypeRule) Name

Name returns the rule name

func (*GoogleComputeAddressInvalidAddressTypeRule) Severity

Severity returns the rule severity

type GoogleComputeAddressInvalidIpVersionRule added in v0.25.0

type GoogleComputeAddressInvalidIpVersionRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeAddressInvalidIpVersionRule checks the pattern is valid

func NewGoogleComputeAddressInvalidIpVersionRule added in v0.25.0

func NewGoogleComputeAddressInvalidIpVersionRule() *GoogleComputeAddressInvalidIpVersionRule

NewGoogleComputeAddressInvalidIpVersionRule returns new rule with default attributes

func (*GoogleComputeAddressInvalidIpVersionRule) Check added in v0.25.0

Check checks the pattern is valid

func (*GoogleComputeAddressInvalidIpVersionRule) Enabled added in v0.25.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeAddressInvalidIpVersionRule) Name added in v0.25.0

Name returns the rule name

func (*GoogleComputeAddressInvalidIpVersionRule) Severity added in v0.25.0

Severity returns the rule severity

type GoogleComputeAddressInvalidIpv6EndpointTypeRule added in v0.25.0

type GoogleComputeAddressInvalidIpv6EndpointTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeAddressInvalidIpv6EndpointTypeRule checks the pattern is valid

func NewGoogleComputeAddressInvalidIpv6EndpointTypeRule added in v0.25.0

func NewGoogleComputeAddressInvalidIpv6EndpointTypeRule() *GoogleComputeAddressInvalidIpv6EndpointTypeRule

NewGoogleComputeAddressInvalidIpv6EndpointTypeRule returns new rule with default attributes

func (*GoogleComputeAddressInvalidIpv6EndpointTypeRule) Check added in v0.25.0

Check checks the pattern is valid

func (*GoogleComputeAddressInvalidIpv6EndpointTypeRule) Enabled added in v0.25.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeAddressInvalidIpv6EndpointTypeRule) Name added in v0.25.0

Name returns the rule name

func (*GoogleComputeAddressInvalidIpv6EndpointTypeRule) Severity added in v0.25.0

Severity returns the rule severity

type GoogleComputeAddressInvalidNameRule

type GoogleComputeAddressInvalidNameRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeAddressInvalidNameRule checks the pattern is valid

func NewGoogleComputeAddressInvalidNameRule

func NewGoogleComputeAddressInvalidNameRule() *GoogleComputeAddressInvalidNameRule

NewGoogleComputeAddressInvalidNameRule returns new rule with default attributes

func (*GoogleComputeAddressInvalidNameRule) Check

Check checks the pattern is valid

func (*GoogleComputeAddressInvalidNameRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeAddressInvalidNameRule) Name

Name returns the rule name

func (*GoogleComputeAddressInvalidNameRule) Severity

Severity returns the rule severity

type GoogleComputeAddressInvalidNetworkTierRule

type GoogleComputeAddressInvalidNetworkTierRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeAddressInvalidNetworkTierRule checks the pattern is valid

func NewGoogleComputeAddressInvalidNetworkTierRule

func NewGoogleComputeAddressInvalidNetworkTierRule() *GoogleComputeAddressInvalidNetworkTierRule

NewGoogleComputeAddressInvalidNetworkTierRule returns new rule with default attributes

func (*GoogleComputeAddressInvalidNetworkTierRule) Check

Check checks the pattern is valid

func (*GoogleComputeAddressInvalidNetworkTierRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeAddressInvalidNetworkTierRule) Name

Name returns the rule name

func (*GoogleComputeAddressInvalidNetworkTierRule) Severity

Severity returns the rule severity

type GoogleComputeBackendBucketInvalidCompressionModeRule added in v0.21.0

type GoogleComputeBackendBucketInvalidCompressionModeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeBackendBucketInvalidCompressionModeRule checks the pattern is valid

func NewGoogleComputeBackendBucketInvalidCompressionModeRule added in v0.21.0

func NewGoogleComputeBackendBucketInvalidCompressionModeRule() *GoogleComputeBackendBucketInvalidCompressionModeRule

NewGoogleComputeBackendBucketInvalidCompressionModeRule returns new rule with default attributes

func (*GoogleComputeBackendBucketInvalidCompressionModeRule) Check added in v0.21.0

Check checks the pattern is valid

func (*GoogleComputeBackendBucketInvalidCompressionModeRule) Enabled added in v0.21.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeBackendBucketInvalidCompressionModeRule) Name added in v0.21.0

Name returns the rule name

func (*GoogleComputeBackendBucketInvalidCompressionModeRule) Severity added in v0.21.0

Severity returns the rule severity

type GoogleComputeBackendBucketInvalidNameRule

type GoogleComputeBackendBucketInvalidNameRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeBackendBucketInvalidNameRule checks the pattern is valid

func NewGoogleComputeBackendBucketInvalidNameRule

func NewGoogleComputeBackendBucketInvalidNameRule() *GoogleComputeBackendBucketInvalidNameRule

NewGoogleComputeBackendBucketInvalidNameRule returns new rule with default attributes

func (*GoogleComputeBackendBucketInvalidNameRule) Check

Check checks the pattern is valid

func (*GoogleComputeBackendBucketInvalidNameRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeBackendBucketInvalidNameRule) Name

Name returns the rule name

func (*GoogleComputeBackendBucketInvalidNameRule) Severity

Severity returns the rule severity

type GoogleComputeBackendBucketSignedUrlKeyInvalidNameRule

type GoogleComputeBackendBucketSignedUrlKeyInvalidNameRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeBackendBucketSignedUrlKeyInvalidNameRule checks the pattern is valid

func NewGoogleComputeBackendBucketSignedUrlKeyInvalidNameRule

func NewGoogleComputeBackendBucketSignedUrlKeyInvalidNameRule() *GoogleComputeBackendBucketSignedUrlKeyInvalidNameRule

NewGoogleComputeBackendBucketSignedUrlKeyInvalidNameRule returns new rule with default attributes

func (*GoogleComputeBackendBucketSignedUrlKeyInvalidNameRule) Check

Check checks the pattern is valid

func (*GoogleComputeBackendBucketSignedUrlKeyInvalidNameRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeBackendBucketSignedUrlKeyInvalidNameRule) Name

Name returns the rule name

func (*GoogleComputeBackendBucketSignedUrlKeyInvalidNameRule) Severity

Severity returns the rule severity

type GoogleComputeBackendServiceInvalidCompressionModeRule added in v0.21.0

type GoogleComputeBackendServiceInvalidCompressionModeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeBackendServiceInvalidCompressionModeRule checks the pattern is valid

func NewGoogleComputeBackendServiceInvalidCompressionModeRule added in v0.21.0

func NewGoogleComputeBackendServiceInvalidCompressionModeRule() *GoogleComputeBackendServiceInvalidCompressionModeRule

NewGoogleComputeBackendServiceInvalidCompressionModeRule returns new rule with default attributes

func (*GoogleComputeBackendServiceInvalidCompressionModeRule) Check added in v0.21.0

Check checks the pattern is valid

func (*GoogleComputeBackendServiceInvalidCompressionModeRule) Enabled added in v0.21.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeBackendServiceInvalidCompressionModeRule) Name added in v0.21.0

Name returns the rule name

func (*GoogleComputeBackendServiceInvalidCompressionModeRule) Severity added in v0.21.0

Severity returns the rule severity

type GoogleComputeBackendServiceInvalidLoadBalancingSchemeRule

type GoogleComputeBackendServiceInvalidLoadBalancingSchemeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeBackendServiceInvalidLoadBalancingSchemeRule checks the pattern is valid

func NewGoogleComputeBackendServiceInvalidLoadBalancingSchemeRule

func NewGoogleComputeBackendServiceInvalidLoadBalancingSchemeRule() *GoogleComputeBackendServiceInvalidLoadBalancingSchemeRule

NewGoogleComputeBackendServiceInvalidLoadBalancingSchemeRule returns new rule with default attributes

func (*GoogleComputeBackendServiceInvalidLoadBalancingSchemeRule) Check

Check checks the pattern is valid

func (*GoogleComputeBackendServiceInvalidLoadBalancingSchemeRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeBackendServiceInvalidLoadBalancingSchemeRule) Name

Name returns the rule name

func (*GoogleComputeBackendServiceInvalidLoadBalancingSchemeRule) Severity

Severity returns the rule severity

type GoogleComputeBackendServiceInvalidLocalityLbPolicyRule

type GoogleComputeBackendServiceInvalidLocalityLbPolicyRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeBackendServiceInvalidLocalityLbPolicyRule checks the pattern is valid

func NewGoogleComputeBackendServiceInvalidLocalityLbPolicyRule

func NewGoogleComputeBackendServiceInvalidLocalityLbPolicyRule() *GoogleComputeBackendServiceInvalidLocalityLbPolicyRule

NewGoogleComputeBackendServiceInvalidLocalityLbPolicyRule returns new rule with default attributes

func (*GoogleComputeBackendServiceInvalidLocalityLbPolicyRule) Check

Check checks the pattern is valid

func (*GoogleComputeBackendServiceInvalidLocalityLbPolicyRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeBackendServiceInvalidLocalityLbPolicyRule) Name

Name returns the rule name

func (*GoogleComputeBackendServiceInvalidLocalityLbPolicyRule) Severity

Severity returns the rule severity

type GoogleComputeBackendServiceInvalidProtocolRule

type GoogleComputeBackendServiceInvalidProtocolRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeBackendServiceInvalidProtocolRule checks the pattern is valid

func NewGoogleComputeBackendServiceInvalidProtocolRule

func NewGoogleComputeBackendServiceInvalidProtocolRule() *GoogleComputeBackendServiceInvalidProtocolRule

NewGoogleComputeBackendServiceInvalidProtocolRule returns new rule with default attributes

func (*GoogleComputeBackendServiceInvalidProtocolRule) Check

Check checks the pattern is valid

func (*GoogleComputeBackendServiceInvalidProtocolRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeBackendServiceInvalidProtocolRule) Name

Name returns the rule name

func (*GoogleComputeBackendServiceInvalidProtocolRule) Severity

Severity returns the rule severity

type GoogleComputeBackendServiceInvalidSessionAffinityRule

type GoogleComputeBackendServiceInvalidSessionAffinityRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeBackendServiceInvalidSessionAffinityRule checks the pattern is valid

func NewGoogleComputeBackendServiceInvalidSessionAffinityRule

func NewGoogleComputeBackendServiceInvalidSessionAffinityRule() *GoogleComputeBackendServiceInvalidSessionAffinityRule

NewGoogleComputeBackendServiceInvalidSessionAffinityRule returns new rule with default attributes

func (*GoogleComputeBackendServiceInvalidSessionAffinityRule) Check

Check checks the pattern is valid

func (*GoogleComputeBackendServiceInvalidSessionAffinityRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeBackendServiceInvalidSessionAffinityRule) Name

Name returns the rule name

func (*GoogleComputeBackendServiceInvalidSessionAffinityRule) Severity

Severity returns the rule severity

type GoogleComputeBackendServiceSignedUrlKeyInvalidNameRule

type GoogleComputeBackendServiceSignedUrlKeyInvalidNameRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeBackendServiceSignedUrlKeyInvalidNameRule checks the pattern is valid

func NewGoogleComputeBackendServiceSignedUrlKeyInvalidNameRule

func NewGoogleComputeBackendServiceSignedUrlKeyInvalidNameRule() *GoogleComputeBackendServiceSignedUrlKeyInvalidNameRule

NewGoogleComputeBackendServiceSignedUrlKeyInvalidNameRule returns new rule with default attributes

func (*GoogleComputeBackendServiceSignedUrlKeyInvalidNameRule) Check

Check checks the pattern is valid

func (*GoogleComputeBackendServiceSignedUrlKeyInvalidNameRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeBackendServiceSignedUrlKeyInvalidNameRule) Name

Name returns the rule name

func (*GoogleComputeBackendServiceSignedUrlKeyInvalidNameRule) Severity

Severity returns the rule severity

type GoogleComputeExternalVpnGatewayInvalidRedundancyTypeRule added in v0.2.0

type GoogleComputeExternalVpnGatewayInvalidRedundancyTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeExternalVpnGatewayInvalidRedundancyTypeRule checks the pattern is valid

func NewGoogleComputeExternalVpnGatewayInvalidRedundancyTypeRule added in v0.2.0

func NewGoogleComputeExternalVpnGatewayInvalidRedundancyTypeRule() *GoogleComputeExternalVpnGatewayInvalidRedundancyTypeRule

NewGoogleComputeExternalVpnGatewayInvalidRedundancyTypeRule returns new rule with default attributes

func (*GoogleComputeExternalVpnGatewayInvalidRedundancyTypeRule) Check added in v0.2.0

Check checks the pattern is valid

func (*GoogleComputeExternalVpnGatewayInvalidRedundancyTypeRule) Enabled added in v0.2.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeExternalVpnGatewayInvalidRedundancyTypeRule) Name added in v0.2.0

Name returns the rule name

func (*GoogleComputeExternalVpnGatewayInvalidRedundancyTypeRule) Severity added in v0.2.0

Severity returns the rule severity

type GoogleComputeFirewallInvalidDirectionRule

type GoogleComputeFirewallInvalidDirectionRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeFirewallInvalidDirectionRule checks the pattern is valid

func NewGoogleComputeFirewallInvalidDirectionRule

func NewGoogleComputeFirewallInvalidDirectionRule() *GoogleComputeFirewallInvalidDirectionRule

NewGoogleComputeFirewallInvalidDirectionRule returns new rule with default attributes

func (*GoogleComputeFirewallInvalidDirectionRule) Check

Check checks the pattern is valid

func (*GoogleComputeFirewallInvalidDirectionRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeFirewallInvalidDirectionRule) Name

Name returns the rule name

func (*GoogleComputeFirewallInvalidDirectionRule) Severity

Severity returns the rule severity

type GoogleComputeForwardingRuleInvalidIpProtocolRule

type GoogleComputeForwardingRuleInvalidIpProtocolRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeForwardingRuleInvalidIpProtocolRule checks the pattern is valid

func NewGoogleComputeForwardingRuleInvalidIpProtocolRule

func NewGoogleComputeForwardingRuleInvalidIpProtocolRule() *GoogleComputeForwardingRuleInvalidIpProtocolRule

NewGoogleComputeForwardingRuleInvalidIpProtocolRule returns new rule with default attributes

func (*GoogleComputeForwardingRuleInvalidIpProtocolRule) Check

Check checks the pattern is valid

func (*GoogleComputeForwardingRuleInvalidIpProtocolRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeForwardingRuleInvalidIpProtocolRule) Name

Name returns the rule name

func (*GoogleComputeForwardingRuleInvalidIpProtocolRule) Severity

Severity returns the rule severity

type GoogleComputeForwardingRuleInvalidIpVersionRule added in v0.25.0

type GoogleComputeForwardingRuleInvalidIpVersionRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeForwardingRuleInvalidIpVersionRule checks the pattern is valid

func NewGoogleComputeForwardingRuleInvalidIpVersionRule added in v0.25.0

func NewGoogleComputeForwardingRuleInvalidIpVersionRule() *GoogleComputeForwardingRuleInvalidIpVersionRule

NewGoogleComputeForwardingRuleInvalidIpVersionRule returns new rule with default attributes

func (*GoogleComputeForwardingRuleInvalidIpVersionRule) Check added in v0.25.0

Check checks the pattern is valid

func (*GoogleComputeForwardingRuleInvalidIpVersionRule) Enabled added in v0.25.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeForwardingRuleInvalidIpVersionRule) Name added in v0.25.0

Name returns the rule name

func (*GoogleComputeForwardingRuleInvalidIpVersionRule) Severity added in v0.25.0

Severity returns the rule severity

type GoogleComputeForwardingRuleInvalidLoadBalancingSchemeRule

type GoogleComputeForwardingRuleInvalidLoadBalancingSchemeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeForwardingRuleInvalidLoadBalancingSchemeRule checks the pattern is valid

func NewGoogleComputeForwardingRuleInvalidLoadBalancingSchemeRule

func NewGoogleComputeForwardingRuleInvalidLoadBalancingSchemeRule() *GoogleComputeForwardingRuleInvalidLoadBalancingSchemeRule

NewGoogleComputeForwardingRuleInvalidLoadBalancingSchemeRule returns new rule with default attributes

func (*GoogleComputeForwardingRuleInvalidLoadBalancingSchemeRule) Check

Check checks the pattern is valid

func (*GoogleComputeForwardingRuleInvalidLoadBalancingSchemeRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeForwardingRuleInvalidLoadBalancingSchemeRule) Name

Name returns the rule name

func (*GoogleComputeForwardingRuleInvalidLoadBalancingSchemeRule) Severity

Severity returns the rule severity

type GoogleComputeForwardingRuleInvalidNetworkTierRule

type GoogleComputeForwardingRuleInvalidNetworkTierRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeForwardingRuleInvalidNetworkTierRule checks the pattern is valid

func NewGoogleComputeForwardingRuleInvalidNetworkTierRule

func NewGoogleComputeForwardingRuleInvalidNetworkTierRule() *GoogleComputeForwardingRuleInvalidNetworkTierRule

NewGoogleComputeForwardingRuleInvalidNetworkTierRule returns new rule with default attributes

func (*GoogleComputeForwardingRuleInvalidNetworkTierRule) Check

Check checks the pattern is valid

func (*GoogleComputeForwardingRuleInvalidNetworkTierRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeForwardingRuleInvalidNetworkTierRule) Name

Name returns the rule name

func (*GoogleComputeForwardingRuleInvalidNetworkTierRule) Severity

Severity returns the rule severity

type GoogleComputeGlobalAddressInvalidAddressTypeRule

type GoogleComputeGlobalAddressInvalidAddressTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeGlobalAddressInvalidAddressTypeRule checks the pattern is valid

func NewGoogleComputeGlobalAddressInvalidAddressTypeRule

func NewGoogleComputeGlobalAddressInvalidAddressTypeRule() *GoogleComputeGlobalAddressInvalidAddressTypeRule

NewGoogleComputeGlobalAddressInvalidAddressTypeRule returns new rule with default attributes

func (*GoogleComputeGlobalAddressInvalidAddressTypeRule) Check

Check checks the pattern is valid

func (*GoogleComputeGlobalAddressInvalidAddressTypeRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeGlobalAddressInvalidAddressTypeRule) Name

Name returns the rule name

func (*GoogleComputeGlobalAddressInvalidAddressTypeRule) Severity

Severity returns the rule severity

type GoogleComputeGlobalAddressInvalidIpVersionRule

type GoogleComputeGlobalAddressInvalidIpVersionRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeGlobalAddressInvalidIpVersionRule checks the pattern is valid

func NewGoogleComputeGlobalAddressInvalidIpVersionRule

func NewGoogleComputeGlobalAddressInvalidIpVersionRule() *GoogleComputeGlobalAddressInvalidIpVersionRule

NewGoogleComputeGlobalAddressInvalidIpVersionRule returns new rule with default attributes

func (*GoogleComputeGlobalAddressInvalidIpVersionRule) Check

Check checks the pattern is valid

func (*GoogleComputeGlobalAddressInvalidIpVersionRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeGlobalAddressInvalidIpVersionRule) Name

Name returns the rule name

func (*GoogleComputeGlobalAddressInvalidIpVersionRule) Severity

Severity returns the rule severity

type GoogleComputeGlobalForwardingRuleInvalidIpProtocolRule

type GoogleComputeGlobalForwardingRuleInvalidIpProtocolRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeGlobalForwardingRuleInvalidIpProtocolRule checks the pattern is valid

func NewGoogleComputeGlobalForwardingRuleInvalidIpProtocolRule

func NewGoogleComputeGlobalForwardingRuleInvalidIpProtocolRule() *GoogleComputeGlobalForwardingRuleInvalidIpProtocolRule

NewGoogleComputeGlobalForwardingRuleInvalidIpProtocolRule returns new rule with default attributes

func (*GoogleComputeGlobalForwardingRuleInvalidIpProtocolRule) Check

Check checks the pattern is valid

func (*GoogleComputeGlobalForwardingRuleInvalidIpProtocolRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeGlobalForwardingRuleInvalidIpProtocolRule) Name

Name returns the rule name

func (*GoogleComputeGlobalForwardingRuleInvalidIpProtocolRule) Severity

Severity returns the rule severity

type GoogleComputeGlobalForwardingRuleInvalidIpVersionRule

type GoogleComputeGlobalForwardingRuleInvalidIpVersionRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeGlobalForwardingRuleInvalidIpVersionRule checks the pattern is valid

func NewGoogleComputeGlobalForwardingRuleInvalidIpVersionRule

func NewGoogleComputeGlobalForwardingRuleInvalidIpVersionRule() *GoogleComputeGlobalForwardingRuleInvalidIpVersionRule

NewGoogleComputeGlobalForwardingRuleInvalidIpVersionRule returns new rule with default attributes

func (*GoogleComputeGlobalForwardingRuleInvalidIpVersionRule) Check

Check checks the pattern is valid

func (*GoogleComputeGlobalForwardingRuleInvalidIpVersionRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeGlobalForwardingRuleInvalidIpVersionRule) Name

Name returns the rule name

func (*GoogleComputeGlobalForwardingRuleInvalidIpVersionRule) Severity

Severity returns the rule severity

type GoogleComputeGlobalForwardingRuleInvalidLoadBalancingSchemeRule

type GoogleComputeGlobalForwardingRuleInvalidLoadBalancingSchemeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeGlobalForwardingRuleInvalidLoadBalancingSchemeRule checks the pattern is valid

func NewGoogleComputeGlobalForwardingRuleInvalidLoadBalancingSchemeRule

func NewGoogleComputeGlobalForwardingRuleInvalidLoadBalancingSchemeRule() *GoogleComputeGlobalForwardingRuleInvalidLoadBalancingSchemeRule

NewGoogleComputeGlobalForwardingRuleInvalidLoadBalancingSchemeRule returns new rule with default attributes

func (*GoogleComputeGlobalForwardingRuleInvalidLoadBalancingSchemeRule) Check

Check checks the pattern is valid

func (*GoogleComputeGlobalForwardingRuleInvalidLoadBalancingSchemeRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeGlobalForwardingRuleInvalidLoadBalancingSchemeRule) Name

Name returns the rule name

func (*GoogleComputeGlobalForwardingRuleInvalidLoadBalancingSchemeRule) Severity

Severity returns the rule severity

type GoogleComputeGlobalNetworkEndpointGroupInvalidNetworkEndpointTypeRule

type GoogleComputeGlobalNetworkEndpointGroupInvalidNetworkEndpointTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeGlobalNetworkEndpointGroupInvalidNetworkEndpointTypeRule checks the pattern is valid

func NewGoogleComputeGlobalNetworkEndpointGroupInvalidNetworkEndpointTypeRule

func NewGoogleComputeGlobalNetworkEndpointGroupInvalidNetworkEndpointTypeRule() *GoogleComputeGlobalNetworkEndpointGroupInvalidNetworkEndpointTypeRule

NewGoogleComputeGlobalNetworkEndpointGroupInvalidNetworkEndpointTypeRule returns new rule with default attributes

func (*GoogleComputeGlobalNetworkEndpointGroupInvalidNetworkEndpointTypeRule) Check

Check checks the pattern is valid

func (*GoogleComputeGlobalNetworkEndpointGroupInvalidNetworkEndpointTypeRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeGlobalNetworkEndpointGroupInvalidNetworkEndpointTypeRule) Name

Name returns the rule name

func (*GoogleComputeGlobalNetworkEndpointGroupInvalidNetworkEndpointTypeRule) Severity

Severity returns the rule severity

type GoogleComputeHaVpnGatewayInvalidStackTypeRule added in v0.23.0

type GoogleComputeHaVpnGatewayInvalidStackTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeHaVpnGatewayInvalidStackTypeRule checks the pattern is valid

func NewGoogleComputeHaVpnGatewayInvalidStackTypeRule added in v0.23.0

func NewGoogleComputeHaVpnGatewayInvalidStackTypeRule() *GoogleComputeHaVpnGatewayInvalidStackTypeRule

NewGoogleComputeHaVpnGatewayInvalidStackTypeRule returns new rule with default attributes

func (*GoogleComputeHaVpnGatewayInvalidStackTypeRule) Check added in v0.23.0

Check checks the pattern is valid

func (*GoogleComputeHaVpnGatewayInvalidStackTypeRule) Enabled added in v0.23.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeHaVpnGatewayInvalidStackTypeRule) Name added in v0.23.0

Name returns the rule name

func (*GoogleComputeHaVpnGatewayInvalidStackTypeRule) Severity added in v0.23.0

Severity returns the rule severity

type GoogleComputeInterconnectAttachmentInvalidBandwidthRule

type GoogleComputeInterconnectAttachmentInvalidBandwidthRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeInterconnectAttachmentInvalidBandwidthRule checks the pattern is valid

func NewGoogleComputeInterconnectAttachmentInvalidBandwidthRule

func NewGoogleComputeInterconnectAttachmentInvalidBandwidthRule() *GoogleComputeInterconnectAttachmentInvalidBandwidthRule

NewGoogleComputeInterconnectAttachmentInvalidBandwidthRule returns new rule with default attributes

func (*GoogleComputeInterconnectAttachmentInvalidBandwidthRule) Check

Check checks the pattern is valid

func (*GoogleComputeInterconnectAttachmentInvalidBandwidthRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeInterconnectAttachmentInvalidBandwidthRule) Name

Name returns the rule name

func (*GoogleComputeInterconnectAttachmentInvalidBandwidthRule) Severity

Severity returns the rule severity

type GoogleComputeInterconnectAttachmentInvalidEncryptionRule added in v0.9.0

type GoogleComputeInterconnectAttachmentInvalidEncryptionRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeInterconnectAttachmentInvalidEncryptionRule checks the pattern is valid

func NewGoogleComputeInterconnectAttachmentInvalidEncryptionRule added in v0.9.0

func NewGoogleComputeInterconnectAttachmentInvalidEncryptionRule() *GoogleComputeInterconnectAttachmentInvalidEncryptionRule

NewGoogleComputeInterconnectAttachmentInvalidEncryptionRule returns new rule with default attributes

func (*GoogleComputeInterconnectAttachmentInvalidEncryptionRule) Check added in v0.9.0

Check checks the pattern is valid

func (*GoogleComputeInterconnectAttachmentInvalidEncryptionRule) Enabled added in v0.9.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeInterconnectAttachmentInvalidEncryptionRule) Name added in v0.9.0

Name returns the rule name

func (*GoogleComputeInterconnectAttachmentInvalidEncryptionRule) Severity added in v0.9.0

Severity returns the rule severity

type GoogleComputeInterconnectAttachmentInvalidNameRule

type GoogleComputeInterconnectAttachmentInvalidNameRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeInterconnectAttachmentInvalidNameRule checks the pattern is valid

func NewGoogleComputeInterconnectAttachmentInvalidNameRule

func NewGoogleComputeInterconnectAttachmentInvalidNameRule() *GoogleComputeInterconnectAttachmentInvalidNameRule

NewGoogleComputeInterconnectAttachmentInvalidNameRule returns new rule with default attributes

func (*GoogleComputeInterconnectAttachmentInvalidNameRule) Check

Check checks the pattern is valid

func (*GoogleComputeInterconnectAttachmentInvalidNameRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeInterconnectAttachmentInvalidNameRule) Name

Name returns the rule name

func (*GoogleComputeInterconnectAttachmentInvalidNameRule) Severity

Severity returns the rule severity

type GoogleComputeInterconnectAttachmentInvalidStackTypeRule added in v0.27.0

type GoogleComputeInterconnectAttachmentInvalidStackTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeInterconnectAttachmentInvalidStackTypeRule checks the pattern is valid

func NewGoogleComputeInterconnectAttachmentInvalidStackTypeRule added in v0.27.0

func NewGoogleComputeInterconnectAttachmentInvalidStackTypeRule() *GoogleComputeInterconnectAttachmentInvalidStackTypeRule

NewGoogleComputeInterconnectAttachmentInvalidStackTypeRule returns new rule with default attributes

func (*GoogleComputeInterconnectAttachmentInvalidStackTypeRule) Check added in v0.27.0

Check checks the pattern is valid

func (*GoogleComputeInterconnectAttachmentInvalidStackTypeRule) Enabled added in v0.27.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeInterconnectAttachmentInvalidStackTypeRule) Name added in v0.27.0

Name returns the rule name

func (*GoogleComputeInterconnectAttachmentInvalidStackTypeRule) Severity added in v0.27.0

Severity returns the rule severity

type GoogleComputeInterconnectAttachmentInvalidTypeRule

type GoogleComputeInterconnectAttachmentInvalidTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeInterconnectAttachmentInvalidTypeRule checks the pattern is valid

func NewGoogleComputeInterconnectAttachmentInvalidTypeRule

func NewGoogleComputeInterconnectAttachmentInvalidTypeRule() *GoogleComputeInterconnectAttachmentInvalidTypeRule

NewGoogleComputeInterconnectAttachmentInvalidTypeRule returns new rule with default attributes

func (*GoogleComputeInterconnectAttachmentInvalidTypeRule) Check

Check checks the pattern is valid

func (*GoogleComputeInterconnectAttachmentInvalidTypeRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeInterconnectAttachmentInvalidTypeRule) Name

Name returns the rule name

func (*GoogleComputeInterconnectAttachmentInvalidTypeRule) Severity

Severity returns the rule severity

type GoogleComputeInterconnectInvalidInterconnectTypeRule added in v0.29.0

type GoogleComputeInterconnectInvalidInterconnectTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeInterconnectInvalidInterconnectTypeRule checks the pattern is valid

func NewGoogleComputeInterconnectInvalidInterconnectTypeRule added in v0.29.0

func NewGoogleComputeInterconnectInvalidInterconnectTypeRule() *GoogleComputeInterconnectInvalidInterconnectTypeRule

NewGoogleComputeInterconnectInvalidInterconnectTypeRule returns new rule with default attributes

func (*GoogleComputeInterconnectInvalidInterconnectTypeRule) Check added in v0.29.0

Check checks the pattern is valid

func (*GoogleComputeInterconnectInvalidInterconnectTypeRule) Enabled added in v0.29.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeInterconnectInvalidInterconnectTypeRule) Name added in v0.29.0

Name returns the rule name

func (*GoogleComputeInterconnectInvalidInterconnectTypeRule) Severity added in v0.29.0

Severity returns the rule severity

type GoogleComputeInterconnectInvalidLinkTypeRule added in v0.29.0

type GoogleComputeInterconnectInvalidLinkTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeInterconnectInvalidLinkTypeRule checks the pattern is valid

func NewGoogleComputeInterconnectInvalidLinkTypeRule added in v0.29.0

func NewGoogleComputeInterconnectInvalidLinkTypeRule() *GoogleComputeInterconnectInvalidLinkTypeRule

NewGoogleComputeInterconnectInvalidLinkTypeRule returns new rule with default attributes

func (*GoogleComputeInterconnectInvalidLinkTypeRule) Check added in v0.29.0

Check checks the pattern is valid

func (*GoogleComputeInterconnectInvalidLinkTypeRule) Enabled added in v0.29.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeInterconnectInvalidLinkTypeRule) Name added in v0.29.0

Name returns the rule name

func (*GoogleComputeInterconnectInvalidLinkTypeRule) Severity added in v0.29.0

Severity returns the rule severity

type GoogleComputeInterconnectInvalidNameRule added in v0.29.0

type GoogleComputeInterconnectInvalidNameRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeInterconnectInvalidNameRule checks the pattern is valid

func NewGoogleComputeInterconnectInvalidNameRule added in v0.29.0

func NewGoogleComputeInterconnectInvalidNameRule() *GoogleComputeInterconnectInvalidNameRule

NewGoogleComputeInterconnectInvalidNameRule returns new rule with default attributes

func (*GoogleComputeInterconnectInvalidNameRule) Check added in v0.29.0

Check checks the pattern is valid

func (*GoogleComputeInterconnectInvalidNameRule) Enabled added in v0.29.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeInterconnectInvalidNameRule) Name added in v0.29.0

Name returns the rule name

func (*GoogleComputeInterconnectInvalidNameRule) Severity added in v0.29.0

Severity returns the rule severity

type GoogleComputeManagedSslCertificateInvalidTypeRule added in v0.4.0

type GoogleComputeManagedSslCertificateInvalidTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeManagedSslCertificateInvalidTypeRule checks the pattern is valid

func NewGoogleComputeManagedSslCertificateInvalidTypeRule added in v0.4.0

func NewGoogleComputeManagedSslCertificateInvalidTypeRule() *GoogleComputeManagedSslCertificateInvalidTypeRule

NewGoogleComputeManagedSslCertificateInvalidTypeRule returns new rule with default attributes

func (*GoogleComputeManagedSslCertificateInvalidTypeRule) Check added in v0.4.0

Check checks the pattern is valid

func (*GoogleComputeManagedSslCertificateInvalidTypeRule) Enabled added in v0.4.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeManagedSslCertificateInvalidTypeRule) Name added in v0.4.0

Name returns the rule name

func (*GoogleComputeManagedSslCertificateInvalidTypeRule) Severity added in v0.4.0

Severity returns the rule severity

type GoogleComputeNetworkAttachmentInvalidConnectionPreferenceRule added in v0.30.0

type GoogleComputeNetworkAttachmentInvalidConnectionPreferenceRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeNetworkAttachmentInvalidConnectionPreferenceRule checks the pattern is valid

func NewGoogleComputeNetworkAttachmentInvalidConnectionPreferenceRule added in v0.30.0

func NewGoogleComputeNetworkAttachmentInvalidConnectionPreferenceRule() *GoogleComputeNetworkAttachmentInvalidConnectionPreferenceRule

NewGoogleComputeNetworkAttachmentInvalidConnectionPreferenceRule returns new rule with default attributes

func (*GoogleComputeNetworkAttachmentInvalidConnectionPreferenceRule) Check added in v0.30.0

Check checks the pattern is valid

func (*GoogleComputeNetworkAttachmentInvalidConnectionPreferenceRule) Enabled added in v0.30.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeNetworkAttachmentInvalidConnectionPreferenceRule) Name added in v0.30.0

Name returns the rule name

func (*GoogleComputeNetworkAttachmentInvalidConnectionPreferenceRule) Severity added in v0.30.0

Severity returns the rule severity

type GoogleComputeNetworkEndpointGroupInvalidNetworkEndpointTypeRule

type GoogleComputeNetworkEndpointGroupInvalidNetworkEndpointTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeNetworkEndpointGroupInvalidNetworkEndpointTypeRule checks the pattern is valid

func NewGoogleComputeNetworkEndpointGroupInvalidNetworkEndpointTypeRule

func NewGoogleComputeNetworkEndpointGroupInvalidNetworkEndpointTypeRule() *GoogleComputeNetworkEndpointGroupInvalidNetworkEndpointTypeRule

NewGoogleComputeNetworkEndpointGroupInvalidNetworkEndpointTypeRule returns new rule with default attributes

func (*GoogleComputeNetworkEndpointGroupInvalidNetworkEndpointTypeRule) Check

Check checks the pattern is valid

func (*GoogleComputeNetworkEndpointGroupInvalidNetworkEndpointTypeRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeNetworkEndpointGroupInvalidNetworkEndpointTypeRule) Name

Name returns the rule name

func (*GoogleComputeNetworkEndpointGroupInvalidNetworkEndpointTypeRule) Severity

Severity returns the rule severity

type GoogleComputeNetworkInvalidNetworkFirewallPolicyEnforcementOrderRule added in v0.23.0

type GoogleComputeNetworkInvalidNetworkFirewallPolicyEnforcementOrderRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeNetworkInvalidNetworkFirewallPolicyEnforcementOrderRule checks the pattern is valid

func NewGoogleComputeNetworkInvalidNetworkFirewallPolicyEnforcementOrderRule added in v0.23.0

func NewGoogleComputeNetworkInvalidNetworkFirewallPolicyEnforcementOrderRule() *GoogleComputeNetworkInvalidNetworkFirewallPolicyEnforcementOrderRule

NewGoogleComputeNetworkInvalidNetworkFirewallPolicyEnforcementOrderRule returns new rule with default attributes

func (*GoogleComputeNetworkInvalidNetworkFirewallPolicyEnforcementOrderRule) Check added in v0.23.0

Check checks the pattern is valid

func (*GoogleComputeNetworkInvalidNetworkFirewallPolicyEnforcementOrderRule) Enabled added in v0.23.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeNetworkInvalidNetworkFirewallPolicyEnforcementOrderRule) Name added in v0.23.0

Name returns the rule name

func (*GoogleComputeNetworkInvalidNetworkFirewallPolicyEnforcementOrderRule) Severity added in v0.23.0

Severity returns the rule severity

type GoogleComputeNodeTemplateInvalidCpuOvercommitTypeRule added in v0.7.0

type GoogleComputeNodeTemplateInvalidCpuOvercommitTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeNodeTemplateInvalidCpuOvercommitTypeRule checks the pattern is valid

func NewGoogleComputeNodeTemplateInvalidCpuOvercommitTypeRule added in v0.7.0

func NewGoogleComputeNodeTemplateInvalidCpuOvercommitTypeRule() *GoogleComputeNodeTemplateInvalidCpuOvercommitTypeRule

NewGoogleComputeNodeTemplateInvalidCpuOvercommitTypeRule returns new rule with default attributes

func (*GoogleComputeNodeTemplateInvalidCpuOvercommitTypeRule) Check added in v0.7.0

Check checks the pattern is valid

func (*GoogleComputeNodeTemplateInvalidCpuOvercommitTypeRule) Enabled added in v0.7.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeNodeTemplateInvalidCpuOvercommitTypeRule) Name added in v0.7.0

Name returns the rule name

func (*GoogleComputeNodeTemplateInvalidCpuOvercommitTypeRule) Severity added in v0.7.0

Severity returns the rule severity

type GoogleComputeProjectCloudArmorTierInvalidCloudArmorTierRule added in v0.30.0

type GoogleComputeProjectCloudArmorTierInvalidCloudArmorTierRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeProjectCloudArmorTierInvalidCloudArmorTierRule checks the pattern is valid

func NewGoogleComputeProjectCloudArmorTierInvalidCloudArmorTierRule added in v0.30.0

func NewGoogleComputeProjectCloudArmorTierInvalidCloudArmorTierRule() *GoogleComputeProjectCloudArmorTierInvalidCloudArmorTierRule

NewGoogleComputeProjectCloudArmorTierInvalidCloudArmorTierRule returns new rule with default attributes

func (*GoogleComputeProjectCloudArmorTierInvalidCloudArmorTierRule) Check added in v0.30.0

Check checks the pattern is valid

func (*GoogleComputeProjectCloudArmorTierInvalidCloudArmorTierRule) Enabled added in v0.30.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeProjectCloudArmorTierInvalidCloudArmorTierRule) Name added in v0.30.0

Name returns the rule name

func (*GoogleComputeProjectCloudArmorTierInvalidCloudArmorTierRule) Severity added in v0.30.0

Severity returns the rule severity

type GoogleComputeRegionBackendServiceInvalidLoadBalancingSchemeRule

type GoogleComputeRegionBackendServiceInvalidLoadBalancingSchemeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeRegionBackendServiceInvalidLoadBalancingSchemeRule checks the pattern is valid

func NewGoogleComputeRegionBackendServiceInvalidLoadBalancingSchemeRule

func NewGoogleComputeRegionBackendServiceInvalidLoadBalancingSchemeRule() *GoogleComputeRegionBackendServiceInvalidLoadBalancingSchemeRule

NewGoogleComputeRegionBackendServiceInvalidLoadBalancingSchemeRule returns new rule with default attributes

func (*GoogleComputeRegionBackendServiceInvalidLoadBalancingSchemeRule) Check

Check checks the pattern is valid

func (*GoogleComputeRegionBackendServiceInvalidLoadBalancingSchemeRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeRegionBackendServiceInvalidLoadBalancingSchemeRule) Name

Name returns the rule name

func (*GoogleComputeRegionBackendServiceInvalidLoadBalancingSchemeRule) Severity

Severity returns the rule severity

type GoogleComputeRegionBackendServiceInvalidLocalityLbPolicyRule

type GoogleComputeRegionBackendServiceInvalidLocalityLbPolicyRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeRegionBackendServiceInvalidLocalityLbPolicyRule checks the pattern is valid

func NewGoogleComputeRegionBackendServiceInvalidLocalityLbPolicyRule

func NewGoogleComputeRegionBackendServiceInvalidLocalityLbPolicyRule() *GoogleComputeRegionBackendServiceInvalidLocalityLbPolicyRule

NewGoogleComputeRegionBackendServiceInvalidLocalityLbPolicyRule returns new rule with default attributes

func (*GoogleComputeRegionBackendServiceInvalidLocalityLbPolicyRule) Check

Check checks the pattern is valid

func (*GoogleComputeRegionBackendServiceInvalidLocalityLbPolicyRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeRegionBackendServiceInvalidLocalityLbPolicyRule) Name

Name returns the rule name

func (*GoogleComputeRegionBackendServiceInvalidLocalityLbPolicyRule) Severity

Severity returns the rule severity

type GoogleComputeRegionBackendServiceInvalidProtocolRule

type GoogleComputeRegionBackendServiceInvalidProtocolRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeRegionBackendServiceInvalidProtocolRule checks the pattern is valid

func NewGoogleComputeRegionBackendServiceInvalidProtocolRule

func NewGoogleComputeRegionBackendServiceInvalidProtocolRule() *GoogleComputeRegionBackendServiceInvalidProtocolRule

NewGoogleComputeRegionBackendServiceInvalidProtocolRule returns new rule with default attributes

func (*GoogleComputeRegionBackendServiceInvalidProtocolRule) Check

Check checks the pattern is valid

func (*GoogleComputeRegionBackendServiceInvalidProtocolRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeRegionBackendServiceInvalidProtocolRule) Name

Name returns the rule name

func (*GoogleComputeRegionBackendServiceInvalidProtocolRule) Severity

Severity returns the rule severity

type GoogleComputeRegionBackendServiceInvalidSessionAffinityRule

type GoogleComputeRegionBackendServiceInvalidSessionAffinityRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeRegionBackendServiceInvalidSessionAffinityRule checks the pattern is valid

func NewGoogleComputeRegionBackendServiceInvalidSessionAffinityRule

func NewGoogleComputeRegionBackendServiceInvalidSessionAffinityRule() *GoogleComputeRegionBackendServiceInvalidSessionAffinityRule

NewGoogleComputeRegionBackendServiceInvalidSessionAffinityRule returns new rule with default attributes

func (*GoogleComputeRegionBackendServiceInvalidSessionAffinityRule) Check

Check checks the pattern is valid

func (*GoogleComputeRegionBackendServiceInvalidSessionAffinityRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeRegionBackendServiceInvalidSessionAffinityRule) Name

Name returns the rule name

func (*GoogleComputeRegionBackendServiceInvalidSessionAffinityRule) Severity

Severity returns the rule severity

type GoogleComputeRegionCommitmentInvalidCategoryRule added in v0.24.0

type GoogleComputeRegionCommitmentInvalidCategoryRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeRegionCommitmentInvalidCategoryRule checks the pattern is valid

func NewGoogleComputeRegionCommitmentInvalidCategoryRule added in v0.24.0

func NewGoogleComputeRegionCommitmentInvalidCategoryRule() *GoogleComputeRegionCommitmentInvalidCategoryRule

NewGoogleComputeRegionCommitmentInvalidCategoryRule returns new rule with default attributes

func (*GoogleComputeRegionCommitmentInvalidCategoryRule) Check added in v0.24.0

Check checks the pattern is valid

func (*GoogleComputeRegionCommitmentInvalidCategoryRule) Enabled added in v0.24.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeRegionCommitmentInvalidCategoryRule) Name added in v0.24.0

Name returns the rule name

func (*GoogleComputeRegionCommitmentInvalidCategoryRule) Severity added in v0.24.0

Severity returns the rule severity

type GoogleComputeRegionCommitmentInvalidPlanRule added in v0.24.0

type GoogleComputeRegionCommitmentInvalidPlanRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeRegionCommitmentInvalidPlanRule checks the pattern is valid

func NewGoogleComputeRegionCommitmentInvalidPlanRule added in v0.24.0

func NewGoogleComputeRegionCommitmentInvalidPlanRule() *GoogleComputeRegionCommitmentInvalidPlanRule

NewGoogleComputeRegionCommitmentInvalidPlanRule returns new rule with default attributes

func (*GoogleComputeRegionCommitmentInvalidPlanRule) Check added in v0.24.0

Check checks the pattern is valid

func (*GoogleComputeRegionCommitmentInvalidPlanRule) Enabled added in v0.24.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeRegionCommitmentInvalidPlanRule) Name added in v0.24.0

Name returns the rule name

func (*GoogleComputeRegionCommitmentInvalidPlanRule) Severity added in v0.24.0

Severity returns the rule severity

type GoogleComputeRegionNetworkEndpointGroupInvalidNetworkEndpointTypeRule added in v0.3.0

type GoogleComputeRegionNetworkEndpointGroupInvalidNetworkEndpointTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeRegionNetworkEndpointGroupInvalidNetworkEndpointTypeRule checks the pattern is valid

func NewGoogleComputeRegionNetworkEndpointGroupInvalidNetworkEndpointTypeRule added in v0.3.0

func NewGoogleComputeRegionNetworkEndpointGroupInvalidNetworkEndpointTypeRule() *GoogleComputeRegionNetworkEndpointGroupInvalidNetworkEndpointTypeRule

NewGoogleComputeRegionNetworkEndpointGroupInvalidNetworkEndpointTypeRule returns new rule with default attributes

func (*GoogleComputeRegionNetworkEndpointGroupInvalidNetworkEndpointTypeRule) Check added in v0.3.0

Check checks the pattern is valid

func (*GoogleComputeRegionNetworkEndpointGroupInvalidNetworkEndpointTypeRule) Enabled added in v0.3.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeRegionNetworkEndpointGroupInvalidNetworkEndpointTypeRule) Name added in v0.3.0

Name returns the rule name

func (*GoogleComputeRegionNetworkEndpointGroupInvalidNetworkEndpointTypeRule) Severity added in v0.3.0

Severity returns the rule severity

type GoogleComputeRegionSslPolicyInvalidMinTlsVersionRule added in v0.25.0

type GoogleComputeRegionSslPolicyInvalidMinTlsVersionRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeRegionSslPolicyInvalidMinTlsVersionRule checks the pattern is valid

func NewGoogleComputeRegionSslPolicyInvalidMinTlsVersionRule added in v0.25.0

func NewGoogleComputeRegionSslPolicyInvalidMinTlsVersionRule() *GoogleComputeRegionSslPolicyInvalidMinTlsVersionRule

NewGoogleComputeRegionSslPolicyInvalidMinTlsVersionRule returns new rule with default attributes

func (*GoogleComputeRegionSslPolicyInvalidMinTlsVersionRule) Check added in v0.25.0

Check checks the pattern is valid

func (*GoogleComputeRegionSslPolicyInvalidMinTlsVersionRule) Enabled added in v0.25.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeRegionSslPolicyInvalidMinTlsVersionRule) Name added in v0.25.0

Name returns the rule name

func (*GoogleComputeRegionSslPolicyInvalidMinTlsVersionRule) Severity added in v0.25.0

Severity returns the rule severity

type GoogleComputeRegionSslPolicyInvalidProfileRule added in v0.25.0

type GoogleComputeRegionSslPolicyInvalidProfileRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeRegionSslPolicyInvalidProfileRule checks the pattern is valid

func NewGoogleComputeRegionSslPolicyInvalidProfileRule added in v0.25.0

func NewGoogleComputeRegionSslPolicyInvalidProfileRule() *GoogleComputeRegionSslPolicyInvalidProfileRule

NewGoogleComputeRegionSslPolicyInvalidProfileRule returns new rule with default attributes

func (*GoogleComputeRegionSslPolicyInvalidProfileRule) Check added in v0.25.0

Check checks the pattern is valid

func (*GoogleComputeRegionSslPolicyInvalidProfileRule) Enabled added in v0.25.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeRegionSslPolicyInvalidProfileRule) Name added in v0.25.0

Name returns the rule name

func (*GoogleComputeRegionSslPolicyInvalidProfileRule) Severity added in v0.25.0

Severity returns the rule severity

type GoogleComputeRegionTargetTcpProxyInvalidProxyHeaderRule added in v0.22.2

type GoogleComputeRegionTargetTcpProxyInvalidProxyHeaderRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeRegionTargetTcpProxyInvalidProxyHeaderRule checks the pattern is valid

func NewGoogleComputeRegionTargetTcpProxyInvalidProxyHeaderRule added in v0.22.2

func NewGoogleComputeRegionTargetTcpProxyInvalidProxyHeaderRule() *GoogleComputeRegionTargetTcpProxyInvalidProxyHeaderRule

NewGoogleComputeRegionTargetTcpProxyInvalidProxyHeaderRule returns new rule with default attributes

func (*GoogleComputeRegionTargetTcpProxyInvalidProxyHeaderRule) Check added in v0.22.2

Check checks the pattern is valid

func (*GoogleComputeRegionTargetTcpProxyInvalidProxyHeaderRule) Enabled added in v0.22.2

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeRegionTargetTcpProxyInvalidProxyHeaderRule) Name added in v0.22.2

Name returns the rule name

func (*GoogleComputeRegionTargetTcpProxyInvalidProxyHeaderRule) Severity added in v0.22.2

Severity returns the rule severity

type GoogleComputeRouteInvalidNameRule

type GoogleComputeRouteInvalidNameRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeRouteInvalidNameRule checks the pattern is valid

func NewGoogleComputeRouteInvalidNameRule

func NewGoogleComputeRouteInvalidNameRule() *GoogleComputeRouteInvalidNameRule

NewGoogleComputeRouteInvalidNameRule returns new rule with default attributes

func (*GoogleComputeRouteInvalidNameRule) Check

Check checks the pattern is valid

func (*GoogleComputeRouteInvalidNameRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeRouteInvalidNameRule) Name

Name returns the rule name

func (*GoogleComputeRouteInvalidNameRule) Severity

Severity returns the rule severity

type GoogleComputeRouterNatInvalidAutoNetworkTierRule added in v0.29.0

type GoogleComputeRouterNatInvalidAutoNetworkTierRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeRouterNatInvalidAutoNetworkTierRule checks the pattern is valid

func NewGoogleComputeRouterNatInvalidAutoNetworkTierRule added in v0.29.0

func NewGoogleComputeRouterNatInvalidAutoNetworkTierRule() *GoogleComputeRouterNatInvalidAutoNetworkTierRule

NewGoogleComputeRouterNatInvalidAutoNetworkTierRule returns new rule with default attributes

func (*GoogleComputeRouterNatInvalidAutoNetworkTierRule) Check added in v0.29.0

Check checks the pattern is valid

func (*GoogleComputeRouterNatInvalidAutoNetworkTierRule) Enabled added in v0.29.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeRouterNatInvalidAutoNetworkTierRule) Name added in v0.29.0

Name returns the rule name

func (*GoogleComputeRouterNatInvalidAutoNetworkTierRule) Severity added in v0.29.0

Severity returns the rule severity

type GoogleComputeRouterNatInvalidNatIpAllocateOptionRule

type GoogleComputeRouterNatInvalidNatIpAllocateOptionRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeRouterNatInvalidNatIpAllocateOptionRule checks the pattern is valid

func NewGoogleComputeRouterNatInvalidNatIpAllocateOptionRule

func NewGoogleComputeRouterNatInvalidNatIpAllocateOptionRule() *GoogleComputeRouterNatInvalidNatIpAllocateOptionRule

NewGoogleComputeRouterNatInvalidNatIpAllocateOptionRule returns new rule with default attributes

func (*GoogleComputeRouterNatInvalidNatIpAllocateOptionRule) Check

Check checks the pattern is valid

func (*GoogleComputeRouterNatInvalidNatIpAllocateOptionRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeRouterNatInvalidNatIpAllocateOptionRule) Name

Name returns the rule name

func (*GoogleComputeRouterNatInvalidNatIpAllocateOptionRule) Severity

Severity returns the rule severity

type GoogleComputeRouterNatInvalidSourceSubnetworkIpRangesToNatRule

type GoogleComputeRouterNatInvalidSourceSubnetworkIpRangesToNatRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeRouterNatInvalidSourceSubnetworkIpRangesToNatRule checks the pattern is valid

func NewGoogleComputeRouterNatInvalidSourceSubnetworkIpRangesToNatRule

func NewGoogleComputeRouterNatInvalidSourceSubnetworkIpRangesToNatRule() *GoogleComputeRouterNatInvalidSourceSubnetworkIpRangesToNatRule

NewGoogleComputeRouterNatInvalidSourceSubnetworkIpRangesToNatRule returns new rule with default attributes

func (*GoogleComputeRouterNatInvalidSourceSubnetworkIpRangesToNatRule) Check

Check checks the pattern is valid

func (*GoogleComputeRouterNatInvalidSourceSubnetworkIpRangesToNatRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeRouterNatInvalidSourceSubnetworkIpRangesToNatRule) Name

Name returns the rule name

func (*GoogleComputeRouterNatInvalidSourceSubnetworkIpRangesToNatRule) Severity

Severity returns the rule severity

type GoogleComputeSslPolicyInvalidMinTlsVersionRule

type GoogleComputeSslPolicyInvalidMinTlsVersionRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeSslPolicyInvalidMinTlsVersionRule checks the pattern is valid

func NewGoogleComputeSslPolicyInvalidMinTlsVersionRule

func NewGoogleComputeSslPolicyInvalidMinTlsVersionRule() *GoogleComputeSslPolicyInvalidMinTlsVersionRule

NewGoogleComputeSslPolicyInvalidMinTlsVersionRule returns new rule with default attributes

func (*GoogleComputeSslPolicyInvalidMinTlsVersionRule) Check

Check checks the pattern is valid

func (*GoogleComputeSslPolicyInvalidMinTlsVersionRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeSslPolicyInvalidMinTlsVersionRule) Name

Name returns the rule name

func (*GoogleComputeSslPolicyInvalidMinTlsVersionRule) Severity

Severity returns the rule severity

type GoogleComputeSslPolicyInvalidProfileRule

type GoogleComputeSslPolicyInvalidProfileRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeSslPolicyInvalidProfileRule checks the pattern is valid

func NewGoogleComputeSslPolicyInvalidProfileRule

func NewGoogleComputeSslPolicyInvalidProfileRule() *GoogleComputeSslPolicyInvalidProfileRule

NewGoogleComputeSslPolicyInvalidProfileRule returns new rule with default attributes

func (*GoogleComputeSslPolicyInvalidProfileRule) Check

Check checks the pattern is valid

func (*GoogleComputeSslPolicyInvalidProfileRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeSslPolicyInvalidProfileRule) Name

Name returns the rule name

func (*GoogleComputeSslPolicyInvalidProfileRule) Severity

Severity returns the rule severity

type GoogleComputeSubnetworkInvalidIpv6AccessTypeRule added in v0.13.0

type GoogleComputeSubnetworkInvalidIpv6AccessTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeSubnetworkInvalidIpv6AccessTypeRule checks the pattern is valid

func NewGoogleComputeSubnetworkInvalidIpv6AccessTypeRule added in v0.13.0

func NewGoogleComputeSubnetworkInvalidIpv6AccessTypeRule() *GoogleComputeSubnetworkInvalidIpv6AccessTypeRule

NewGoogleComputeSubnetworkInvalidIpv6AccessTypeRule returns new rule with default attributes

func (*GoogleComputeSubnetworkInvalidIpv6AccessTypeRule) Check added in v0.13.0

Check checks the pattern is valid

func (*GoogleComputeSubnetworkInvalidIpv6AccessTypeRule) Enabled added in v0.13.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeSubnetworkInvalidIpv6AccessTypeRule) Name added in v0.13.0

Name returns the rule name

func (*GoogleComputeSubnetworkInvalidIpv6AccessTypeRule) Severity added in v0.13.0

Severity returns the rule severity

type GoogleComputeSubnetworkInvalidRoleRule added in v0.12.0

type GoogleComputeSubnetworkInvalidRoleRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeSubnetworkInvalidRoleRule checks the pattern is valid

func NewGoogleComputeSubnetworkInvalidRoleRule added in v0.12.0

func NewGoogleComputeSubnetworkInvalidRoleRule() *GoogleComputeSubnetworkInvalidRoleRule

NewGoogleComputeSubnetworkInvalidRoleRule returns new rule with default attributes

func (*GoogleComputeSubnetworkInvalidRoleRule) Check added in v0.12.0

Check checks the pattern is valid

func (*GoogleComputeSubnetworkInvalidRoleRule) Enabled added in v0.12.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeSubnetworkInvalidRoleRule) Name added in v0.12.0

Name returns the rule name

func (*GoogleComputeSubnetworkInvalidRoleRule) Severity added in v0.12.0

Severity returns the rule severity

type GoogleComputeSubnetworkInvalidStackTypeRule added in v0.13.0

type GoogleComputeSubnetworkInvalidStackTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeSubnetworkInvalidStackTypeRule checks the pattern is valid

func NewGoogleComputeSubnetworkInvalidStackTypeRule added in v0.13.0

func NewGoogleComputeSubnetworkInvalidStackTypeRule() *GoogleComputeSubnetworkInvalidStackTypeRule

NewGoogleComputeSubnetworkInvalidStackTypeRule returns new rule with default attributes

func (*GoogleComputeSubnetworkInvalidStackTypeRule) Check added in v0.13.0

Check checks the pattern is valid

func (*GoogleComputeSubnetworkInvalidStackTypeRule) Enabled added in v0.13.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeSubnetworkInvalidStackTypeRule) Name added in v0.13.0

Name returns the rule name

func (*GoogleComputeSubnetworkInvalidStackTypeRule) Severity added in v0.13.0

Severity returns the rule severity

type GoogleComputeTargetHttpsProxyInvalidQuicOverrideRule

type GoogleComputeTargetHttpsProxyInvalidQuicOverrideRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeTargetHttpsProxyInvalidQuicOverrideRule checks the pattern is valid

func NewGoogleComputeTargetHttpsProxyInvalidQuicOverrideRule

func NewGoogleComputeTargetHttpsProxyInvalidQuicOverrideRule() *GoogleComputeTargetHttpsProxyInvalidQuicOverrideRule

NewGoogleComputeTargetHttpsProxyInvalidQuicOverrideRule returns new rule with default attributes

func (*GoogleComputeTargetHttpsProxyInvalidQuicOverrideRule) Check

Check checks the pattern is valid

func (*GoogleComputeTargetHttpsProxyInvalidQuicOverrideRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeTargetHttpsProxyInvalidQuicOverrideRule) Name

Name returns the rule name

func (*GoogleComputeTargetHttpsProxyInvalidQuicOverrideRule) Severity

Severity returns the rule severity

type GoogleComputeTargetHttpsProxyInvalidTlsEarlyDataRule added in v0.30.0

type GoogleComputeTargetHttpsProxyInvalidTlsEarlyDataRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeTargetHttpsProxyInvalidTlsEarlyDataRule checks the pattern is valid

func NewGoogleComputeTargetHttpsProxyInvalidTlsEarlyDataRule added in v0.30.0

func NewGoogleComputeTargetHttpsProxyInvalidTlsEarlyDataRule() *GoogleComputeTargetHttpsProxyInvalidTlsEarlyDataRule

NewGoogleComputeTargetHttpsProxyInvalidTlsEarlyDataRule returns new rule with default attributes

func (*GoogleComputeTargetHttpsProxyInvalidTlsEarlyDataRule) Check added in v0.30.0

Check checks the pattern is valid

func (*GoogleComputeTargetHttpsProxyInvalidTlsEarlyDataRule) Enabled added in v0.30.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeTargetHttpsProxyInvalidTlsEarlyDataRule) Name added in v0.30.0

Name returns the rule name

func (*GoogleComputeTargetHttpsProxyInvalidTlsEarlyDataRule) Severity added in v0.30.0

Severity returns the rule severity

type GoogleComputeTargetInstanceInvalidNatPolicyRule

type GoogleComputeTargetInstanceInvalidNatPolicyRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeTargetInstanceInvalidNatPolicyRule checks the pattern is valid

func NewGoogleComputeTargetInstanceInvalidNatPolicyRule

func NewGoogleComputeTargetInstanceInvalidNatPolicyRule() *GoogleComputeTargetInstanceInvalidNatPolicyRule

NewGoogleComputeTargetInstanceInvalidNatPolicyRule returns new rule with default attributes

func (*GoogleComputeTargetInstanceInvalidNatPolicyRule) Check

Check checks the pattern is valid

func (*GoogleComputeTargetInstanceInvalidNatPolicyRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeTargetInstanceInvalidNatPolicyRule) Name

Name returns the rule name

func (*GoogleComputeTargetInstanceInvalidNatPolicyRule) Severity

Severity returns the rule severity

type GoogleComputeTargetSslProxyInvalidProxyHeaderRule

type GoogleComputeTargetSslProxyInvalidProxyHeaderRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeTargetSslProxyInvalidProxyHeaderRule checks the pattern is valid

func NewGoogleComputeTargetSslProxyInvalidProxyHeaderRule

func NewGoogleComputeTargetSslProxyInvalidProxyHeaderRule() *GoogleComputeTargetSslProxyInvalidProxyHeaderRule

NewGoogleComputeTargetSslProxyInvalidProxyHeaderRule returns new rule with default attributes

func (*GoogleComputeTargetSslProxyInvalidProxyHeaderRule) Check

Check checks the pattern is valid

func (*GoogleComputeTargetSslProxyInvalidProxyHeaderRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeTargetSslProxyInvalidProxyHeaderRule) Name

Name returns the rule name

func (*GoogleComputeTargetSslProxyInvalidProxyHeaderRule) Severity

Severity returns the rule severity

type GoogleComputeTargetTcpProxyInvalidProxyHeaderRule

type GoogleComputeTargetTcpProxyInvalidProxyHeaderRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleComputeTargetTcpProxyInvalidProxyHeaderRule checks the pattern is valid

func NewGoogleComputeTargetTcpProxyInvalidProxyHeaderRule

func NewGoogleComputeTargetTcpProxyInvalidProxyHeaderRule() *GoogleComputeTargetTcpProxyInvalidProxyHeaderRule

NewGoogleComputeTargetTcpProxyInvalidProxyHeaderRule returns new rule with default attributes

func (*GoogleComputeTargetTcpProxyInvalidProxyHeaderRule) Check

Check checks the pattern is valid

func (*GoogleComputeTargetTcpProxyInvalidProxyHeaderRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleComputeTargetTcpProxyInvalidProxyHeaderRule) Name

Name returns the rule name

func (*GoogleComputeTargetTcpProxyInvalidProxyHeaderRule) Severity

Severity returns the rule severity

type GoogleDataCatalogEntryGroupInvalidEntryGroupIdRule

type GoogleDataCatalogEntryGroupInvalidEntryGroupIdRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDataCatalogEntryGroupInvalidEntryGroupIdRule checks the pattern is valid

func NewGoogleDataCatalogEntryGroupInvalidEntryGroupIdRule

func NewGoogleDataCatalogEntryGroupInvalidEntryGroupIdRule() *GoogleDataCatalogEntryGroupInvalidEntryGroupIdRule

NewGoogleDataCatalogEntryGroupInvalidEntryGroupIdRule returns new rule with default attributes

func (*GoogleDataCatalogEntryGroupInvalidEntryGroupIdRule) Check

Check checks the pattern is valid

func (*GoogleDataCatalogEntryGroupInvalidEntryGroupIdRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDataCatalogEntryGroupInvalidEntryGroupIdRule) Name

Name returns the rule name

func (*GoogleDataCatalogEntryGroupInvalidEntryGroupIdRule) Severity

Severity returns the rule severity

type GoogleDataCatalogEntryInvalidTypeRule

type GoogleDataCatalogEntryInvalidTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDataCatalogEntryInvalidTypeRule checks the pattern is valid

func NewGoogleDataCatalogEntryInvalidTypeRule

func NewGoogleDataCatalogEntryInvalidTypeRule() *GoogleDataCatalogEntryInvalidTypeRule

NewGoogleDataCatalogEntryInvalidTypeRule returns new rule with default attributes

func (*GoogleDataCatalogEntryInvalidTypeRule) Check

Check checks the pattern is valid

func (*GoogleDataCatalogEntryInvalidTypeRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDataCatalogEntryInvalidTypeRule) Name

Name returns the rule name

func (*GoogleDataCatalogEntryInvalidTypeRule) Severity

Severity returns the rule severity

type GoogleDataCatalogEntryInvalidUserSpecifiedSystemRule

type GoogleDataCatalogEntryInvalidUserSpecifiedSystemRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDataCatalogEntryInvalidUserSpecifiedSystemRule checks the pattern is valid

func NewGoogleDataCatalogEntryInvalidUserSpecifiedSystemRule

func NewGoogleDataCatalogEntryInvalidUserSpecifiedSystemRule() *GoogleDataCatalogEntryInvalidUserSpecifiedSystemRule

NewGoogleDataCatalogEntryInvalidUserSpecifiedSystemRule returns new rule with default attributes

func (*GoogleDataCatalogEntryInvalidUserSpecifiedSystemRule) Check

Check checks the pattern is valid

func (*GoogleDataCatalogEntryInvalidUserSpecifiedSystemRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDataCatalogEntryInvalidUserSpecifiedSystemRule) Name

Name returns the rule name

func (*GoogleDataCatalogEntryInvalidUserSpecifiedSystemRule) Severity

Severity returns the rule severity

type GoogleDataCatalogEntryInvalidUserSpecifiedTypeRule

type GoogleDataCatalogEntryInvalidUserSpecifiedTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDataCatalogEntryInvalidUserSpecifiedTypeRule checks the pattern is valid

func NewGoogleDataCatalogEntryInvalidUserSpecifiedTypeRule

func NewGoogleDataCatalogEntryInvalidUserSpecifiedTypeRule() *GoogleDataCatalogEntryInvalidUserSpecifiedTypeRule

NewGoogleDataCatalogEntryInvalidUserSpecifiedTypeRule returns new rule with default attributes

func (*GoogleDataCatalogEntryInvalidUserSpecifiedTypeRule) Check

Check checks the pattern is valid

func (*GoogleDataCatalogEntryInvalidUserSpecifiedTypeRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDataCatalogEntryInvalidUserSpecifiedTypeRule) Name

Name returns the rule name

func (*GoogleDataCatalogEntryInvalidUserSpecifiedTypeRule) Severity

Severity returns the rule severity

type GoogleDataCatalogTagTemplateInvalidTagTemplateIdRule

type GoogleDataCatalogTagTemplateInvalidTagTemplateIdRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDataCatalogTagTemplateInvalidTagTemplateIdRule checks the pattern is valid

func NewGoogleDataCatalogTagTemplateInvalidTagTemplateIdRule

func NewGoogleDataCatalogTagTemplateInvalidTagTemplateIdRule() *GoogleDataCatalogTagTemplateInvalidTagTemplateIdRule

NewGoogleDataCatalogTagTemplateInvalidTagTemplateIdRule returns new rule with default attributes

func (*GoogleDataCatalogTagTemplateInvalidTagTemplateIdRule) Check

Check checks the pattern is valid

func (*GoogleDataCatalogTagTemplateInvalidTagTemplateIdRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDataCatalogTagTemplateInvalidTagTemplateIdRule) Name

Name returns the rule name

func (*GoogleDataCatalogTagTemplateInvalidTagTemplateIdRule) Severity

Severity returns the rule severity

type GoogleDataFusionInstanceInvalidTypeRule added in v0.16.0

type GoogleDataFusionInstanceInvalidTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDataFusionInstanceInvalidTypeRule checks the pattern is valid

func NewGoogleDataFusionInstanceInvalidTypeRule added in v0.16.0

func NewGoogleDataFusionInstanceInvalidTypeRule() *GoogleDataFusionInstanceInvalidTypeRule

NewGoogleDataFusionInstanceInvalidTypeRule returns new rule with default attributes

func (*GoogleDataFusionInstanceInvalidTypeRule) Check added in v0.16.0

Check checks the pattern is valid

func (*GoogleDataFusionInstanceInvalidTypeRule) Enabled added in v0.16.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDataFusionInstanceInvalidTypeRule) Name added in v0.16.0

Name returns the rule name

func (*GoogleDataFusionInstanceInvalidTypeRule) Severity added in v0.16.0

Severity returns the rule severity

type GoogleDataLossPreventionDiscoveryConfigInvalidStatusRule added in v0.28.0

type GoogleDataLossPreventionDiscoveryConfigInvalidStatusRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDataLossPreventionDiscoveryConfigInvalidStatusRule checks the pattern is valid

func NewGoogleDataLossPreventionDiscoveryConfigInvalidStatusRule added in v0.28.0

func NewGoogleDataLossPreventionDiscoveryConfigInvalidStatusRule() *GoogleDataLossPreventionDiscoveryConfigInvalidStatusRule

NewGoogleDataLossPreventionDiscoveryConfigInvalidStatusRule returns new rule with default attributes

func (*GoogleDataLossPreventionDiscoveryConfigInvalidStatusRule) Check added in v0.28.0

Check checks the pattern is valid

func (*GoogleDataLossPreventionDiscoveryConfigInvalidStatusRule) Enabled added in v0.28.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDataLossPreventionDiscoveryConfigInvalidStatusRule) Name added in v0.28.0

Name returns the rule name

func (*GoogleDataLossPreventionDiscoveryConfigInvalidStatusRule) Severity added in v0.28.0

Severity returns the rule severity

type GoogleDataLossPreventionJobTriggerInvalidStatusRule

type GoogleDataLossPreventionJobTriggerInvalidStatusRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDataLossPreventionJobTriggerInvalidStatusRule checks the pattern is valid

func NewGoogleDataLossPreventionJobTriggerInvalidStatusRule

func NewGoogleDataLossPreventionJobTriggerInvalidStatusRule() *GoogleDataLossPreventionJobTriggerInvalidStatusRule

NewGoogleDataLossPreventionJobTriggerInvalidStatusRule returns new rule with default attributes

func (*GoogleDataLossPreventionJobTriggerInvalidStatusRule) Check

Check checks the pattern is valid

func (*GoogleDataLossPreventionJobTriggerInvalidStatusRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDataLossPreventionJobTriggerInvalidStatusRule) Name

Name returns the rule name

func (*GoogleDataLossPreventionJobTriggerInvalidStatusRule) Severity

Severity returns the rule severity

type GoogleDataPipelinePipelineInvalidStateRule added in v0.25.0

type GoogleDataPipelinePipelineInvalidStateRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDataPipelinePipelineInvalidStateRule checks the pattern is valid

func NewGoogleDataPipelinePipelineInvalidStateRule added in v0.25.0

func NewGoogleDataPipelinePipelineInvalidStateRule() *GoogleDataPipelinePipelineInvalidStateRule

NewGoogleDataPipelinePipelineInvalidStateRule returns new rule with default attributes

func (*GoogleDataPipelinePipelineInvalidStateRule) Check added in v0.25.0

Check checks the pattern is valid

func (*GoogleDataPipelinePipelineInvalidStateRule) Enabled added in v0.25.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDataPipelinePipelineInvalidStateRule) Name added in v0.25.0

Name returns the rule name

func (*GoogleDataPipelinePipelineInvalidStateRule) Severity added in v0.25.0

Severity returns the rule severity

type GoogleDataPipelinePipelineInvalidTypeRule added in v0.25.0

type GoogleDataPipelinePipelineInvalidTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDataPipelinePipelineInvalidTypeRule checks the pattern is valid

func NewGoogleDataPipelinePipelineInvalidTypeRule added in v0.25.0

func NewGoogleDataPipelinePipelineInvalidTypeRule() *GoogleDataPipelinePipelineInvalidTypeRule

NewGoogleDataPipelinePipelineInvalidTypeRule returns new rule with default attributes

func (*GoogleDataPipelinePipelineInvalidTypeRule) Check added in v0.25.0

Check checks the pattern is valid

func (*GoogleDataPipelinePipelineInvalidTypeRule) Enabled added in v0.25.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDataPipelinePipelineInvalidTypeRule) Name added in v0.25.0

Name returns the rule name

func (*GoogleDataPipelinePipelineInvalidTypeRule) Severity added in v0.25.0

Severity returns the rule severity

type GoogleDataprocMetastoreServiceInvalidDatabaseTypeRule added in v0.19.0

type GoogleDataprocMetastoreServiceInvalidDatabaseTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDataprocMetastoreServiceInvalidDatabaseTypeRule checks the pattern is valid

func NewGoogleDataprocMetastoreServiceInvalidDatabaseTypeRule added in v0.19.0

func NewGoogleDataprocMetastoreServiceInvalidDatabaseTypeRule() *GoogleDataprocMetastoreServiceInvalidDatabaseTypeRule

NewGoogleDataprocMetastoreServiceInvalidDatabaseTypeRule returns new rule with default attributes

func (*GoogleDataprocMetastoreServiceInvalidDatabaseTypeRule) Check added in v0.19.0

Check checks the pattern is valid

func (*GoogleDataprocMetastoreServiceInvalidDatabaseTypeRule) Enabled added in v0.19.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDataprocMetastoreServiceInvalidDatabaseTypeRule) Name added in v0.19.0

Name returns the rule name

func (*GoogleDataprocMetastoreServiceInvalidDatabaseTypeRule) Severity added in v0.19.0

Severity returns the rule severity

type GoogleDataprocMetastoreServiceInvalidReleaseChannelRule added in v0.19.0

type GoogleDataprocMetastoreServiceInvalidReleaseChannelRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDataprocMetastoreServiceInvalidReleaseChannelRule checks the pattern is valid

func NewGoogleDataprocMetastoreServiceInvalidReleaseChannelRule added in v0.19.0

func NewGoogleDataprocMetastoreServiceInvalidReleaseChannelRule() *GoogleDataprocMetastoreServiceInvalidReleaseChannelRule

NewGoogleDataprocMetastoreServiceInvalidReleaseChannelRule returns new rule with default attributes

func (*GoogleDataprocMetastoreServiceInvalidReleaseChannelRule) Check added in v0.19.0

Check checks the pattern is valid

func (*GoogleDataprocMetastoreServiceInvalidReleaseChannelRule) Enabled added in v0.19.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDataprocMetastoreServiceInvalidReleaseChannelRule) Name added in v0.19.0

Name returns the rule name

func (*GoogleDataprocMetastoreServiceInvalidReleaseChannelRule) Severity added in v0.19.0

Severity returns the rule severity

type GoogleDataprocMetastoreServiceInvalidTierRule added in v0.19.0

type GoogleDataprocMetastoreServiceInvalidTierRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDataprocMetastoreServiceInvalidTierRule checks the pattern is valid

func NewGoogleDataprocMetastoreServiceInvalidTierRule added in v0.19.0

func NewGoogleDataprocMetastoreServiceInvalidTierRule() *GoogleDataprocMetastoreServiceInvalidTierRule

NewGoogleDataprocMetastoreServiceInvalidTierRule returns new rule with default attributes

func (*GoogleDataprocMetastoreServiceInvalidTierRule) Check added in v0.19.0

Check checks the pattern is valid

func (*GoogleDataprocMetastoreServiceInvalidTierRule) Enabled added in v0.19.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDataprocMetastoreServiceInvalidTierRule) Name added in v0.19.0

Name returns the rule name

func (*GoogleDataprocMetastoreServiceInvalidTierRule) Severity added in v0.19.0

Severity returns the rule severity

type GoogleDatastoreIndexInvalidAncestorRule

type GoogleDatastoreIndexInvalidAncestorRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDatastoreIndexInvalidAncestorRule checks the pattern is valid

func NewGoogleDatastoreIndexInvalidAncestorRule

func NewGoogleDatastoreIndexInvalidAncestorRule() *GoogleDatastoreIndexInvalidAncestorRule

NewGoogleDatastoreIndexInvalidAncestorRule returns new rule with default attributes

func (*GoogleDatastoreIndexInvalidAncestorRule) Check

Check checks the pattern is valid

func (*GoogleDatastoreIndexInvalidAncestorRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDatastoreIndexInvalidAncestorRule) Name

Name returns the rule name

func (*GoogleDatastoreIndexInvalidAncestorRule) Severity

Severity returns the rule severity

type GoogleDeploymentManagerDeploymentInvalidCreatePolicyRule

type GoogleDeploymentManagerDeploymentInvalidCreatePolicyRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDeploymentManagerDeploymentInvalidCreatePolicyRule checks the pattern is valid

func NewGoogleDeploymentManagerDeploymentInvalidCreatePolicyRule

func NewGoogleDeploymentManagerDeploymentInvalidCreatePolicyRule() *GoogleDeploymentManagerDeploymentInvalidCreatePolicyRule

NewGoogleDeploymentManagerDeploymentInvalidCreatePolicyRule returns new rule with default attributes

func (*GoogleDeploymentManagerDeploymentInvalidCreatePolicyRule) Check

Check checks the pattern is valid

func (*GoogleDeploymentManagerDeploymentInvalidCreatePolicyRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDeploymentManagerDeploymentInvalidCreatePolicyRule) Name

Name returns the rule name

func (*GoogleDeploymentManagerDeploymentInvalidCreatePolicyRule) Severity

Severity returns the rule severity

type GoogleDeploymentManagerDeploymentInvalidDeletePolicyRule

type GoogleDeploymentManagerDeploymentInvalidDeletePolicyRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDeploymentManagerDeploymentInvalidDeletePolicyRule checks the pattern is valid

func NewGoogleDeploymentManagerDeploymentInvalidDeletePolicyRule

func NewGoogleDeploymentManagerDeploymentInvalidDeletePolicyRule() *GoogleDeploymentManagerDeploymentInvalidDeletePolicyRule

NewGoogleDeploymentManagerDeploymentInvalidDeletePolicyRule returns new rule with default attributes

func (*GoogleDeploymentManagerDeploymentInvalidDeletePolicyRule) Check

Check checks the pattern is valid

func (*GoogleDeploymentManagerDeploymentInvalidDeletePolicyRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDeploymentManagerDeploymentInvalidDeletePolicyRule) Name

Name returns the rule name

func (*GoogleDeploymentManagerDeploymentInvalidDeletePolicyRule) Severity

Severity returns the rule severity

type GoogleDialogflowAgentInvalidApiVersionRule

type GoogleDialogflowAgentInvalidApiVersionRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDialogflowAgentInvalidApiVersionRule checks the pattern is valid

func NewGoogleDialogflowAgentInvalidApiVersionRule

func NewGoogleDialogflowAgentInvalidApiVersionRule() *GoogleDialogflowAgentInvalidApiVersionRule

NewGoogleDialogflowAgentInvalidApiVersionRule returns new rule with default attributes

func (*GoogleDialogflowAgentInvalidApiVersionRule) Check

Check checks the pattern is valid

func (*GoogleDialogflowAgentInvalidApiVersionRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDialogflowAgentInvalidApiVersionRule) Name

Name returns the rule name

func (*GoogleDialogflowAgentInvalidApiVersionRule) Severity

Severity returns the rule severity

type GoogleDialogflowAgentInvalidMatchModeRule

type GoogleDialogflowAgentInvalidMatchModeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDialogflowAgentInvalidMatchModeRule checks the pattern is valid

func NewGoogleDialogflowAgentInvalidMatchModeRule

func NewGoogleDialogflowAgentInvalidMatchModeRule() *GoogleDialogflowAgentInvalidMatchModeRule

NewGoogleDialogflowAgentInvalidMatchModeRule returns new rule with default attributes

func (*GoogleDialogflowAgentInvalidMatchModeRule) Check

Check checks the pattern is valid

func (*GoogleDialogflowAgentInvalidMatchModeRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDialogflowAgentInvalidMatchModeRule) Name

Name returns the rule name

func (*GoogleDialogflowAgentInvalidMatchModeRule) Severity

Severity returns the rule severity

type GoogleDialogflowAgentInvalidTierRule

type GoogleDialogflowAgentInvalidTierRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDialogflowAgentInvalidTierRule checks the pattern is valid

func NewGoogleDialogflowAgentInvalidTierRule

func NewGoogleDialogflowAgentInvalidTierRule() *GoogleDialogflowAgentInvalidTierRule

NewGoogleDialogflowAgentInvalidTierRule returns new rule with default attributes

func (*GoogleDialogflowAgentInvalidTierRule) Check

Check checks the pattern is valid

func (*GoogleDialogflowAgentInvalidTierRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDialogflowAgentInvalidTierRule) Name

Name returns the rule name

func (*GoogleDialogflowAgentInvalidTierRule) Severity

Severity returns the rule severity

type GoogleDialogflowCxEntityTypeInvalidAutoExpansionModeRule added in v0.11.0

type GoogleDialogflowCxEntityTypeInvalidAutoExpansionModeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDialogflowCxEntityTypeInvalidAutoExpansionModeRule checks the pattern is valid

func NewGoogleDialogflowCxEntityTypeInvalidAutoExpansionModeRule added in v0.11.0

func NewGoogleDialogflowCxEntityTypeInvalidAutoExpansionModeRule() *GoogleDialogflowCxEntityTypeInvalidAutoExpansionModeRule

NewGoogleDialogflowCxEntityTypeInvalidAutoExpansionModeRule returns new rule with default attributes

func (*GoogleDialogflowCxEntityTypeInvalidAutoExpansionModeRule) Check added in v0.11.0

Check checks the pattern is valid

func (*GoogleDialogflowCxEntityTypeInvalidAutoExpansionModeRule) Enabled added in v0.11.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDialogflowCxEntityTypeInvalidAutoExpansionModeRule) Name added in v0.11.0

Name returns the rule name

func (*GoogleDialogflowCxEntityTypeInvalidAutoExpansionModeRule) Severity added in v0.11.0

Severity returns the rule severity

type GoogleDialogflowCxEntityTypeInvalidKindRule added in v0.11.0

type GoogleDialogflowCxEntityTypeInvalidKindRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDialogflowCxEntityTypeInvalidKindRule checks the pattern is valid

func NewGoogleDialogflowCxEntityTypeInvalidKindRule added in v0.11.0

func NewGoogleDialogflowCxEntityTypeInvalidKindRule() *GoogleDialogflowCxEntityTypeInvalidKindRule

NewGoogleDialogflowCxEntityTypeInvalidKindRule returns new rule with default attributes

func (*GoogleDialogflowCxEntityTypeInvalidKindRule) Check added in v0.11.0

Check checks the pattern is valid

func (*GoogleDialogflowCxEntityTypeInvalidKindRule) Enabled added in v0.11.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDialogflowCxEntityTypeInvalidKindRule) Name added in v0.11.0

Name returns the rule name

func (*GoogleDialogflowCxEntityTypeInvalidKindRule) Severity added in v0.11.0

Severity returns the rule severity

type GoogleDialogflowCxSecuritySettingsInvalidRedactionScopeRule added in v0.26.0

type GoogleDialogflowCxSecuritySettingsInvalidRedactionScopeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDialogflowCxSecuritySettingsInvalidRedactionScopeRule checks the pattern is valid

func NewGoogleDialogflowCxSecuritySettingsInvalidRedactionScopeRule added in v0.26.0

func NewGoogleDialogflowCxSecuritySettingsInvalidRedactionScopeRule() *GoogleDialogflowCxSecuritySettingsInvalidRedactionScopeRule

NewGoogleDialogflowCxSecuritySettingsInvalidRedactionScopeRule returns new rule with default attributes

func (*GoogleDialogflowCxSecuritySettingsInvalidRedactionScopeRule) Check added in v0.26.0

Check checks the pattern is valid

func (*GoogleDialogflowCxSecuritySettingsInvalidRedactionScopeRule) Enabled added in v0.26.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDialogflowCxSecuritySettingsInvalidRedactionScopeRule) Name added in v0.26.0

Name returns the rule name

func (*GoogleDialogflowCxSecuritySettingsInvalidRedactionScopeRule) Severity added in v0.26.0

Severity returns the rule severity

type GoogleDialogflowCxSecuritySettingsInvalidRedactionStrategyRule added in v0.26.0

type GoogleDialogflowCxSecuritySettingsInvalidRedactionStrategyRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDialogflowCxSecuritySettingsInvalidRedactionStrategyRule checks the pattern is valid

func NewGoogleDialogflowCxSecuritySettingsInvalidRedactionStrategyRule added in v0.26.0

func NewGoogleDialogflowCxSecuritySettingsInvalidRedactionStrategyRule() *GoogleDialogflowCxSecuritySettingsInvalidRedactionStrategyRule

NewGoogleDialogflowCxSecuritySettingsInvalidRedactionStrategyRule returns new rule with default attributes

func (*GoogleDialogflowCxSecuritySettingsInvalidRedactionStrategyRule) Check added in v0.26.0

Check checks the pattern is valid

func (*GoogleDialogflowCxSecuritySettingsInvalidRedactionStrategyRule) Enabled added in v0.26.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDialogflowCxSecuritySettingsInvalidRedactionStrategyRule) Name added in v0.26.0

Name returns the rule name

func (*GoogleDialogflowCxSecuritySettingsInvalidRedactionStrategyRule) Severity added in v0.26.0

Severity returns the rule severity

type GoogleDialogflowCxSecuritySettingsInvalidRetentionStrategyRule added in v0.26.0

type GoogleDialogflowCxSecuritySettingsInvalidRetentionStrategyRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDialogflowCxSecuritySettingsInvalidRetentionStrategyRule checks the pattern is valid

func NewGoogleDialogflowCxSecuritySettingsInvalidRetentionStrategyRule added in v0.26.0

func NewGoogleDialogflowCxSecuritySettingsInvalidRetentionStrategyRule() *GoogleDialogflowCxSecuritySettingsInvalidRetentionStrategyRule

NewGoogleDialogflowCxSecuritySettingsInvalidRetentionStrategyRule returns new rule with default attributes

func (*GoogleDialogflowCxSecuritySettingsInvalidRetentionStrategyRule) Check added in v0.26.0

Check checks the pattern is valid

func (*GoogleDialogflowCxSecuritySettingsInvalidRetentionStrategyRule) Enabled added in v0.26.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDialogflowCxSecuritySettingsInvalidRetentionStrategyRule) Name added in v0.26.0

Name returns the rule name

func (*GoogleDialogflowCxSecuritySettingsInvalidRetentionStrategyRule) Severity added in v0.26.0

Severity returns the rule severity

type GoogleDialogflowEntityTypeInvalidKindRule

type GoogleDialogflowEntityTypeInvalidKindRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDialogflowEntityTypeInvalidKindRule checks the pattern is valid

func NewGoogleDialogflowEntityTypeInvalidKindRule

func NewGoogleDialogflowEntityTypeInvalidKindRule() *GoogleDialogflowEntityTypeInvalidKindRule

NewGoogleDialogflowEntityTypeInvalidKindRule returns new rule with default attributes

func (*GoogleDialogflowEntityTypeInvalidKindRule) Check

Check checks the pattern is valid

func (*GoogleDialogflowEntityTypeInvalidKindRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDialogflowEntityTypeInvalidKindRule) Name

Name returns the rule name

func (*GoogleDialogflowEntityTypeInvalidKindRule) Severity

Severity returns the rule severity

type GoogleDialogflowIntentInvalidWebhookStateRule

type GoogleDialogflowIntentInvalidWebhookStateRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDialogflowIntentInvalidWebhookStateRule checks the pattern is valid

func NewGoogleDialogflowIntentInvalidWebhookStateRule

func NewGoogleDialogflowIntentInvalidWebhookStateRule() *GoogleDialogflowIntentInvalidWebhookStateRule

NewGoogleDialogflowIntentInvalidWebhookStateRule returns new rule with default attributes

func (*GoogleDialogflowIntentInvalidWebhookStateRule) Check

Check checks the pattern is valid

func (*GoogleDialogflowIntentInvalidWebhookStateRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDialogflowIntentInvalidWebhookStateRule) Name

Name returns the rule name

func (*GoogleDialogflowIntentInvalidWebhookStateRule) Severity

Severity returns the rule severity

type GoogleDiscoveryEngineChatEngineInvalidIndustryVerticalRule added in v0.27.0

type GoogleDiscoveryEngineChatEngineInvalidIndustryVerticalRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDiscoveryEngineChatEngineInvalidIndustryVerticalRule checks the pattern is valid

func NewGoogleDiscoveryEngineChatEngineInvalidIndustryVerticalRule added in v0.27.0

func NewGoogleDiscoveryEngineChatEngineInvalidIndustryVerticalRule() *GoogleDiscoveryEngineChatEngineInvalidIndustryVerticalRule

NewGoogleDiscoveryEngineChatEngineInvalidIndustryVerticalRule returns new rule with default attributes

func (*GoogleDiscoveryEngineChatEngineInvalidIndustryVerticalRule) Check added in v0.27.0

Check checks the pattern is valid

func (*GoogleDiscoveryEngineChatEngineInvalidIndustryVerticalRule) Enabled added in v0.27.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDiscoveryEngineChatEngineInvalidIndustryVerticalRule) Name added in v0.27.0

Name returns the rule name

func (*GoogleDiscoveryEngineChatEngineInvalidIndustryVerticalRule) Severity added in v0.27.0

Severity returns the rule severity

type GoogleDiscoveryEngineDataStoreInvalidContentConfigRule added in v0.27.0

type GoogleDiscoveryEngineDataStoreInvalidContentConfigRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDiscoveryEngineDataStoreInvalidContentConfigRule checks the pattern is valid

func NewGoogleDiscoveryEngineDataStoreInvalidContentConfigRule added in v0.27.0

func NewGoogleDiscoveryEngineDataStoreInvalidContentConfigRule() *GoogleDiscoveryEngineDataStoreInvalidContentConfigRule

NewGoogleDiscoveryEngineDataStoreInvalidContentConfigRule returns new rule with default attributes

func (*GoogleDiscoveryEngineDataStoreInvalidContentConfigRule) Check added in v0.27.0

Check checks the pattern is valid

func (*GoogleDiscoveryEngineDataStoreInvalidContentConfigRule) Enabled added in v0.27.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDiscoveryEngineDataStoreInvalidContentConfigRule) Name added in v0.27.0

Name returns the rule name

func (*GoogleDiscoveryEngineDataStoreInvalidContentConfigRule) Severity added in v0.27.0

Severity returns the rule severity

type GoogleDiscoveryEngineDataStoreInvalidIndustryVerticalRule added in v0.27.0

type GoogleDiscoveryEngineDataStoreInvalidIndustryVerticalRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDiscoveryEngineDataStoreInvalidIndustryVerticalRule checks the pattern is valid

func NewGoogleDiscoveryEngineDataStoreInvalidIndustryVerticalRule added in v0.27.0

func NewGoogleDiscoveryEngineDataStoreInvalidIndustryVerticalRule() *GoogleDiscoveryEngineDataStoreInvalidIndustryVerticalRule

NewGoogleDiscoveryEngineDataStoreInvalidIndustryVerticalRule returns new rule with default attributes

func (*GoogleDiscoveryEngineDataStoreInvalidIndustryVerticalRule) Check added in v0.27.0

Check checks the pattern is valid

func (*GoogleDiscoveryEngineDataStoreInvalidIndustryVerticalRule) Enabled added in v0.27.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDiscoveryEngineDataStoreInvalidIndustryVerticalRule) Name added in v0.27.0

Name returns the rule name

func (*GoogleDiscoveryEngineDataStoreInvalidIndustryVerticalRule) Severity added in v0.27.0

Severity returns the rule severity

type GoogleDiscoveryEngineSearchEngineInvalidIndustryVerticalRule added in v0.27.0

type GoogleDiscoveryEngineSearchEngineInvalidIndustryVerticalRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDiscoveryEngineSearchEngineInvalidIndustryVerticalRule checks the pattern is valid

func NewGoogleDiscoveryEngineSearchEngineInvalidIndustryVerticalRule added in v0.27.0

func NewGoogleDiscoveryEngineSearchEngineInvalidIndustryVerticalRule() *GoogleDiscoveryEngineSearchEngineInvalidIndustryVerticalRule

NewGoogleDiscoveryEngineSearchEngineInvalidIndustryVerticalRule returns new rule with default attributes

func (*GoogleDiscoveryEngineSearchEngineInvalidIndustryVerticalRule) Check added in v0.27.0

Check checks the pattern is valid

func (*GoogleDiscoveryEngineSearchEngineInvalidIndustryVerticalRule) Enabled added in v0.27.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDiscoveryEngineSearchEngineInvalidIndustryVerticalRule) Name added in v0.27.0

Name returns the rule name

func (*GoogleDiscoveryEngineSearchEngineInvalidIndustryVerticalRule) Severity added in v0.27.0

Severity returns the rule severity

type GoogleDnsManagedZoneInvalidVisibilityRule

type GoogleDnsManagedZoneInvalidVisibilityRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDnsManagedZoneInvalidVisibilityRule checks the pattern is valid

func NewGoogleDnsManagedZoneInvalidVisibilityRule

func NewGoogleDnsManagedZoneInvalidVisibilityRule() *GoogleDnsManagedZoneInvalidVisibilityRule

NewGoogleDnsManagedZoneInvalidVisibilityRule returns new rule with default attributes

func (*GoogleDnsManagedZoneInvalidVisibilityRule) Check

Check checks the pattern is valid

func (*GoogleDnsManagedZoneInvalidVisibilityRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDnsManagedZoneInvalidVisibilityRule) Name

Name returns the rule name

func (*GoogleDnsManagedZoneInvalidVisibilityRule) Severity

Severity returns the rule severity

type GoogleDocumentAiWarehouseLocationInvalidAccessControlModeRule added in v0.25.0

type GoogleDocumentAiWarehouseLocationInvalidAccessControlModeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDocumentAiWarehouseLocationInvalidAccessControlModeRule checks the pattern is valid

func NewGoogleDocumentAiWarehouseLocationInvalidAccessControlModeRule added in v0.25.0

func NewGoogleDocumentAiWarehouseLocationInvalidAccessControlModeRule() *GoogleDocumentAiWarehouseLocationInvalidAccessControlModeRule

NewGoogleDocumentAiWarehouseLocationInvalidAccessControlModeRule returns new rule with default attributes

func (*GoogleDocumentAiWarehouseLocationInvalidAccessControlModeRule) Check added in v0.25.0

Check checks the pattern is valid

func (*GoogleDocumentAiWarehouseLocationInvalidAccessControlModeRule) Enabled added in v0.25.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDocumentAiWarehouseLocationInvalidAccessControlModeRule) Name added in v0.25.0

Name returns the rule name

func (*GoogleDocumentAiWarehouseLocationInvalidAccessControlModeRule) Severity added in v0.25.0

Severity returns the rule severity

type GoogleDocumentAiWarehouseLocationInvalidDatabaseTypeRule added in v0.25.0

type GoogleDocumentAiWarehouseLocationInvalidDatabaseTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDocumentAiWarehouseLocationInvalidDatabaseTypeRule checks the pattern is valid

func NewGoogleDocumentAiWarehouseLocationInvalidDatabaseTypeRule added in v0.25.0

func NewGoogleDocumentAiWarehouseLocationInvalidDatabaseTypeRule() *GoogleDocumentAiWarehouseLocationInvalidDatabaseTypeRule

NewGoogleDocumentAiWarehouseLocationInvalidDatabaseTypeRule returns new rule with default attributes

func (*GoogleDocumentAiWarehouseLocationInvalidDatabaseTypeRule) Check added in v0.25.0

Check checks the pattern is valid

func (*GoogleDocumentAiWarehouseLocationInvalidDatabaseTypeRule) Enabled added in v0.25.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDocumentAiWarehouseLocationInvalidDatabaseTypeRule) Name added in v0.25.0

Name returns the rule name

func (*GoogleDocumentAiWarehouseLocationInvalidDatabaseTypeRule) Severity added in v0.25.0

Severity returns the rule severity

type GoogleDocumentAiWarehouseLocationInvalidDocumentCreatorDefaultRoleRule added in v0.25.0

type GoogleDocumentAiWarehouseLocationInvalidDocumentCreatorDefaultRoleRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleDocumentAiWarehouseLocationInvalidDocumentCreatorDefaultRoleRule checks the pattern is valid

func NewGoogleDocumentAiWarehouseLocationInvalidDocumentCreatorDefaultRoleRule added in v0.25.0

func NewGoogleDocumentAiWarehouseLocationInvalidDocumentCreatorDefaultRoleRule() *GoogleDocumentAiWarehouseLocationInvalidDocumentCreatorDefaultRoleRule

NewGoogleDocumentAiWarehouseLocationInvalidDocumentCreatorDefaultRoleRule returns new rule with default attributes

func (*GoogleDocumentAiWarehouseLocationInvalidDocumentCreatorDefaultRoleRule) Check added in v0.25.0

Check checks the pattern is valid

func (*GoogleDocumentAiWarehouseLocationInvalidDocumentCreatorDefaultRoleRule) Enabled added in v0.25.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleDocumentAiWarehouseLocationInvalidDocumentCreatorDefaultRoleRule) Name added in v0.25.0

Name returns the rule name

func (*GoogleDocumentAiWarehouseLocationInvalidDocumentCreatorDefaultRoleRule) Severity added in v0.25.0

Severity returns the rule severity

type GoogleEdgecontainerClusterInvalidReleaseChannelRule added in v0.26.0

type GoogleEdgecontainerClusterInvalidReleaseChannelRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleEdgecontainerClusterInvalidReleaseChannelRule checks the pattern is valid

func NewGoogleEdgecontainerClusterInvalidReleaseChannelRule added in v0.26.0

func NewGoogleEdgecontainerClusterInvalidReleaseChannelRule() *GoogleEdgecontainerClusterInvalidReleaseChannelRule

NewGoogleEdgecontainerClusterInvalidReleaseChannelRule returns new rule with default attributes

func (*GoogleEdgecontainerClusterInvalidReleaseChannelRule) Check added in v0.26.0

Check checks the pattern is valid

func (*GoogleEdgecontainerClusterInvalidReleaseChannelRule) Enabled added in v0.26.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleEdgecontainerClusterInvalidReleaseChannelRule) Name added in v0.26.0

Name returns the rule name

func (*GoogleEdgecontainerClusterInvalidReleaseChannelRule) Severity added in v0.26.0

Severity returns the rule severity

type GoogleFirebaseAppCheckServiceConfigInvalidEnforcementModeRule added in v0.27.0

type GoogleFirebaseAppCheckServiceConfigInvalidEnforcementModeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleFirebaseAppCheckServiceConfigInvalidEnforcementModeRule checks the pattern is valid

func NewGoogleFirebaseAppCheckServiceConfigInvalidEnforcementModeRule added in v0.27.0

func NewGoogleFirebaseAppCheckServiceConfigInvalidEnforcementModeRule() *GoogleFirebaseAppCheckServiceConfigInvalidEnforcementModeRule

NewGoogleFirebaseAppCheckServiceConfigInvalidEnforcementModeRule returns new rule with default attributes

func (*GoogleFirebaseAppCheckServiceConfigInvalidEnforcementModeRule) Check added in v0.27.0

Check checks the pattern is valid

func (*GoogleFirebaseAppCheckServiceConfigInvalidEnforcementModeRule) Enabled added in v0.27.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleFirebaseAppCheckServiceConfigInvalidEnforcementModeRule) Name added in v0.27.0

Name returns the rule name

func (*GoogleFirebaseAppCheckServiceConfigInvalidEnforcementModeRule) Severity added in v0.27.0

Severity returns the rule severity

type GoogleFirestoreDatabaseInvalidAppEngineIntegrationModeRule added in v0.23.0

type GoogleFirestoreDatabaseInvalidAppEngineIntegrationModeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleFirestoreDatabaseInvalidAppEngineIntegrationModeRule checks the pattern is valid

func NewGoogleFirestoreDatabaseInvalidAppEngineIntegrationModeRule added in v0.23.0

func NewGoogleFirestoreDatabaseInvalidAppEngineIntegrationModeRule() *GoogleFirestoreDatabaseInvalidAppEngineIntegrationModeRule

NewGoogleFirestoreDatabaseInvalidAppEngineIntegrationModeRule returns new rule with default attributes

func (*GoogleFirestoreDatabaseInvalidAppEngineIntegrationModeRule) Check added in v0.23.0

Check checks the pattern is valid

func (*GoogleFirestoreDatabaseInvalidAppEngineIntegrationModeRule) Enabled added in v0.23.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleFirestoreDatabaseInvalidAppEngineIntegrationModeRule) Name added in v0.23.0

Name returns the rule name

func (*GoogleFirestoreDatabaseInvalidAppEngineIntegrationModeRule) Severity added in v0.23.0

Severity returns the rule severity

type GoogleFirestoreDatabaseInvalidConcurrencyModeRule added in v0.23.0

type GoogleFirestoreDatabaseInvalidConcurrencyModeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleFirestoreDatabaseInvalidConcurrencyModeRule checks the pattern is valid

func NewGoogleFirestoreDatabaseInvalidConcurrencyModeRule added in v0.23.0

func NewGoogleFirestoreDatabaseInvalidConcurrencyModeRule() *GoogleFirestoreDatabaseInvalidConcurrencyModeRule

NewGoogleFirestoreDatabaseInvalidConcurrencyModeRule returns new rule with default attributes

func (*GoogleFirestoreDatabaseInvalidConcurrencyModeRule) Check added in v0.23.0

Check checks the pattern is valid

func (*GoogleFirestoreDatabaseInvalidConcurrencyModeRule) Enabled added in v0.23.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleFirestoreDatabaseInvalidConcurrencyModeRule) Name added in v0.23.0

Name returns the rule name

func (*GoogleFirestoreDatabaseInvalidConcurrencyModeRule) Severity added in v0.23.0

Severity returns the rule severity

type GoogleFirestoreDatabaseInvalidDeleteProtectionStateRule added in v0.26.0

type GoogleFirestoreDatabaseInvalidDeleteProtectionStateRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleFirestoreDatabaseInvalidDeleteProtectionStateRule checks the pattern is valid

func NewGoogleFirestoreDatabaseInvalidDeleteProtectionStateRule added in v0.26.0

func NewGoogleFirestoreDatabaseInvalidDeleteProtectionStateRule() *GoogleFirestoreDatabaseInvalidDeleteProtectionStateRule

NewGoogleFirestoreDatabaseInvalidDeleteProtectionStateRule returns new rule with default attributes

func (*GoogleFirestoreDatabaseInvalidDeleteProtectionStateRule) Check added in v0.26.0

Check checks the pattern is valid

func (*GoogleFirestoreDatabaseInvalidDeleteProtectionStateRule) Enabled added in v0.26.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleFirestoreDatabaseInvalidDeleteProtectionStateRule) Name added in v0.26.0

Name returns the rule name

func (*GoogleFirestoreDatabaseInvalidDeleteProtectionStateRule) Severity added in v0.26.0

Severity returns the rule severity

type GoogleFirestoreDatabaseInvalidPointInTimeRecoveryEnablementRule added in v0.26.0

type GoogleFirestoreDatabaseInvalidPointInTimeRecoveryEnablementRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleFirestoreDatabaseInvalidPointInTimeRecoveryEnablementRule checks the pattern is valid

func NewGoogleFirestoreDatabaseInvalidPointInTimeRecoveryEnablementRule added in v0.26.0

func NewGoogleFirestoreDatabaseInvalidPointInTimeRecoveryEnablementRule() *GoogleFirestoreDatabaseInvalidPointInTimeRecoveryEnablementRule

NewGoogleFirestoreDatabaseInvalidPointInTimeRecoveryEnablementRule returns new rule with default attributes

func (*GoogleFirestoreDatabaseInvalidPointInTimeRecoveryEnablementRule) Check added in v0.26.0

Check checks the pattern is valid

func (*GoogleFirestoreDatabaseInvalidPointInTimeRecoveryEnablementRule) Enabled added in v0.26.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleFirestoreDatabaseInvalidPointInTimeRecoveryEnablementRule) Name added in v0.26.0

Name returns the rule name

func (*GoogleFirestoreDatabaseInvalidPointInTimeRecoveryEnablementRule) Severity added in v0.26.0

Severity returns the rule severity

type GoogleFirestoreDatabaseInvalidTypeRule added in v0.23.0

type GoogleFirestoreDatabaseInvalidTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleFirestoreDatabaseInvalidTypeRule checks the pattern is valid

func NewGoogleFirestoreDatabaseInvalidTypeRule added in v0.23.0

func NewGoogleFirestoreDatabaseInvalidTypeRule() *GoogleFirestoreDatabaseInvalidTypeRule

NewGoogleFirestoreDatabaseInvalidTypeRule returns new rule with default attributes

func (*GoogleFirestoreDatabaseInvalidTypeRule) Check added in v0.23.0

Check checks the pattern is valid

func (*GoogleFirestoreDatabaseInvalidTypeRule) Enabled added in v0.23.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleFirestoreDatabaseInvalidTypeRule) Name added in v0.23.0

Name returns the rule name

func (*GoogleFirestoreDatabaseInvalidTypeRule) Severity added in v0.23.0

Severity returns the rule severity

type GoogleFirestoreIndexInvalidApiScopeRule added in v0.26.0

type GoogleFirestoreIndexInvalidApiScopeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleFirestoreIndexInvalidApiScopeRule checks the pattern is valid

func NewGoogleFirestoreIndexInvalidApiScopeRule added in v0.26.0

func NewGoogleFirestoreIndexInvalidApiScopeRule() *GoogleFirestoreIndexInvalidApiScopeRule

NewGoogleFirestoreIndexInvalidApiScopeRule returns new rule with default attributes

func (*GoogleFirestoreIndexInvalidApiScopeRule) Check added in v0.26.0

Check checks the pattern is valid

func (*GoogleFirestoreIndexInvalidApiScopeRule) Enabled added in v0.26.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleFirestoreIndexInvalidApiScopeRule) Name added in v0.26.0

Name returns the rule name

func (*GoogleFirestoreIndexInvalidApiScopeRule) Severity added in v0.26.0

Severity returns the rule severity

type GoogleFirestoreIndexInvalidQueryScopeRule

type GoogleFirestoreIndexInvalidQueryScopeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleFirestoreIndexInvalidQueryScopeRule checks the pattern is valid

func NewGoogleFirestoreIndexInvalidQueryScopeRule

func NewGoogleFirestoreIndexInvalidQueryScopeRule() *GoogleFirestoreIndexInvalidQueryScopeRule

NewGoogleFirestoreIndexInvalidQueryScopeRule returns new rule with default attributes

func (*GoogleFirestoreIndexInvalidQueryScopeRule) Check

Check checks the pattern is valid

func (*GoogleFirestoreIndexInvalidQueryScopeRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleFirestoreIndexInvalidQueryScopeRule) Name

Name returns the rule name

func (*GoogleFirestoreIndexInvalidQueryScopeRule) Severity

Severity returns the rule severity

type GoogleHealthcareFhirStoreInvalidComplexDataTypeReferenceParsingRule added in v0.25.0

type GoogleHealthcareFhirStoreInvalidComplexDataTypeReferenceParsingRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleHealthcareFhirStoreInvalidComplexDataTypeReferenceParsingRule checks the pattern is valid

func NewGoogleHealthcareFhirStoreInvalidComplexDataTypeReferenceParsingRule added in v0.25.0

func NewGoogleHealthcareFhirStoreInvalidComplexDataTypeReferenceParsingRule() *GoogleHealthcareFhirStoreInvalidComplexDataTypeReferenceParsingRule

NewGoogleHealthcareFhirStoreInvalidComplexDataTypeReferenceParsingRule returns new rule with default attributes

func (*GoogleHealthcareFhirStoreInvalidComplexDataTypeReferenceParsingRule) Check added in v0.25.0

Check checks the pattern is valid

func (*GoogleHealthcareFhirStoreInvalidComplexDataTypeReferenceParsingRule) Enabled added in v0.25.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleHealthcareFhirStoreInvalidComplexDataTypeReferenceParsingRule) Name added in v0.25.0

Name returns the rule name

func (*GoogleHealthcareFhirStoreInvalidComplexDataTypeReferenceParsingRule) Severity added in v0.25.0

Severity returns the rule severity

type GoogleHealthcareFhirStoreInvalidVersionRule

type GoogleHealthcareFhirStoreInvalidVersionRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleHealthcareFhirStoreInvalidVersionRule checks the pattern is valid

func NewGoogleHealthcareFhirStoreInvalidVersionRule

func NewGoogleHealthcareFhirStoreInvalidVersionRule() *GoogleHealthcareFhirStoreInvalidVersionRule

NewGoogleHealthcareFhirStoreInvalidVersionRule returns new rule with default attributes

func (*GoogleHealthcareFhirStoreInvalidVersionRule) Check

Check checks the pattern is valid

func (*GoogleHealthcareFhirStoreInvalidVersionRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleHealthcareFhirStoreInvalidVersionRule) Name

Name returns the rule name

func (*GoogleHealthcareFhirStoreInvalidVersionRule) Severity

Severity returns the rule severity

type GoogleIntegrationConnectorsConnectionInvalidEventingEnablementTypeRule added in v0.26.0

type GoogleIntegrationConnectorsConnectionInvalidEventingEnablementTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleIntegrationConnectorsConnectionInvalidEventingEnablementTypeRule checks the pattern is valid

func NewGoogleIntegrationConnectorsConnectionInvalidEventingEnablementTypeRule added in v0.26.0

func NewGoogleIntegrationConnectorsConnectionInvalidEventingEnablementTypeRule() *GoogleIntegrationConnectorsConnectionInvalidEventingEnablementTypeRule

NewGoogleIntegrationConnectorsConnectionInvalidEventingEnablementTypeRule returns new rule with default attributes

func (*GoogleIntegrationConnectorsConnectionInvalidEventingEnablementTypeRule) Check added in v0.26.0

Check checks the pattern is valid

func (*GoogleIntegrationConnectorsConnectionInvalidEventingEnablementTypeRule) Enabled added in v0.26.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleIntegrationConnectorsConnectionInvalidEventingEnablementTypeRule) Name added in v0.26.0

Name returns the rule name

func (*GoogleIntegrationConnectorsConnectionInvalidEventingEnablementTypeRule) Severity added in v0.26.0

Severity returns the rule severity

type GoogleIntegrationsAuthConfigInvalidVisibilityRule added in v0.28.0

type GoogleIntegrationsAuthConfigInvalidVisibilityRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleIntegrationsAuthConfigInvalidVisibilityRule checks the pattern is valid

func NewGoogleIntegrationsAuthConfigInvalidVisibilityRule added in v0.28.0

func NewGoogleIntegrationsAuthConfigInvalidVisibilityRule() *GoogleIntegrationsAuthConfigInvalidVisibilityRule

NewGoogleIntegrationsAuthConfigInvalidVisibilityRule returns new rule with default attributes

func (*GoogleIntegrationsAuthConfigInvalidVisibilityRule) Check added in v0.28.0

Check checks the pattern is valid

func (*GoogleIntegrationsAuthConfigInvalidVisibilityRule) Enabled added in v0.28.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleIntegrationsAuthConfigInvalidVisibilityRule) Name added in v0.28.0

Name returns the rule name

func (*GoogleIntegrationsAuthConfigInvalidVisibilityRule) Severity added in v0.28.0

Severity returns the rule severity

type GoogleKmsCryptoKeyVersionInvalidStateRule added in v0.22.0

type GoogleKmsCryptoKeyVersionInvalidStateRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleKmsCryptoKeyVersionInvalidStateRule checks the pattern is valid

func NewGoogleKmsCryptoKeyVersionInvalidStateRule added in v0.22.0

func NewGoogleKmsCryptoKeyVersionInvalidStateRule() *GoogleKmsCryptoKeyVersionInvalidStateRule

NewGoogleKmsCryptoKeyVersionInvalidStateRule returns new rule with default attributes

func (*GoogleKmsCryptoKeyVersionInvalidStateRule) Check added in v0.22.0

Check checks the pattern is valid

func (*GoogleKmsCryptoKeyVersionInvalidStateRule) Enabled added in v0.22.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleKmsCryptoKeyVersionInvalidStateRule) Name added in v0.22.0

Name returns the rule name

func (*GoogleKmsCryptoKeyVersionInvalidStateRule) Severity added in v0.22.0

Severity returns the rule severity

type GoogleKmsEkmConnectionInvalidKeyManagementModeRule added in v0.28.0

type GoogleKmsEkmConnectionInvalidKeyManagementModeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleKmsEkmConnectionInvalidKeyManagementModeRule checks the pattern is valid

func NewGoogleKmsEkmConnectionInvalidKeyManagementModeRule added in v0.28.0

func NewGoogleKmsEkmConnectionInvalidKeyManagementModeRule() *GoogleKmsEkmConnectionInvalidKeyManagementModeRule

NewGoogleKmsEkmConnectionInvalidKeyManagementModeRule returns new rule with default attributes

func (*GoogleKmsEkmConnectionInvalidKeyManagementModeRule) Check added in v0.28.0

Check checks the pattern is valid

func (*GoogleKmsEkmConnectionInvalidKeyManagementModeRule) Enabled added in v0.28.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleKmsEkmConnectionInvalidKeyManagementModeRule) Name added in v0.28.0

Name returns the rule name

func (*GoogleKmsEkmConnectionInvalidKeyManagementModeRule) Severity added in v0.28.0

Severity returns the rule severity

type GoogleKmsKeyRingImportJobInvalidImportMethodRule

type GoogleKmsKeyRingImportJobInvalidImportMethodRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleKmsKeyRingImportJobInvalidImportMethodRule checks the pattern is valid

func NewGoogleKmsKeyRingImportJobInvalidImportMethodRule

func NewGoogleKmsKeyRingImportJobInvalidImportMethodRule() *GoogleKmsKeyRingImportJobInvalidImportMethodRule

NewGoogleKmsKeyRingImportJobInvalidImportMethodRule returns new rule with default attributes

func (*GoogleKmsKeyRingImportJobInvalidImportMethodRule) Check

Check checks the pattern is valid

func (*GoogleKmsKeyRingImportJobInvalidImportMethodRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleKmsKeyRingImportJobInvalidImportMethodRule) Name

Name returns the rule name

func (*GoogleKmsKeyRingImportJobInvalidImportMethodRule) Severity

Severity returns the rule severity

type GoogleKmsKeyRingImportJobInvalidProtectionLevelRule

type GoogleKmsKeyRingImportJobInvalidProtectionLevelRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleKmsKeyRingImportJobInvalidProtectionLevelRule checks the pattern is valid

func NewGoogleKmsKeyRingImportJobInvalidProtectionLevelRule

func NewGoogleKmsKeyRingImportJobInvalidProtectionLevelRule() *GoogleKmsKeyRingImportJobInvalidProtectionLevelRule

NewGoogleKmsKeyRingImportJobInvalidProtectionLevelRule returns new rule with default attributes

func (*GoogleKmsKeyRingImportJobInvalidProtectionLevelRule) Check

Check checks the pattern is valid

func (*GoogleKmsKeyRingImportJobInvalidProtectionLevelRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleKmsKeyRingImportJobInvalidProtectionLevelRule) Name

Name returns the rule name

func (*GoogleKmsKeyRingImportJobInvalidProtectionLevelRule) Severity

Severity returns the rule severity

type GoogleLookerInstanceInvalidNameRule added in v0.25.0

type GoogleLookerInstanceInvalidNameRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleLookerInstanceInvalidNameRule checks the pattern is valid

func NewGoogleLookerInstanceInvalidNameRule added in v0.25.0

func NewGoogleLookerInstanceInvalidNameRule() *GoogleLookerInstanceInvalidNameRule

NewGoogleLookerInstanceInvalidNameRule returns new rule with default attributes

func (*GoogleLookerInstanceInvalidNameRule) Check added in v0.25.0

Check checks the pattern is valid

func (*GoogleLookerInstanceInvalidNameRule) Enabled added in v0.25.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleLookerInstanceInvalidNameRule) Name added in v0.25.0

Name returns the rule name

func (*GoogleLookerInstanceInvalidNameRule) Severity added in v0.25.0

Severity returns the rule severity

type GoogleLookerInstanceInvalidPlatformEditionRule added in v0.25.0

type GoogleLookerInstanceInvalidPlatformEditionRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleLookerInstanceInvalidPlatformEditionRule checks the pattern is valid

func NewGoogleLookerInstanceInvalidPlatformEditionRule added in v0.25.0

func NewGoogleLookerInstanceInvalidPlatformEditionRule() *GoogleLookerInstanceInvalidPlatformEditionRule

NewGoogleLookerInstanceInvalidPlatformEditionRule returns new rule with default attributes

func (*GoogleLookerInstanceInvalidPlatformEditionRule) Check added in v0.25.0

Check checks the pattern is valid

func (*GoogleLookerInstanceInvalidPlatformEditionRule) Enabled added in v0.25.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleLookerInstanceInvalidPlatformEditionRule) Name added in v0.25.0

Name returns the rule name

func (*GoogleLookerInstanceInvalidPlatformEditionRule) Severity added in v0.25.0

Severity returns the rule severity

type GoogleMemcacheInstanceInvalidMemcacheVersionRule added in v0.8.0

type GoogleMemcacheInstanceInvalidMemcacheVersionRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleMemcacheInstanceInvalidMemcacheVersionRule checks the pattern is valid

func NewGoogleMemcacheInstanceInvalidMemcacheVersionRule added in v0.8.0

func NewGoogleMemcacheInstanceInvalidMemcacheVersionRule() *GoogleMemcacheInstanceInvalidMemcacheVersionRule

NewGoogleMemcacheInstanceInvalidMemcacheVersionRule returns new rule with default attributes

func (*GoogleMemcacheInstanceInvalidMemcacheVersionRule) Check added in v0.8.0

Check checks the pattern is valid

func (*GoogleMemcacheInstanceInvalidMemcacheVersionRule) Enabled added in v0.8.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleMemcacheInstanceInvalidMemcacheVersionRule) Name added in v0.8.0

Name returns the rule name

func (*GoogleMemcacheInstanceInvalidMemcacheVersionRule) Severity added in v0.8.0

Severity returns the rule severity

type GoogleMonitoringAlertPolicyInvalidCombinerRule

type GoogleMonitoringAlertPolicyInvalidCombinerRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleMonitoringAlertPolicyInvalidCombinerRule checks the pattern is valid

func NewGoogleMonitoringAlertPolicyInvalidCombinerRule

func NewGoogleMonitoringAlertPolicyInvalidCombinerRule() *GoogleMonitoringAlertPolicyInvalidCombinerRule

NewGoogleMonitoringAlertPolicyInvalidCombinerRule returns new rule with default attributes

func (*GoogleMonitoringAlertPolicyInvalidCombinerRule) Check

Check checks the pattern is valid

func (*GoogleMonitoringAlertPolicyInvalidCombinerRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleMonitoringAlertPolicyInvalidCombinerRule) Name

Name returns the rule name

func (*GoogleMonitoringAlertPolicyInvalidCombinerRule) Severity

Severity returns the rule severity

type GoogleMonitoringAlertPolicyInvalidSeverityRule added in v0.27.0

type GoogleMonitoringAlertPolicyInvalidSeverityRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleMonitoringAlertPolicyInvalidSeverityRule checks the pattern is valid

func NewGoogleMonitoringAlertPolicyInvalidSeverityRule added in v0.27.0

func NewGoogleMonitoringAlertPolicyInvalidSeverityRule() *GoogleMonitoringAlertPolicyInvalidSeverityRule

NewGoogleMonitoringAlertPolicyInvalidSeverityRule returns new rule with default attributes

func (*GoogleMonitoringAlertPolicyInvalidSeverityRule) Check added in v0.27.0

Check checks the pattern is valid

func (*GoogleMonitoringAlertPolicyInvalidSeverityRule) Enabled added in v0.27.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleMonitoringAlertPolicyInvalidSeverityRule) Name added in v0.27.0

Name returns the rule name

func (*GoogleMonitoringAlertPolicyInvalidSeverityRule) Severity added in v0.27.0

Severity returns the rule severity

type GoogleMonitoringCustomServiceInvalidServiceIdRule

type GoogleMonitoringCustomServiceInvalidServiceIdRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleMonitoringCustomServiceInvalidServiceIdRule checks the pattern is valid

func NewGoogleMonitoringCustomServiceInvalidServiceIdRule

func NewGoogleMonitoringCustomServiceInvalidServiceIdRule() *GoogleMonitoringCustomServiceInvalidServiceIdRule

NewGoogleMonitoringCustomServiceInvalidServiceIdRule returns new rule with default attributes

func (*GoogleMonitoringCustomServiceInvalidServiceIdRule) Check

Check checks the pattern is valid

func (*GoogleMonitoringCustomServiceInvalidServiceIdRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleMonitoringCustomServiceInvalidServiceIdRule) Name

Name returns the rule name

func (*GoogleMonitoringCustomServiceInvalidServiceIdRule) Severity

Severity returns the rule severity

type GoogleMonitoringMetricDescriptorInvalidLaunchStageRule

type GoogleMonitoringMetricDescriptorInvalidLaunchStageRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleMonitoringMetricDescriptorInvalidLaunchStageRule checks the pattern is valid

func NewGoogleMonitoringMetricDescriptorInvalidLaunchStageRule

func NewGoogleMonitoringMetricDescriptorInvalidLaunchStageRule() *GoogleMonitoringMetricDescriptorInvalidLaunchStageRule

NewGoogleMonitoringMetricDescriptorInvalidLaunchStageRule returns new rule with default attributes

func (*GoogleMonitoringMetricDescriptorInvalidLaunchStageRule) Check

Check checks the pattern is valid

func (*GoogleMonitoringMetricDescriptorInvalidLaunchStageRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleMonitoringMetricDescriptorInvalidLaunchStageRule) Name

Name returns the rule name

func (*GoogleMonitoringMetricDescriptorInvalidLaunchStageRule) Severity

Severity returns the rule severity

type GoogleMonitoringMetricDescriptorInvalidMetricKindRule

type GoogleMonitoringMetricDescriptorInvalidMetricKindRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleMonitoringMetricDescriptorInvalidMetricKindRule checks the pattern is valid

func NewGoogleMonitoringMetricDescriptorInvalidMetricKindRule

func NewGoogleMonitoringMetricDescriptorInvalidMetricKindRule() *GoogleMonitoringMetricDescriptorInvalidMetricKindRule

NewGoogleMonitoringMetricDescriptorInvalidMetricKindRule returns new rule with default attributes

func (*GoogleMonitoringMetricDescriptorInvalidMetricKindRule) Check

Check checks the pattern is valid

func (*GoogleMonitoringMetricDescriptorInvalidMetricKindRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleMonitoringMetricDescriptorInvalidMetricKindRule) Name

Name returns the rule name

func (*GoogleMonitoringMetricDescriptorInvalidMetricKindRule) Severity

Severity returns the rule severity

type GoogleMonitoringMetricDescriptorInvalidValueTypeRule

type GoogleMonitoringMetricDescriptorInvalidValueTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleMonitoringMetricDescriptorInvalidValueTypeRule checks the pattern is valid

func NewGoogleMonitoringMetricDescriptorInvalidValueTypeRule

func NewGoogleMonitoringMetricDescriptorInvalidValueTypeRule() *GoogleMonitoringMetricDescriptorInvalidValueTypeRule

NewGoogleMonitoringMetricDescriptorInvalidValueTypeRule returns new rule with default attributes

func (*GoogleMonitoringMetricDescriptorInvalidValueTypeRule) Check

Check checks the pattern is valid

func (*GoogleMonitoringMetricDescriptorInvalidValueTypeRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleMonitoringMetricDescriptorInvalidValueTypeRule) Name

Name returns the rule name

func (*GoogleMonitoringMetricDescriptorInvalidValueTypeRule) Severity

Severity returns the rule severity

type GoogleMonitoringSloInvalidCalendarPeriodRule

type GoogleMonitoringSloInvalidCalendarPeriodRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleMonitoringSloInvalidCalendarPeriodRule checks the pattern is valid

func NewGoogleMonitoringSloInvalidCalendarPeriodRule

func NewGoogleMonitoringSloInvalidCalendarPeriodRule() *GoogleMonitoringSloInvalidCalendarPeriodRule

NewGoogleMonitoringSloInvalidCalendarPeriodRule returns new rule with default attributes

func (*GoogleMonitoringSloInvalidCalendarPeriodRule) Check

Check checks the pattern is valid

func (*GoogleMonitoringSloInvalidCalendarPeriodRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleMonitoringSloInvalidCalendarPeriodRule) Name

Name returns the rule name

func (*GoogleMonitoringSloInvalidCalendarPeriodRule) Severity

Severity returns the rule severity

type GoogleMonitoringSloInvalidSloIdRule

type GoogleMonitoringSloInvalidSloIdRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleMonitoringSloInvalidSloIdRule checks the pattern is valid

func NewGoogleMonitoringSloInvalidSloIdRule

func NewGoogleMonitoringSloInvalidSloIdRule() *GoogleMonitoringSloInvalidSloIdRule

NewGoogleMonitoringSloInvalidSloIdRule returns new rule with default attributes

func (*GoogleMonitoringSloInvalidSloIdRule) Check

Check checks the pattern is valid

func (*GoogleMonitoringSloInvalidSloIdRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleMonitoringSloInvalidSloIdRule) Name

Name returns the rule name

func (*GoogleMonitoringSloInvalidSloIdRule) Severity

Severity returns the rule severity

type GoogleMonitoringUptimeCheckConfigInvalidCheckerTypeRule added in v0.18.0

type GoogleMonitoringUptimeCheckConfigInvalidCheckerTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleMonitoringUptimeCheckConfigInvalidCheckerTypeRule checks the pattern is valid

func NewGoogleMonitoringUptimeCheckConfigInvalidCheckerTypeRule added in v0.18.0

func NewGoogleMonitoringUptimeCheckConfigInvalidCheckerTypeRule() *GoogleMonitoringUptimeCheckConfigInvalidCheckerTypeRule

NewGoogleMonitoringUptimeCheckConfigInvalidCheckerTypeRule returns new rule with default attributes

func (*GoogleMonitoringUptimeCheckConfigInvalidCheckerTypeRule) Check added in v0.18.0

Check checks the pattern is valid

func (*GoogleMonitoringUptimeCheckConfigInvalidCheckerTypeRule) Enabled added in v0.18.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleMonitoringUptimeCheckConfigInvalidCheckerTypeRule) Name added in v0.18.0

Name returns the rule name

func (*GoogleMonitoringUptimeCheckConfigInvalidCheckerTypeRule) Severity added in v0.18.0

Severity returns the rule severity

type GoogleNetappStoragePoolInvalidServiceLevelRule added in v0.27.0

type GoogleNetappStoragePoolInvalidServiceLevelRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleNetappStoragePoolInvalidServiceLevelRule checks the pattern is valid

func NewGoogleNetappStoragePoolInvalidServiceLevelRule added in v0.27.0

func NewGoogleNetappStoragePoolInvalidServiceLevelRule() *GoogleNetappStoragePoolInvalidServiceLevelRule

NewGoogleNetappStoragePoolInvalidServiceLevelRule returns new rule with default attributes

func (*GoogleNetappStoragePoolInvalidServiceLevelRule) Check added in v0.27.0

Check checks the pattern is valid

func (*GoogleNetappStoragePoolInvalidServiceLevelRule) Enabled added in v0.27.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleNetappStoragePoolInvalidServiceLevelRule) Name added in v0.27.0

Name returns the rule name

func (*GoogleNetappStoragePoolInvalidServiceLevelRule) Severity added in v0.27.0

Severity returns the rule severity

type GoogleNetappVolumeInvalidSecurityStyleRule added in v0.27.0

type GoogleNetappVolumeInvalidSecurityStyleRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleNetappVolumeInvalidSecurityStyleRule checks the pattern is valid

func NewGoogleNetappVolumeInvalidSecurityStyleRule added in v0.27.0

func NewGoogleNetappVolumeInvalidSecurityStyleRule() *GoogleNetappVolumeInvalidSecurityStyleRule

NewGoogleNetappVolumeInvalidSecurityStyleRule returns new rule with default attributes

func (*GoogleNetappVolumeInvalidSecurityStyleRule) Check added in v0.27.0

Check checks the pattern is valid

func (*GoogleNetappVolumeInvalidSecurityStyleRule) Enabled added in v0.27.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleNetappVolumeInvalidSecurityStyleRule) Name added in v0.27.0

Name returns the rule name

func (*GoogleNetappVolumeInvalidSecurityStyleRule) Severity added in v0.27.0

Severity returns the rule severity

type GoogleNetappVolumeReplicationInvalidReplicationScheduleRule added in v0.28.0

type GoogleNetappVolumeReplicationInvalidReplicationScheduleRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleNetappVolumeReplicationInvalidReplicationScheduleRule checks the pattern is valid

func NewGoogleNetappVolumeReplicationInvalidReplicationScheduleRule added in v0.28.0

func NewGoogleNetappVolumeReplicationInvalidReplicationScheduleRule() *GoogleNetappVolumeReplicationInvalidReplicationScheduleRule

NewGoogleNetappVolumeReplicationInvalidReplicationScheduleRule returns new rule with default attributes

func (*GoogleNetappVolumeReplicationInvalidReplicationScheduleRule) Check added in v0.28.0

Check checks the pattern is valid

func (*GoogleNetappVolumeReplicationInvalidReplicationScheduleRule) Enabled added in v0.28.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleNetappVolumeReplicationInvalidReplicationScheduleRule) Name added in v0.28.0

Name returns the rule name

func (*GoogleNetappVolumeReplicationInvalidReplicationScheduleRule) Severity added in v0.28.0

Severity returns the rule severity

type GoogleNetworkConnectivityInternalRangeInvalidPeeringRule added in v0.28.0

type GoogleNetworkConnectivityInternalRangeInvalidPeeringRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleNetworkConnectivityInternalRangeInvalidPeeringRule checks the pattern is valid

func NewGoogleNetworkConnectivityInternalRangeInvalidPeeringRule added in v0.28.0

func NewGoogleNetworkConnectivityInternalRangeInvalidPeeringRule() *GoogleNetworkConnectivityInternalRangeInvalidPeeringRule

NewGoogleNetworkConnectivityInternalRangeInvalidPeeringRule returns new rule with default attributes

func (*GoogleNetworkConnectivityInternalRangeInvalidPeeringRule) Check added in v0.28.0

Check checks the pattern is valid

func (*GoogleNetworkConnectivityInternalRangeInvalidPeeringRule) Enabled added in v0.28.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleNetworkConnectivityInternalRangeInvalidPeeringRule) Name added in v0.28.0

Name returns the rule name

func (*GoogleNetworkConnectivityInternalRangeInvalidPeeringRule) Severity added in v0.28.0

Severity returns the rule severity

type GoogleNetworkConnectivityInternalRangeInvalidUsageRule added in v0.28.0

type GoogleNetworkConnectivityInternalRangeInvalidUsageRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleNetworkConnectivityInternalRangeInvalidUsageRule checks the pattern is valid

func NewGoogleNetworkConnectivityInternalRangeInvalidUsageRule added in v0.28.0

func NewGoogleNetworkConnectivityInternalRangeInvalidUsageRule() *GoogleNetworkConnectivityInternalRangeInvalidUsageRule

NewGoogleNetworkConnectivityInternalRangeInvalidUsageRule returns new rule with default attributes

func (*GoogleNetworkConnectivityInternalRangeInvalidUsageRule) Check added in v0.28.0

Check checks the pattern is valid

func (*GoogleNetworkConnectivityInternalRangeInvalidUsageRule) Enabled added in v0.28.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleNetworkConnectivityInternalRangeInvalidUsageRule) Name added in v0.28.0

Name returns the rule name

func (*GoogleNetworkConnectivityInternalRangeInvalidUsageRule) Severity added in v0.28.0

Severity returns the rule severity

type GoogleNetworkConnectivityPolicyBasedRouteInvalidNextHopOtherRoutesRule added in v0.26.0

type GoogleNetworkConnectivityPolicyBasedRouteInvalidNextHopOtherRoutesRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleNetworkConnectivityPolicyBasedRouteInvalidNextHopOtherRoutesRule checks the pattern is valid

func NewGoogleNetworkConnectivityPolicyBasedRouteInvalidNextHopOtherRoutesRule added in v0.26.0

func NewGoogleNetworkConnectivityPolicyBasedRouteInvalidNextHopOtherRoutesRule() *GoogleNetworkConnectivityPolicyBasedRouteInvalidNextHopOtherRoutesRule

NewGoogleNetworkConnectivityPolicyBasedRouteInvalidNextHopOtherRoutesRule returns new rule with default attributes

func (*GoogleNetworkConnectivityPolicyBasedRouteInvalidNextHopOtherRoutesRule) Check added in v0.26.0

Check checks the pattern is valid

func (*GoogleNetworkConnectivityPolicyBasedRouteInvalidNextHopOtherRoutesRule) Enabled added in v0.26.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleNetworkConnectivityPolicyBasedRouteInvalidNextHopOtherRoutesRule) Name added in v0.26.0

Name returns the rule name

func (*GoogleNetworkConnectivityPolicyBasedRouteInvalidNextHopOtherRoutesRule) Severity added in v0.26.0

Severity returns the rule severity

type GoogleNetworkConnectivityRegionalEndpointInvalidAccessTypeRule added in v0.28.0

type GoogleNetworkConnectivityRegionalEndpointInvalidAccessTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleNetworkConnectivityRegionalEndpointInvalidAccessTypeRule checks the pattern is valid

func NewGoogleNetworkConnectivityRegionalEndpointInvalidAccessTypeRule added in v0.28.0

func NewGoogleNetworkConnectivityRegionalEndpointInvalidAccessTypeRule() *GoogleNetworkConnectivityRegionalEndpointInvalidAccessTypeRule

NewGoogleNetworkConnectivityRegionalEndpointInvalidAccessTypeRule returns new rule with default attributes

func (*GoogleNetworkConnectivityRegionalEndpointInvalidAccessTypeRule) Check added in v0.28.0

Check checks the pattern is valid

func (*GoogleNetworkConnectivityRegionalEndpointInvalidAccessTypeRule) Enabled added in v0.28.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleNetworkConnectivityRegionalEndpointInvalidAccessTypeRule) Name added in v0.28.0

Name returns the rule name

func (*GoogleNetworkConnectivityRegionalEndpointInvalidAccessTypeRule) Severity added in v0.28.0

Severity returns the rule severity

type GoogleNetworkSecurityAddressGroupInvalidTypeRule added in v0.25.0

type GoogleNetworkSecurityAddressGroupInvalidTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleNetworkSecurityAddressGroupInvalidTypeRule checks the pattern is valid

func NewGoogleNetworkSecurityAddressGroupInvalidTypeRule added in v0.25.0

func NewGoogleNetworkSecurityAddressGroupInvalidTypeRule() *GoogleNetworkSecurityAddressGroupInvalidTypeRule

NewGoogleNetworkSecurityAddressGroupInvalidTypeRule returns new rule with default attributes

func (*GoogleNetworkSecurityAddressGroupInvalidTypeRule) Check added in v0.25.0

Check checks the pattern is valid

func (*GoogleNetworkSecurityAddressGroupInvalidTypeRule) Enabled added in v0.25.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleNetworkSecurityAddressGroupInvalidTypeRule) Name added in v0.25.0

Name returns the rule name

func (*GoogleNetworkSecurityAddressGroupInvalidTypeRule) Severity added in v0.25.0

Severity returns the rule severity

type GoogleNetworkSecurityGatewaySecurityPolicyRuleInvalidBasicProfileRule added in v0.25.0

type GoogleNetworkSecurityGatewaySecurityPolicyRuleInvalidBasicProfileRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleNetworkSecurityGatewaySecurityPolicyRuleInvalidBasicProfileRule checks the pattern is valid

func NewGoogleNetworkSecurityGatewaySecurityPolicyRuleInvalidBasicProfileRule added in v0.25.0

func NewGoogleNetworkSecurityGatewaySecurityPolicyRuleInvalidBasicProfileRule() *GoogleNetworkSecurityGatewaySecurityPolicyRuleInvalidBasicProfileRule

NewGoogleNetworkSecurityGatewaySecurityPolicyRuleInvalidBasicProfileRule returns new rule with default attributes

func (*GoogleNetworkSecurityGatewaySecurityPolicyRuleInvalidBasicProfileRule) Check added in v0.25.0

Check checks the pattern is valid

func (*GoogleNetworkSecurityGatewaySecurityPolicyRuleInvalidBasicProfileRule) Enabled added in v0.25.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleNetworkSecurityGatewaySecurityPolicyRuleInvalidBasicProfileRule) Name added in v0.25.0

Name returns the rule name

func (*GoogleNetworkSecurityGatewaySecurityPolicyRuleInvalidBasicProfileRule) Severity added in v0.25.0

Severity returns the rule severity

type GoogleNetworkSecuritySecurityProfileInvalidTypeRule added in v0.29.0

type GoogleNetworkSecuritySecurityProfileInvalidTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleNetworkSecuritySecurityProfileInvalidTypeRule checks the pattern is valid

func NewGoogleNetworkSecuritySecurityProfileInvalidTypeRule added in v0.29.0

func NewGoogleNetworkSecuritySecurityProfileInvalidTypeRule() *GoogleNetworkSecuritySecurityProfileInvalidTypeRule

NewGoogleNetworkSecuritySecurityProfileInvalidTypeRule returns new rule with default attributes

func (*GoogleNetworkSecuritySecurityProfileInvalidTypeRule) Check added in v0.29.0

Check checks the pattern is valid

func (*GoogleNetworkSecuritySecurityProfileInvalidTypeRule) Enabled added in v0.29.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleNetworkSecuritySecurityProfileInvalidTypeRule) Name added in v0.29.0

Name returns the rule name

func (*GoogleNetworkSecuritySecurityProfileInvalidTypeRule) Severity added in v0.29.0

Severity returns the rule severity

type GoogleNetworkSecurityTlsInspectionPolicyInvalidMinTlsVersionRule added in v0.29.0

type GoogleNetworkSecurityTlsInspectionPolicyInvalidMinTlsVersionRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleNetworkSecurityTlsInspectionPolicyInvalidMinTlsVersionRule checks the pattern is valid

func NewGoogleNetworkSecurityTlsInspectionPolicyInvalidMinTlsVersionRule added in v0.29.0

func NewGoogleNetworkSecurityTlsInspectionPolicyInvalidMinTlsVersionRule() *GoogleNetworkSecurityTlsInspectionPolicyInvalidMinTlsVersionRule

NewGoogleNetworkSecurityTlsInspectionPolicyInvalidMinTlsVersionRule returns new rule with default attributes

func (*GoogleNetworkSecurityTlsInspectionPolicyInvalidMinTlsVersionRule) Check added in v0.29.0

Check checks the pattern is valid

func (*GoogleNetworkSecurityTlsInspectionPolicyInvalidMinTlsVersionRule) Enabled added in v0.29.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleNetworkSecurityTlsInspectionPolicyInvalidMinTlsVersionRule) Name added in v0.29.0

Name returns the rule name

func (*GoogleNetworkSecurityTlsInspectionPolicyInvalidMinTlsVersionRule) Severity added in v0.29.0

Severity returns the rule severity

type GoogleNetworkSecurityTlsInspectionPolicyInvalidTlsFeatureProfileRule added in v0.29.0

type GoogleNetworkSecurityTlsInspectionPolicyInvalidTlsFeatureProfileRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleNetworkSecurityTlsInspectionPolicyInvalidTlsFeatureProfileRule checks the pattern is valid

func NewGoogleNetworkSecurityTlsInspectionPolicyInvalidTlsFeatureProfileRule added in v0.29.0

func NewGoogleNetworkSecurityTlsInspectionPolicyInvalidTlsFeatureProfileRule() *GoogleNetworkSecurityTlsInspectionPolicyInvalidTlsFeatureProfileRule

NewGoogleNetworkSecurityTlsInspectionPolicyInvalidTlsFeatureProfileRule returns new rule with default attributes

func (*GoogleNetworkSecurityTlsInspectionPolicyInvalidTlsFeatureProfileRule) Check added in v0.29.0

Check checks the pattern is valid

func (*GoogleNetworkSecurityTlsInspectionPolicyInvalidTlsFeatureProfileRule) Enabled added in v0.29.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleNetworkSecurityTlsInspectionPolicyInvalidTlsFeatureProfileRule) Name added in v0.29.0

Name returns the rule name

func (*GoogleNetworkSecurityTlsInspectionPolicyInvalidTlsFeatureProfileRule) Severity added in v0.29.0

Severity returns the rule severity

type GoogleNetworkServicesEdgeCacheOriginInvalidProtocolRule added in v0.11.0

type GoogleNetworkServicesEdgeCacheOriginInvalidProtocolRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleNetworkServicesEdgeCacheOriginInvalidProtocolRule checks the pattern is valid

func NewGoogleNetworkServicesEdgeCacheOriginInvalidProtocolRule added in v0.11.0

func NewGoogleNetworkServicesEdgeCacheOriginInvalidProtocolRule() *GoogleNetworkServicesEdgeCacheOriginInvalidProtocolRule

NewGoogleNetworkServicesEdgeCacheOriginInvalidProtocolRule returns new rule with default attributes

func (*GoogleNetworkServicesEdgeCacheOriginInvalidProtocolRule) Check added in v0.11.0

Check checks the pattern is valid

func (*GoogleNetworkServicesEdgeCacheOriginInvalidProtocolRule) Enabled added in v0.11.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleNetworkServicesEdgeCacheOriginInvalidProtocolRule) Name added in v0.11.0

Name returns the rule name

func (*GoogleNetworkServicesEdgeCacheOriginInvalidProtocolRule) Severity added in v0.11.0

Severity returns the rule severity

type GoogleNetworkServicesGatewayInvalidTypeRule added in v0.25.0

type GoogleNetworkServicesGatewayInvalidTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleNetworkServicesGatewayInvalidTypeRule checks the pattern is valid

func NewGoogleNetworkServicesGatewayInvalidTypeRule added in v0.25.0

func NewGoogleNetworkServicesGatewayInvalidTypeRule() *GoogleNetworkServicesGatewayInvalidTypeRule

NewGoogleNetworkServicesGatewayInvalidTypeRule returns new rule with default attributes

func (*GoogleNetworkServicesGatewayInvalidTypeRule) Check added in v0.25.0

Check checks the pattern is valid

func (*GoogleNetworkServicesGatewayInvalidTypeRule) Enabled added in v0.25.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleNetworkServicesGatewayInvalidTypeRule) Name added in v0.25.0

Name returns the rule name

func (*GoogleNetworkServicesGatewayInvalidTypeRule) Severity added in v0.25.0

Severity returns the rule severity

type GoogleNetworkServicesLbRouteExtensionInvalidLoadBalancingSchemeRule added in v0.29.0

type GoogleNetworkServicesLbRouteExtensionInvalidLoadBalancingSchemeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleNetworkServicesLbRouteExtensionInvalidLoadBalancingSchemeRule checks the pattern is valid

func NewGoogleNetworkServicesLbRouteExtensionInvalidLoadBalancingSchemeRule added in v0.29.0

func NewGoogleNetworkServicesLbRouteExtensionInvalidLoadBalancingSchemeRule() *GoogleNetworkServicesLbRouteExtensionInvalidLoadBalancingSchemeRule

NewGoogleNetworkServicesLbRouteExtensionInvalidLoadBalancingSchemeRule returns new rule with default attributes

func (*GoogleNetworkServicesLbRouteExtensionInvalidLoadBalancingSchemeRule) Check added in v0.29.0

Check checks the pattern is valid

func (*GoogleNetworkServicesLbRouteExtensionInvalidLoadBalancingSchemeRule) Enabled added in v0.29.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleNetworkServicesLbRouteExtensionInvalidLoadBalancingSchemeRule) Name added in v0.29.0

Name returns the rule name

func (*GoogleNetworkServicesLbRouteExtensionInvalidLoadBalancingSchemeRule) Severity added in v0.29.0

Severity returns the rule severity

type GoogleNetworkServicesLbTrafficExtensionInvalidLoadBalancingSchemeRule added in v0.29.0

type GoogleNetworkServicesLbTrafficExtensionInvalidLoadBalancingSchemeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleNetworkServicesLbTrafficExtensionInvalidLoadBalancingSchemeRule checks the pattern is valid

func NewGoogleNetworkServicesLbTrafficExtensionInvalidLoadBalancingSchemeRule added in v0.29.0

func NewGoogleNetworkServicesLbTrafficExtensionInvalidLoadBalancingSchemeRule() *GoogleNetworkServicesLbTrafficExtensionInvalidLoadBalancingSchemeRule

NewGoogleNetworkServicesLbTrafficExtensionInvalidLoadBalancingSchemeRule returns new rule with default attributes

func (*GoogleNetworkServicesLbTrafficExtensionInvalidLoadBalancingSchemeRule) Check added in v0.29.0

Check checks the pattern is valid

func (*GoogleNetworkServicesLbTrafficExtensionInvalidLoadBalancingSchemeRule) Enabled added in v0.29.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleNetworkServicesLbTrafficExtensionInvalidLoadBalancingSchemeRule) Name added in v0.29.0

Name returns the rule name

func (*GoogleNetworkServicesLbTrafficExtensionInvalidLoadBalancingSchemeRule) Severity added in v0.29.0

Severity returns the rule severity

type GoogleNotebooksInstanceInvalidBootDiskTypeRule added in v0.4.0

type GoogleNotebooksInstanceInvalidBootDiskTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleNotebooksInstanceInvalidBootDiskTypeRule checks the pattern is valid

func NewGoogleNotebooksInstanceInvalidBootDiskTypeRule added in v0.4.0

func NewGoogleNotebooksInstanceInvalidBootDiskTypeRule() *GoogleNotebooksInstanceInvalidBootDiskTypeRule

NewGoogleNotebooksInstanceInvalidBootDiskTypeRule returns new rule with default attributes

func (*GoogleNotebooksInstanceInvalidBootDiskTypeRule) Check added in v0.4.0

Check checks the pattern is valid

func (*GoogleNotebooksInstanceInvalidBootDiskTypeRule) Enabled added in v0.4.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleNotebooksInstanceInvalidBootDiskTypeRule) Name added in v0.4.0

Name returns the rule name

func (*GoogleNotebooksInstanceInvalidBootDiskTypeRule) Severity added in v0.4.0

Severity returns the rule severity

type GoogleNotebooksInstanceInvalidDataDiskTypeRule added in v0.4.0

type GoogleNotebooksInstanceInvalidDataDiskTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleNotebooksInstanceInvalidDataDiskTypeRule checks the pattern is valid

func NewGoogleNotebooksInstanceInvalidDataDiskTypeRule added in v0.4.0

func NewGoogleNotebooksInstanceInvalidDataDiskTypeRule() *GoogleNotebooksInstanceInvalidDataDiskTypeRule

NewGoogleNotebooksInstanceInvalidDataDiskTypeRule returns new rule with default attributes

func (*GoogleNotebooksInstanceInvalidDataDiskTypeRule) Check added in v0.4.0

Check checks the pattern is valid

func (*GoogleNotebooksInstanceInvalidDataDiskTypeRule) Enabled added in v0.4.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleNotebooksInstanceInvalidDataDiskTypeRule) Name added in v0.4.0

Name returns the rule name

func (*GoogleNotebooksInstanceInvalidDataDiskTypeRule) Severity added in v0.4.0

Severity returns the rule severity

type GoogleNotebooksInstanceInvalidDiskEncryptionRule added in v0.4.0

type GoogleNotebooksInstanceInvalidDiskEncryptionRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleNotebooksInstanceInvalidDiskEncryptionRule checks the pattern is valid

func NewGoogleNotebooksInstanceInvalidDiskEncryptionRule added in v0.4.0

func NewGoogleNotebooksInstanceInvalidDiskEncryptionRule() *GoogleNotebooksInstanceInvalidDiskEncryptionRule

NewGoogleNotebooksInstanceInvalidDiskEncryptionRule returns new rule with default attributes

func (*GoogleNotebooksInstanceInvalidDiskEncryptionRule) Check added in v0.4.0

Check checks the pattern is valid

func (*GoogleNotebooksInstanceInvalidDiskEncryptionRule) Enabled added in v0.4.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleNotebooksInstanceInvalidDiskEncryptionRule) Name added in v0.4.0

Name returns the rule name

func (*GoogleNotebooksInstanceInvalidDiskEncryptionRule) Severity added in v0.4.0

Severity returns the rule severity

type GoogleNotebooksInstanceInvalidNicTypeRule added in v0.19.0

type GoogleNotebooksInstanceInvalidNicTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleNotebooksInstanceInvalidNicTypeRule checks the pattern is valid

func NewGoogleNotebooksInstanceInvalidNicTypeRule added in v0.19.0

func NewGoogleNotebooksInstanceInvalidNicTypeRule() *GoogleNotebooksInstanceInvalidNicTypeRule

NewGoogleNotebooksInstanceInvalidNicTypeRule returns new rule with default attributes

func (*GoogleNotebooksInstanceInvalidNicTypeRule) Check added in v0.19.0

Check checks the pattern is valid

func (*GoogleNotebooksInstanceInvalidNicTypeRule) Enabled added in v0.19.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleNotebooksInstanceInvalidNicTypeRule) Name added in v0.19.0

Name returns the rule name

func (*GoogleNotebooksInstanceInvalidNicTypeRule) Severity added in v0.19.0

Severity returns the rule severity

type GoogleOrgPolicyCustomConstraintInvalidActionTypeRule added in v0.26.0

type GoogleOrgPolicyCustomConstraintInvalidActionTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleOrgPolicyCustomConstraintInvalidActionTypeRule checks the pattern is valid

func NewGoogleOrgPolicyCustomConstraintInvalidActionTypeRule added in v0.26.0

func NewGoogleOrgPolicyCustomConstraintInvalidActionTypeRule() *GoogleOrgPolicyCustomConstraintInvalidActionTypeRule

NewGoogleOrgPolicyCustomConstraintInvalidActionTypeRule returns new rule with default attributes

func (*GoogleOrgPolicyCustomConstraintInvalidActionTypeRule) Check added in v0.26.0

Check checks the pattern is valid

func (*GoogleOrgPolicyCustomConstraintInvalidActionTypeRule) Enabled added in v0.26.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleOrgPolicyCustomConstraintInvalidActionTypeRule) Name added in v0.26.0

Name returns the rule name

func (*GoogleOrgPolicyCustomConstraintInvalidActionTypeRule) Severity added in v0.26.0

Severity returns the rule severity

type GoogleOsConfigPatchDeploymentInvalidPatchDeploymentIdRule

type GoogleOsConfigPatchDeploymentInvalidPatchDeploymentIdRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleOsConfigPatchDeploymentInvalidPatchDeploymentIdRule checks the pattern is valid

func NewGoogleOsConfigPatchDeploymentInvalidPatchDeploymentIdRule

func NewGoogleOsConfigPatchDeploymentInvalidPatchDeploymentIdRule() *GoogleOsConfigPatchDeploymentInvalidPatchDeploymentIdRule

NewGoogleOsConfigPatchDeploymentInvalidPatchDeploymentIdRule returns new rule with default attributes

func (*GoogleOsConfigPatchDeploymentInvalidPatchDeploymentIdRule) Check

Check checks the pattern is valid

func (*GoogleOsConfigPatchDeploymentInvalidPatchDeploymentIdRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleOsConfigPatchDeploymentInvalidPatchDeploymentIdRule) Name

Name returns the rule name

func (*GoogleOsConfigPatchDeploymentInvalidPatchDeploymentIdRule) Severity

Severity returns the rule severity

type GooglePrivatecaCaPoolInvalidTierRule added in v0.10.0

type GooglePrivatecaCaPoolInvalidTierRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GooglePrivatecaCaPoolInvalidTierRule checks the pattern is valid

func NewGooglePrivatecaCaPoolInvalidTierRule added in v0.10.0

func NewGooglePrivatecaCaPoolInvalidTierRule() *GooglePrivatecaCaPoolInvalidTierRule

NewGooglePrivatecaCaPoolInvalidTierRule returns new rule with default attributes

func (*GooglePrivatecaCaPoolInvalidTierRule) Check added in v0.10.0

Check checks the pattern is valid

func (*GooglePrivatecaCaPoolInvalidTierRule) Enabled added in v0.10.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GooglePrivatecaCaPoolInvalidTierRule) Name added in v0.10.0

Name returns the rule name

func (*GooglePrivatecaCaPoolInvalidTierRule) Severity added in v0.10.0

Severity returns the rule severity

type GooglePrivatecaCertificateAuthorityInvalidTypeRule added in v0.10.0

type GooglePrivatecaCertificateAuthorityInvalidTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GooglePrivatecaCertificateAuthorityInvalidTypeRule checks the pattern is valid

func NewGooglePrivatecaCertificateAuthorityInvalidTypeRule added in v0.10.0

func NewGooglePrivatecaCertificateAuthorityInvalidTypeRule() *GooglePrivatecaCertificateAuthorityInvalidTypeRule

NewGooglePrivatecaCertificateAuthorityInvalidTypeRule returns new rule with default attributes

func (*GooglePrivatecaCertificateAuthorityInvalidTypeRule) Check added in v0.10.0

Check checks the pattern is valid

func (*GooglePrivatecaCertificateAuthorityInvalidTypeRule) Enabled added in v0.10.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GooglePrivatecaCertificateAuthorityInvalidTypeRule) Name added in v0.10.0

Name returns the rule name

func (*GooglePrivatecaCertificateAuthorityInvalidTypeRule) Severity added in v0.10.0

Severity returns the rule severity

type GooglePubsubSchemaInvalidTypeRule added in v0.9.0

type GooglePubsubSchemaInvalidTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GooglePubsubSchemaInvalidTypeRule checks the pattern is valid

func NewGooglePubsubSchemaInvalidTypeRule added in v0.9.0

func NewGooglePubsubSchemaInvalidTypeRule() *GooglePubsubSchemaInvalidTypeRule

NewGooglePubsubSchemaInvalidTypeRule returns new rule with default attributes

func (*GooglePubsubSchemaInvalidTypeRule) Check added in v0.9.0

Check checks the pattern is valid

func (*GooglePubsubSchemaInvalidTypeRule) Enabled added in v0.9.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GooglePubsubSchemaInvalidTypeRule) Name added in v0.9.0

Name returns the rule name

func (*GooglePubsubSchemaInvalidTypeRule) Severity added in v0.9.0

Severity returns the rule severity

type GoogleRedisClusterInvalidAuthorizationModeRule added in v0.26.0

type GoogleRedisClusterInvalidAuthorizationModeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleRedisClusterInvalidAuthorizationModeRule checks the pattern is valid

func NewGoogleRedisClusterInvalidAuthorizationModeRule added in v0.26.0

func NewGoogleRedisClusterInvalidAuthorizationModeRule() *GoogleRedisClusterInvalidAuthorizationModeRule

NewGoogleRedisClusterInvalidAuthorizationModeRule returns new rule with default attributes

func (*GoogleRedisClusterInvalidAuthorizationModeRule) Check added in v0.26.0

Check checks the pattern is valid

func (*GoogleRedisClusterInvalidAuthorizationModeRule) Enabled added in v0.26.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleRedisClusterInvalidAuthorizationModeRule) Name added in v0.26.0

Name returns the rule name

func (*GoogleRedisClusterInvalidAuthorizationModeRule) Severity added in v0.26.0

Severity returns the rule severity

type GoogleRedisClusterInvalidNodeTypeRule added in v0.28.0

type GoogleRedisClusterInvalidNodeTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleRedisClusterInvalidNodeTypeRule checks the pattern is valid

func NewGoogleRedisClusterInvalidNodeTypeRule added in v0.28.0

func NewGoogleRedisClusterInvalidNodeTypeRule() *GoogleRedisClusterInvalidNodeTypeRule

NewGoogleRedisClusterInvalidNodeTypeRule returns new rule with default attributes

func (*GoogleRedisClusterInvalidNodeTypeRule) Check added in v0.28.0

Check checks the pattern is valid

func (*GoogleRedisClusterInvalidNodeTypeRule) Enabled added in v0.28.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleRedisClusterInvalidNodeTypeRule) Name added in v0.28.0

Name returns the rule name

func (*GoogleRedisClusterInvalidNodeTypeRule) Severity added in v0.28.0

Severity returns the rule severity

type GoogleRedisClusterInvalidTransitEncryptionModeRule added in v0.26.0

type GoogleRedisClusterInvalidTransitEncryptionModeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleRedisClusterInvalidTransitEncryptionModeRule checks the pattern is valid

func NewGoogleRedisClusterInvalidTransitEncryptionModeRule added in v0.26.0

func NewGoogleRedisClusterInvalidTransitEncryptionModeRule() *GoogleRedisClusterInvalidTransitEncryptionModeRule

NewGoogleRedisClusterInvalidTransitEncryptionModeRule returns new rule with default attributes

func (*GoogleRedisClusterInvalidTransitEncryptionModeRule) Check added in v0.26.0

Check checks the pattern is valid

func (*GoogleRedisClusterInvalidTransitEncryptionModeRule) Enabled added in v0.26.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleRedisClusterInvalidTransitEncryptionModeRule) Name added in v0.26.0

Name returns the rule name

func (*GoogleRedisClusterInvalidTransitEncryptionModeRule) Severity added in v0.26.0

Severity returns the rule severity

type GoogleRedisInstanceInvalidConnectModeRule

type GoogleRedisInstanceInvalidConnectModeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleRedisInstanceInvalidConnectModeRule checks the pattern is valid

func NewGoogleRedisInstanceInvalidConnectModeRule

func NewGoogleRedisInstanceInvalidConnectModeRule() *GoogleRedisInstanceInvalidConnectModeRule

NewGoogleRedisInstanceInvalidConnectModeRule returns new rule with default attributes

func (*GoogleRedisInstanceInvalidConnectModeRule) Check

Check checks the pattern is valid

func (*GoogleRedisInstanceInvalidConnectModeRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleRedisInstanceInvalidConnectModeRule) Name

Name returns the rule name

func (*GoogleRedisInstanceInvalidConnectModeRule) Severity

Severity returns the rule severity

type GoogleRedisInstanceInvalidNameRule

type GoogleRedisInstanceInvalidNameRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleRedisInstanceInvalidNameRule checks the pattern is valid

func NewGoogleRedisInstanceInvalidNameRule

func NewGoogleRedisInstanceInvalidNameRule() *GoogleRedisInstanceInvalidNameRule

NewGoogleRedisInstanceInvalidNameRule returns new rule with default attributes

func (*GoogleRedisInstanceInvalidNameRule) Check

Check checks the pattern is valid

func (*GoogleRedisInstanceInvalidNameRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleRedisInstanceInvalidNameRule) Name

Name returns the rule name

func (*GoogleRedisInstanceInvalidNameRule) Severity

Severity returns the rule severity

type GoogleRedisInstanceInvalidReadReplicasModeRule added in v0.16.0

type GoogleRedisInstanceInvalidReadReplicasModeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleRedisInstanceInvalidReadReplicasModeRule checks the pattern is valid

func NewGoogleRedisInstanceInvalidReadReplicasModeRule added in v0.16.0

func NewGoogleRedisInstanceInvalidReadReplicasModeRule() *GoogleRedisInstanceInvalidReadReplicasModeRule

NewGoogleRedisInstanceInvalidReadReplicasModeRule returns new rule with default attributes

func (*GoogleRedisInstanceInvalidReadReplicasModeRule) Check added in v0.16.0

Check checks the pattern is valid

func (*GoogleRedisInstanceInvalidReadReplicasModeRule) Enabled added in v0.16.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleRedisInstanceInvalidReadReplicasModeRule) Name added in v0.16.0

Name returns the rule name

func (*GoogleRedisInstanceInvalidReadReplicasModeRule) Severity added in v0.16.0

Severity returns the rule severity

type GoogleRedisInstanceInvalidTierRule

type GoogleRedisInstanceInvalidTierRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleRedisInstanceInvalidTierRule checks the pattern is valid

func NewGoogleRedisInstanceInvalidTierRule

func NewGoogleRedisInstanceInvalidTierRule() *GoogleRedisInstanceInvalidTierRule

NewGoogleRedisInstanceInvalidTierRule returns new rule with default attributes

func (*GoogleRedisInstanceInvalidTierRule) Check

Check checks the pattern is valid

func (*GoogleRedisInstanceInvalidTierRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleRedisInstanceInvalidTierRule) Name

Name returns the rule name

func (*GoogleRedisInstanceInvalidTierRule) Severity

Severity returns the rule severity

type GoogleRedisInstanceInvalidTransitEncryptionModeRule added in v0.10.0

type GoogleRedisInstanceInvalidTransitEncryptionModeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleRedisInstanceInvalidTransitEncryptionModeRule checks the pattern is valid

func NewGoogleRedisInstanceInvalidTransitEncryptionModeRule added in v0.10.0

func NewGoogleRedisInstanceInvalidTransitEncryptionModeRule() *GoogleRedisInstanceInvalidTransitEncryptionModeRule

NewGoogleRedisInstanceInvalidTransitEncryptionModeRule returns new rule with default attributes

func (*GoogleRedisInstanceInvalidTransitEncryptionModeRule) Check added in v0.10.0

Check checks the pattern is valid

func (*GoogleRedisInstanceInvalidTransitEncryptionModeRule) Enabled added in v0.10.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleRedisInstanceInvalidTransitEncryptionModeRule) Name added in v0.10.0

Name returns the rule name

func (*GoogleRedisInstanceInvalidTransitEncryptionModeRule) Severity added in v0.10.0

Severity returns the rule severity

type GoogleSccEventThreatDetectionCustomModuleInvalidEnablementStateRule added in v0.27.0

type GoogleSccEventThreatDetectionCustomModuleInvalidEnablementStateRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleSccEventThreatDetectionCustomModuleInvalidEnablementStateRule checks the pattern is valid

func NewGoogleSccEventThreatDetectionCustomModuleInvalidEnablementStateRule added in v0.27.0

func NewGoogleSccEventThreatDetectionCustomModuleInvalidEnablementStateRule() *GoogleSccEventThreatDetectionCustomModuleInvalidEnablementStateRule

NewGoogleSccEventThreatDetectionCustomModuleInvalidEnablementStateRule returns new rule with default attributes

func (*GoogleSccEventThreatDetectionCustomModuleInvalidEnablementStateRule) Check added in v0.27.0

Check checks the pattern is valid

func (*GoogleSccEventThreatDetectionCustomModuleInvalidEnablementStateRule) Enabled added in v0.27.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleSccEventThreatDetectionCustomModuleInvalidEnablementStateRule) Name added in v0.27.0

Name returns the rule name

func (*GoogleSccEventThreatDetectionCustomModuleInvalidEnablementStateRule) Severity added in v0.27.0

Severity returns the rule severity

type GoogleSccFolderCustomModuleInvalidEnablementStateRule added in v0.27.0

type GoogleSccFolderCustomModuleInvalidEnablementStateRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleSccFolderCustomModuleInvalidEnablementStateRule checks the pattern is valid

func NewGoogleSccFolderCustomModuleInvalidEnablementStateRule added in v0.27.0

func NewGoogleSccFolderCustomModuleInvalidEnablementStateRule() *GoogleSccFolderCustomModuleInvalidEnablementStateRule

NewGoogleSccFolderCustomModuleInvalidEnablementStateRule returns new rule with default attributes

func (*GoogleSccFolderCustomModuleInvalidEnablementStateRule) Check added in v0.27.0

Check checks the pattern is valid

func (*GoogleSccFolderCustomModuleInvalidEnablementStateRule) Enabled added in v0.27.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleSccFolderCustomModuleInvalidEnablementStateRule) Name added in v0.27.0

Name returns the rule name

func (*GoogleSccFolderCustomModuleInvalidEnablementStateRule) Severity added in v0.27.0

Severity returns the rule severity

type GoogleSccManagementFolderSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule added in v0.30.0

type GoogleSccManagementFolderSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleSccManagementFolderSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule checks the pattern is valid

func NewGoogleSccManagementFolderSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule added in v0.30.0

func NewGoogleSccManagementFolderSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule() *GoogleSccManagementFolderSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule

NewGoogleSccManagementFolderSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule returns new rule with default attributes

func (*GoogleSccManagementFolderSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule) Check added in v0.30.0

Check checks the pattern is valid

func (*GoogleSccManagementFolderSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule) Enabled added in v0.30.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleSccManagementFolderSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule) Name added in v0.30.0

Name returns the rule name

func (*GoogleSccManagementFolderSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule) Severity added in v0.30.0

Severity returns the rule severity

type GoogleSccManagementOrganizationEventThreatDetectionCustomModuleInvalidEnablementStateRule added in v0.30.0

type GoogleSccManagementOrganizationEventThreatDetectionCustomModuleInvalidEnablementStateRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleSccManagementOrganizationEventThreatDetectionCustomModuleInvalidEnablementStateRule checks the pattern is valid

func NewGoogleSccManagementOrganizationEventThreatDetectionCustomModuleInvalidEnablementStateRule added in v0.30.0

func NewGoogleSccManagementOrganizationEventThreatDetectionCustomModuleInvalidEnablementStateRule() *GoogleSccManagementOrganizationEventThreatDetectionCustomModuleInvalidEnablementStateRule

NewGoogleSccManagementOrganizationEventThreatDetectionCustomModuleInvalidEnablementStateRule returns new rule with default attributes

func (*GoogleSccManagementOrganizationEventThreatDetectionCustomModuleInvalidEnablementStateRule) Check added in v0.30.0

Check checks the pattern is valid

func (*GoogleSccManagementOrganizationEventThreatDetectionCustomModuleInvalidEnablementStateRule) Enabled added in v0.30.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleSccManagementOrganizationEventThreatDetectionCustomModuleInvalidEnablementStateRule) Name added in v0.30.0

Name returns the rule name

func (*GoogleSccManagementOrganizationEventThreatDetectionCustomModuleInvalidEnablementStateRule) Severity added in v0.30.0

Severity returns the rule severity

type GoogleSccManagementOrganizationSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule added in v0.30.0

type GoogleSccManagementOrganizationSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleSccManagementOrganizationSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule checks the pattern is valid

func NewGoogleSccManagementOrganizationSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule added in v0.30.0

func NewGoogleSccManagementOrganizationSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule() *GoogleSccManagementOrganizationSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule

NewGoogleSccManagementOrganizationSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule returns new rule with default attributes

func (*GoogleSccManagementOrganizationSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule) Check added in v0.30.0

Check checks the pattern is valid

func (*GoogleSccManagementOrganizationSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule) Enabled added in v0.30.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleSccManagementOrganizationSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule) Name added in v0.30.0

Name returns the rule name

func (*GoogleSccManagementOrganizationSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule) Severity added in v0.30.0

Severity returns the rule severity

type GoogleSccManagementProjectSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule added in v0.30.0

type GoogleSccManagementProjectSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleSccManagementProjectSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule checks the pattern is valid

func NewGoogleSccManagementProjectSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule added in v0.30.0

func NewGoogleSccManagementProjectSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule() *GoogleSccManagementProjectSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule

NewGoogleSccManagementProjectSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule returns new rule with default attributes

func (*GoogleSccManagementProjectSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule) Check added in v0.30.0

Check checks the pattern is valid

func (*GoogleSccManagementProjectSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule) Enabled added in v0.30.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleSccManagementProjectSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule) Name added in v0.30.0

Name returns the rule name

func (*GoogleSccManagementProjectSecurityHealthAnalyticsCustomModuleInvalidEnablementStateRule) Severity added in v0.30.0

Severity returns the rule severity

type GoogleSccOrganizationCustomModuleInvalidEnablementStateRule added in v0.27.0

type GoogleSccOrganizationCustomModuleInvalidEnablementStateRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleSccOrganizationCustomModuleInvalidEnablementStateRule checks the pattern is valid

func NewGoogleSccOrganizationCustomModuleInvalidEnablementStateRule added in v0.27.0

func NewGoogleSccOrganizationCustomModuleInvalidEnablementStateRule() *GoogleSccOrganizationCustomModuleInvalidEnablementStateRule

NewGoogleSccOrganizationCustomModuleInvalidEnablementStateRule returns new rule with default attributes

func (*GoogleSccOrganizationCustomModuleInvalidEnablementStateRule) Check added in v0.27.0

Check checks the pattern is valid

func (*GoogleSccOrganizationCustomModuleInvalidEnablementStateRule) Enabled added in v0.27.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleSccOrganizationCustomModuleInvalidEnablementStateRule) Name added in v0.27.0

Name returns the rule name

func (*GoogleSccOrganizationCustomModuleInvalidEnablementStateRule) Severity added in v0.27.0

Severity returns the rule severity

type GoogleSccProjectCustomModuleInvalidEnablementStateRule added in v0.27.0

type GoogleSccProjectCustomModuleInvalidEnablementStateRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleSccProjectCustomModuleInvalidEnablementStateRule checks the pattern is valid

func NewGoogleSccProjectCustomModuleInvalidEnablementStateRule added in v0.27.0

func NewGoogleSccProjectCustomModuleInvalidEnablementStateRule() *GoogleSccProjectCustomModuleInvalidEnablementStateRule

NewGoogleSccProjectCustomModuleInvalidEnablementStateRule returns new rule with default attributes

func (*GoogleSccProjectCustomModuleInvalidEnablementStateRule) Check added in v0.27.0

Check checks the pattern is valid

func (*GoogleSccProjectCustomModuleInvalidEnablementStateRule) Enabled added in v0.27.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleSccProjectCustomModuleInvalidEnablementStateRule) Name added in v0.27.0

Name returns the rule name

func (*GoogleSccProjectCustomModuleInvalidEnablementStateRule) Severity added in v0.27.0

Severity returns the rule severity

type GoogleSccSourceInvalidDisplayNameRule

type GoogleSccSourceInvalidDisplayNameRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleSccSourceInvalidDisplayNameRule checks the pattern is valid

func NewGoogleSccSourceInvalidDisplayNameRule

func NewGoogleSccSourceInvalidDisplayNameRule() *GoogleSccSourceInvalidDisplayNameRule

NewGoogleSccSourceInvalidDisplayNameRule returns new rule with default attributes

func (*GoogleSccSourceInvalidDisplayNameRule) Check

Check checks the pattern is valid

func (*GoogleSccSourceInvalidDisplayNameRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleSccSourceInvalidDisplayNameRule) Name

Name returns the rule name

func (*GoogleSccSourceInvalidDisplayNameRule) Severity

Severity returns the rule severity

type GoogleSecurityposturePostureInvalidStateRule added in v0.27.0

type GoogleSecurityposturePostureInvalidStateRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleSecurityposturePostureInvalidStateRule checks the pattern is valid

func NewGoogleSecurityposturePostureInvalidStateRule added in v0.27.0

func NewGoogleSecurityposturePostureInvalidStateRule() *GoogleSecurityposturePostureInvalidStateRule

NewGoogleSecurityposturePostureInvalidStateRule returns new rule with default attributes

func (*GoogleSecurityposturePostureInvalidStateRule) Check added in v0.27.0

Check checks the pattern is valid

func (*GoogleSecurityposturePostureInvalidStateRule) Enabled added in v0.27.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleSecurityposturePostureInvalidStateRule) Name added in v0.27.0

Name returns the rule name

func (*GoogleSecurityposturePostureInvalidStateRule) Severity added in v0.27.0

Severity returns the rule severity

type GoogleSpannerDatabaseInvalidDatabaseDialectRule added in v0.17.0

type GoogleSpannerDatabaseInvalidDatabaseDialectRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleSpannerDatabaseInvalidDatabaseDialectRule checks the pattern is valid

func NewGoogleSpannerDatabaseInvalidDatabaseDialectRule added in v0.17.0

func NewGoogleSpannerDatabaseInvalidDatabaseDialectRule() *GoogleSpannerDatabaseInvalidDatabaseDialectRule

NewGoogleSpannerDatabaseInvalidDatabaseDialectRule returns new rule with default attributes

func (*GoogleSpannerDatabaseInvalidDatabaseDialectRule) Check added in v0.17.0

Check checks the pattern is valid

func (*GoogleSpannerDatabaseInvalidDatabaseDialectRule) Enabled added in v0.17.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleSpannerDatabaseInvalidDatabaseDialectRule) Name added in v0.17.0

Name returns the rule name

func (*GoogleSpannerDatabaseInvalidDatabaseDialectRule) Severity added in v0.17.0

Severity returns the rule severity

type GoogleSpannerDatabaseInvalidNameRule

type GoogleSpannerDatabaseInvalidNameRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleSpannerDatabaseInvalidNameRule checks the pattern is valid

func NewGoogleSpannerDatabaseInvalidNameRule

func NewGoogleSpannerDatabaseInvalidNameRule() *GoogleSpannerDatabaseInvalidNameRule

NewGoogleSpannerDatabaseInvalidNameRule returns new rule with default attributes

func (*GoogleSpannerDatabaseInvalidNameRule) Check

Check checks the pattern is valid

func (*GoogleSpannerDatabaseInvalidNameRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleSpannerDatabaseInvalidNameRule) Name

Name returns the rule name

func (*GoogleSpannerDatabaseInvalidNameRule) Severity

Severity returns the rule severity

type GoogleSpannerInstanceInvalidNameRule

type GoogleSpannerInstanceInvalidNameRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleSpannerInstanceInvalidNameRule checks the pattern is valid

func NewGoogleSpannerInstanceInvalidNameRule

func NewGoogleSpannerInstanceInvalidNameRule() *GoogleSpannerInstanceInvalidNameRule

NewGoogleSpannerInstanceInvalidNameRule returns new rule with default attributes

func (*GoogleSpannerInstanceInvalidNameRule) Check

Check checks the pattern is valid

func (*GoogleSpannerInstanceInvalidNameRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleSpannerInstanceInvalidNameRule) Name

Name returns the rule name

func (*GoogleSpannerInstanceInvalidNameRule) Severity

Severity returns the rule severity

type GoogleSqlSourceRepresentationInstanceInvalidDatabaseVersionRule

type GoogleSqlSourceRepresentationInstanceInvalidDatabaseVersionRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleSqlSourceRepresentationInstanceInvalidDatabaseVersionRule checks the pattern is valid

func NewGoogleSqlSourceRepresentationInstanceInvalidDatabaseVersionRule

func NewGoogleSqlSourceRepresentationInstanceInvalidDatabaseVersionRule() *GoogleSqlSourceRepresentationInstanceInvalidDatabaseVersionRule

NewGoogleSqlSourceRepresentationInstanceInvalidDatabaseVersionRule returns new rule with default attributes

func (*GoogleSqlSourceRepresentationInstanceInvalidDatabaseVersionRule) Check

Check checks the pattern is valid

func (*GoogleSqlSourceRepresentationInstanceInvalidDatabaseVersionRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleSqlSourceRepresentationInstanceInvalidDatabaseVersionRule) Name

Name returns the rule name

func (*GoogleSqlSourceRepresentationInstanceInvalidDatabaseVersionRule) Severity

Severity returns the rule severity

type GoogleStorageBucketAccessControlInvalidRoleRule

type GoogleStorageBucketAccessControlInvalidRoleRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleStorageBucketAccessControlInvalidRoleRule checks the pattern is valid

func NewGoogleStorageBucketAccessControlInvalidRoleRule

func NewGoogleStorageBucketAccessControlInvalidRoleRule() *GoogleStorageBucketAccessControlInvalidRoleRule

NewGoogleStorageBucketAccessControlInvalidRoleRule returns new rule with default attributes

func (*GoogleStorageBucketAccessControlInvalidRoleRule) Check

Check checks the pattern is valid

func (*GoogleStorageBucketAccessControlInvalidRoleRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleStorageBucketAccessControlInvalidRoleRule) Name

Name returns the rule name

func (*GoogleStorageBucketAccessControlInvalidRoleRule) Severity

Severity returns the rule severity

type GoogleStorageDefaultObjectAccessControlInvalidRoleRule

type GoogleStorageDefaultObjectAccessControlInvalidRoleRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleStorageDefaultObjectAccessControlInvalidRoleRule checks the pattern is valid

func NewGoogleStorageDefaultObjectAccessControlInvalidRoleRule

func NewGoogleStorageDefaultObjectAccessControlInvalidRoleRule() *GoogleStorageDefaultObjectAccessControlInvalidRoleRule

NewGoogleStorageDefaultObjectAccessControlInvalidRoleRule returns new rule with default attributes

func (*GoogleStorageDefaultObjectAccessControlInvalidRoleRule) Check

Check checks the pattern is valid

func (*GoogleStorageDefaultObjectAccessControlInvalidRoleRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleStorageDefaultObjectAccessControlInvalidRoleRule) Name

Name returns the rule name

func (*GoogleStorageDefaultObjectAccessControlInvalidRoleRule) Severity

Severity returns the rule severity

type GoogleStorageHmacKeyInvalidStateRule

type GoogleStorageHmacKeyInvalidStateRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleStorageHmacKeyInvalidStateRule checks the pattern is valid

func NewGoogleStorageHmacKeyInvalidStateRule

func NewGoogleStorageHmacKeyInvalidStateRule() *GoogleStorageHmacKeyInvalidStateRule

NewGoogleStorageHmacKeyInvalidStateRule returns new rule with default attributes

func (*GoogleStorageHmacKeyInvalidStateRule) Check

Check checks the pattern is valid

func (*GoogleStorageHmacKeyInvalidStateRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleStorageHmacKeyInvalidStateRule) Name

Name returns the rule name

func (*GoogleStorageHmacKeyInvalidStateRule) Severity

Severity returns the rule severity

type GoogleStorageManagedFolderInvalidNameRule added in v0.30.0

type GoogleStorageManagedFolderInvalidNameRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleStorageManagedFolderInvalidNameRule checks the pattern is valid

func NewGoogleStorageManagedFolderInvalidNameRule added in v0.30.0

func NewGoogleStorageManagedFolderInvalidNameRule() *GoogleStorageManagedFolderInvalidNameRule

NewGoogleStorageManagedFolderInvalidNameRule returns new rule with default attributes

func (*GoogleStorageManagedFolderInvalidNameRule) Check added in v0.30.0

Check checks the pattern is valid

func (*GoogleStorageManagedFolderInvalidNameRule) Enabled added in v0.30.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleStorageManagedFolderInvalidNameRule) Name added in v0.30.0

Name returns the rule name

func (*GoogleStorageManagedFolderInvalidNameRule) Severity added in v0.30.0

Severity returns the rule severity

type GoogleStorageObjectAccessControlInvalidRoleRule

type GoogleStorageObjectAccessControlInvalidRoleRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleStorageObjectAccessControlInvalidRoleRule checks the pattern is valid

func NewGoogleStorageObjectAccessControlInvalidRoleRule

func NewGoogleStorageObjectAccessControlInvalidRoleRule() *GoogleStorageObjectAccessControlInvalidRoleRule

NewGoogleStorageObjectAccessControlInvalidRoleRule returns new rule with default attributes

func (*GoogleStorageObjectAccessControlInvalidRoleRule) Check

Check checks the pattern is valid

func (*GoogleStorageObjectAccessControlInvalidRoleRule) Enabled

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleStorageObjectAccessControlInvalidRoleRule) Name

Name returns the rule name

func (*GoogleStorageObjectAccessControlInvalidRoleRule) Severity

Severity returns the rule severity

type GoogleTagsTagKeyInvalidPurposeRule added in v0.21.0

type GoogleTagsTagKeyInvalidPurposeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleTagsTagKeyInvalidPurposeRule checks the pattern is valid

func NewGoogleTagsTagKeyInvalidPurposeRule added in v0.21.0

func NewGoogleTagsTagKeyInvalidPurposeRule() *GoogleTagsTagKeyInvalidPurposeRule

NewGoogleTagsTagKeyInvalidPurposeRule returns new rule with default attributes

func (*GoogleTagsTagKeyInvalidPurposeRule) Check added in v0.21.0

Check checks the pattern is valid

func (*GoogleTagsTagKeyInvalidPurposeRule) Enabled added in v0.21.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleTagsTagKeyInvalidPurposeRule) Name added in v0.21.0

Name returns the rule name

func (*GoogleTagsTagKeyInvalidPurposeRule) Severity added in v0.21.0

Severity returns the rule severity

type GoogleVmwareengineExternalAccessRuleInvalidActionRule added in v0.27.0

type GoogleVmwareengineExternalAccessRuleInvalidActionRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleVmwareengineExternalAccessRuleInvalidActionRule checks the pattern is valid

func NewGoogleVmwareengineExternalAccessRuleInvalidActionRule added in v0.27.0

func NewGoogleVmwareengineExternalAccessRuleInvalidActionRule() *GoogleVmwareengineExternalAccessRuleInvalidActionRule

NewGoogleVmwareengineExternalAccessRuleInvalidActionRule returns new rule with default attributes

func (*GoogleVmwareengineExternalAccessRuleInvalidActionRule) Check added in v0.27.0

Check checks the pattern is valid

func (*GoogleVmwareengineExternalAccessRuleInvalidActionRule) Enabled added in v0.27.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleVmwareengineExternalAccessRuleInvalidActionRule) Name added in v0.27.0

Name returns the rule name

func (*GoogleVmwareengineExternalAccessRuleInvalidActionRule) Severity added in v0.27.0

Severity returns the rule severity

type GoogleVmwareengineNetworkInvalidTypeRule added in v0.27.0

type GoogleVmwareengineNetworkInvalidTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleVmwareengineNetworkInvalidTypeRule checks the pattern is valid

func NewGoogleVmwareengineNetworkInvalidTypeRule added in v0.27.0

func NewGoogleVmwareengineNetworkInvalidTypeRule() *GoogleVmwareengineNetworkInvalidTypeRule

NewGoogleVmwareengineNetworkInvalidTypeRule returns new rule with default attributes

func (*GoogleVmwareengineNetworkInvalidTypeRule) Check added in v0.27.0

Check checks the pattern is valid

func (*GoogleVmwareengineNetworkInvalidTypeRule) Enabled added in v0.27.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleVmwareengineNetworkInvalidTypeRule) Name added in v0.27.0

Name returns the rule name

func (*GoogleVmwareengineNetworkInvalidTypeRule) Severity added in v0.27.0

Severity returns the rule severity

type GoogleVmwareengineNetworkPeeringInvalidPeerNetworkTypeRule added in v0.27.0

type GoogleVmwareengineNetworkPeeringInvalidPeerNetworkTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleVmwareengineNetworkPeeringInvalidPeerNetworkTypeRule checks the pattern is valid

func NewGoogleVmwareengineNetworkPeeringInvalidPeerNetworkTypeRule added in v0.27.0

func NewGoogleVmwareengineNetworkPeeringInvalidPeerNetworkTypeRule() *GoogleVmwareengineNetworkPeeringInvalidPeerNetworkTypeRule

NewGoogleVmwareengineNetworkPeeringInvalidPeerNetworkTypeRule returns new rule with default attributes

func (*GoogleVmwareengineNetworkPeeringInvalidPeerNetworkTypeRule) Check added in v0.27.0

Check checks the pattern is valid

func (*GoogleVmwareengineNetworkPeeringInvalidPeerNetworkTypeRule) Enabled added in v0.27.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleVmwareengineNetworkPeeringInvalidPeerNetworkTypeRule) Name added in v0.27.0

Name returns the rule name

func (*GoogleVmwareengineNetworkPeeringInvalidPeerNetworkTypeRule) Severity added in v0.27.0

Severity returns the rule severity

type GoogleVmwareenginePrivateCloudInvalidTypeRule added in v0.27.0

type GoogleVmwareenginePrivateCloudInvalidTypeRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleVmwareenginePrivateCloudInvalidTypeRule checks the pattern is valid

func NewGoogleVmwareenginePrivateCloudInvalidTypeRule added in v0.27.0

func NewGoogleVmwareenginePrivateCloudInvalidTypeRule() *GoogleVmwareenginePrivateCloudInvalidTypeRule

NewGoogleVmwareenginePrivateCloudInvalidTypeRule returns new rule with default attributes

func (*GoogleVmwareenginePrivateCloudInvalidTypeRule) Check added in v0.27.0

Check checks the pattern is valid

func (*GoogleVmwareenginePrivateCloudInvalidTypeRule) Enabled added in v0.27.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleVmwareenginePrivateCloudInvalidTypeRule) Name added in v0.27.0

Name returns the rule name

func (*GoogleVmwareenginePrivateCloudInvalidTypeRule) Severity added in v0.27.0

Severity returns the rule severity

type GoogleWorkflowsWorkflowInvalidCallLogLevelRule added in v0.27.0

type GoogleWorkflowsWorkflowInvalidCallLogLevelRule struct {
	tflint.DefaultRule
	// contains filtered or unexported fields
}

GoogleWorkflowsWorkflowInvalidCallLogLevelRule checks the pattern is valid

func NewGoogleWorkflowsWorkflowInvalidCallLogLevelRule added in v0.27.0

func NewGoogleWorkflowsWorkflowInvalidCallLogLevelRule() *GoogleWorkflowsWorkflowInvalidCallLogLevelRule

NewGoogleWorkflowsWorkflowInvalidCallLogLevelRule returns new rule with default attributes

func (*GoogleWorkflowsWorkflowInvalidCallLogLevelRule) Check added in v0.27.0

Check checks the pattern is valid

func (*GoogleWorkflowsWorkflowInvalidCallLogLevelRule) Enabled added in v0.27.0

Enabled returns whether the rule is enabled by default

Link returns the rule reference link

func (*GoogleWorkflowsWorkflowInvalidCallLogLevelRule) Name added in v0.27.0

Name returns the rule name

func (*GoogleWorkflowsWorkflowInvalidCallLogLevelRule) Severity added in v0.27.0

Severity returns the rule severity

Source Files

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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