Documentation
¶
Index ¶
- type AwsAutoscalingGroupCtyEvalExampleRule
- func (r *AwsAutoscalingGroupCtyEvalExampleRule) Check(runner tflint.Runner) error
- func (r *AwsAutoscalingGroupCtyEvalExampleRule) Enabled() bool
- func (r *AwsAutoscalingGroupCtyEvalExampleRule) Link() string
- func (r *AwsAutoscalingGroupCtyEvalExampleRule) Name() string
- func (r *AwsAutoscalingGroupCtyEvalExampleRule) Severity() tflint.Severity
- type AwsIAMPolicyExampleRule
- type AwsInstanceExampleTypeRule
- type AwsInstanceMapEvalExampleRule
- func (r *AwsInstanceMapEvalExampleRule) Check(runner tflint.Runner) error
- func (r *AwsInstanceMapEvalExampleRule) Enabled() bool
- func (r *AwsInstanceMapEvalExampleRule) Link() string
- func (r *AwsInstanceMapEvalExampleRule) Name() string
- func (r *AwsInstanceMapEvalExampleRule) Severity() tflint.Severity
- type AwsS3BucketExampleLifecycleRuleRule
- func (r *AwsS3BucketExampleLifecycleRuleRule) Check(runner tflint.Runner) error
- func (r *AwsS3BucketExampleLifecycleRuleRule) Enabled() bool
- func (r *AwsS3BucketExampleLifecycleRuleRule) Link() string
- func (r *AwsS3BucketExampleLifecycleRuleRule) Name() string
- func (r *AwsS3BucketExampleLifecycleRuleRule) Severity() tflint.Severity
- type AwsS3BucketWithConfigExampleRule
- func (r *AwsS3BucketWithConfigExampleRule) Check(runner tflint.Runner) error
- func (r *AwsS3BucketWithConfigExampleRule) Enabled() bool
- func (r *AwsS3BucketWithConfigExampleRule) Link() string
- func (r *AwsS3BucketWithConfigExampleRule) Name() string
- func (r *AwsS3BucketWithConfigExampleRule) Severity() tflint.Severity
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsAutoscalingGroupCtyEvalExampleRule ¶ added in v0.35.0
type AwsAutoscalingGroupCtyEvalExampleRule struct {
tflint.DefaultRule
}
AwsAutoscalingGroupCtyEvalExampleRule checks whether ...
func NewAwsAutoscalingGroupCtyEvalExampleRule ¶ added in v0.35.0
func NewAwsAutoscalingGroupCtyEvalExampleRule() *AwsAutoscalingGroupCtyEvalExampleRule
NewAwsAutoScalingGroupCtyEvalExample returns a new rule
func (*AwsAutoscalingGroupCtyEvalExampleRule) Check ¶ added in v0.35.0
func (r *AwsAutoscalingGroupCtyEvalExampleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsAutoscalingGroupCtyEvalExampleRule) Enabled ¶ added in v0.35.0
func (r *AwsAutoscalingGroupCtyEvalExampleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsAutoscalingGroupCtyEvalExampleRule) Link ¶ added in v0.35.0
func (r *AwsAutoscalingGroupCtyEvalExampleRule) Link() string
Link returns the rule reference link
func (*AwsAutoscalingGroupCtyEvalExampleRule) Name ¶ added in v0.35.0
func (r *AwsAutoscalingGroupCtyEvalExampleRule) Name() string
Name returns the rule name
func (*AwsAutoscalingGroupCtyEvalExampleRule) Severity ¶ added in v0.35.0
func (r *AwsAutoscalingGroupCtyEvalExampleRule) Severity() tflint.Severity
Severity returns the rule severity
type AwsIAMPolicyExampleRule ¶ added in v0.36.0
type AwsIAMPolicyExampleRule struct {
tflint.DefaultRule
}
AwsIAMPolicyExampleRule checks whether ...
func NewAwsIAMPolicyExampleRule ¶ added in v0.36.0
func NewAwsIAMPolicyExampleRule() *AwsIAMPolicyExampleRule
NewAwsIAMPolicyExampleRule returns a new rule
func (*AwsIAMPolicyExampleRule) Check ¶ added in v0.36.0
func (r *AwsIAMPolicyExampleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsIAMPolicyExampleRule) Enabled ¶ added in v0.36.0
func (r *AwsIAMPolicyExampleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsIAMPolicyExampleRule) Link ¶ added in v0.36.0
func (r *AwsIAMPolicyExampleRule) Link() string
Link returns the rule reference link
func (*AwsIAMPolicyExampleRule) Name ¶ added in v0.36.0
func (r *AwsIAMPolicyExampleRule) Name() string
Name returns the rule name
func (*AwsIAMPolicyExampleRule) Severity ¶ added in v0.36.0
func (r *AwsIAMPolicyExampleRule) Severity() tflint.Severity
Severity returns the rule severity
type AwsInstanceExampleTypeRule ¶
type AwsInstanceExampleTypeRule struct {
tflint.DefaultRule
}
AwsInstanceExampleTypeRule checks whether ...
func NewAwsInstanceExampleTypeRule ¶
func NewAwsInstanceExampleTypeRule() *AwsInstanceExampleTypeRule
NewAwsInstanceExampleTypeRule returns a new rule
func (*AwsInstanceExampleTypeRule) Check ¶
func (r *AwsInstanceExampleTypeRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsInstanceExampleTypeRule) Enabled ¶
func (r *AwsInstanceExampleTypeRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsInstanceExampleTypeRule) Link ¶
func (r *AwsInstanceExampleTypeRule) Link() string
Link returns the rule reference link
func (*AwsInstanceExampleTypeRule) Name ¶
func (r *AwsInstanceExampleTypeRule) Name() string
Name returns the rule name
func (*AwsInstanceExampleTypeRule) Severity ¶
func (r *AwsInstanceExampleTypeRule) Severity() tflint.Severity
Severity returns the rule severity
type AwsInstanceMapEvalExampleRule ¶ added in v0.35.0
type AwsInstanceMapEvalExampleRule struct {
tflint.DefaultRule
}
AwsInstanceMapEvalExampleRule checks whether ...
func NewAwsInstanceMapEvalExampleRule ¶ added in v0.35.0
func NewAwsInstanceMapEvalExampleRule() *AwsInstanceMapEvalExampleRule
NewAwsInstanceMapEvalExampleRule returns a new rule
func (*AwsInstanceMapEvalExampleRule) Check ¶ added in v0.35.0
func (r *AwsInstanceMapEvalExampleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsInstanceMapEvalExampleRule) Enabled ¶ added in v0.35.0
func (r *AwsInstanceMapEvalExampleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsInstanceMapEvalExampleRule) Link ¶ added in v0.35.0
func (r *AwsInstanceMapEvalExampleRule) Link() string
Link returns the rule reference link
func (*AwsInstanceMapEvalExampleRule) Name ¶ added in v0.35.0
func (r *AwsInstanceMapEvalExampleRule) Name() string
Name returns the rule name
func (*AwsInstanceMapEvalExampleRule) Severity ¶ added in v0.35.0
func (r *AwsInstanceMapEvalExampleRule) Severity() tflint.Severity
Severity returns the rule severity
type AwsS3BucketExampleLifecycleRuleRule ¶ added in v0.35.0
type AwsS3BucketExampleLifecycleRuleRule struct {
tflint.DefaultRule
}
AwsS3BucketExampleLifecycleRuleRule checks whether ...
func NewAwsS3BucketExampleLifecycleRuleRule ¶ added in v0.35.0
func NewAwsS3BucketExampleLifecycleRuleRule() *AwsS3BucketExampleLifecycleRuleRule
NewAwsS3BucketExampleLifecycleRuleRule returns a new rule
func (*AwsS3BucketExampleLifecycleRuleRule) Check ¶ added in v0.35.0
func (r *AwsS3BucketExampleLifecycleRuleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsS3BucketExampleLifecycleRuleRule) Enabled ¶ added in v0.35.0
func (r *AwsS3BucketExampleLifecycleRuleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsS3BucketExampleLifecycleRuleRule) Link ¶ added in v0.35.0
func (r *AwsS3BucketExampleLifecycleRuleRule) Link() string
Link returns the rule reference link
func (*AwsS3BucketExampleLifecycleRuleRule) Name ¶ added in v0.35.0
func (r *AwsS3BucketExampleLifecycleRuleRule) Name() string
Name returns the rule name
func (*AwsS3BucketExampleLifecycleRuleRule) Severity ¶ added in v0.35.0
func (r *AwsS3BucketExampleLifecycleRuleRule) Severity() tflint.Severity
Severity returns the rule severity
type AwsS3BucketWithConfigExampleRule ¶ added in v0.35.0
type AwsS3BucketWithConfigExampleRule struct {
tflint.DefaultRule
}
AwsS3BucketWithConfigExampleRule checks whether ...
func NewAwsS3BucketWithConfigExampleRule ¶ added in v0.35.0
func NewAwsS3BucketWithConfigExampleRule() *AwsS3BucketWithConfigExampleRule
NewAwsS3BucketWithConfigExampleRule returns a new rule
func (*AwsS3BucketWithConfigExampleRule) Check ¶ added in v0.35.0
func (r *AwsS3BucketWithConfigExampleRule) Check(runner tflint.Runner) error
Check checks whether ...
func (*AwsS3BucketWithConfigExampleRule) Enabled ¶ added in v0.35.0
func (r *AwsS3BucketWithConfigExampleRule) Enabled() bool
Enabled returns whether the rule is enabled by default
func (*AwsS3BucketWithConfigExampleRule) Link ¶ added in v0.35.0
func (r *AwsS3BucketWithConfigExampleRule) Link() string
Link returns the rule reference link
func (*AwsS3BucketWithConfigExampleRule) Name ¶ added in v0.35.0
func (r *AwsS3BucketWithConfigExampleRule) Name() string
Name returns the rule name
func (*AwsS3BucketWithConfigExampleRule) Severity ¶ added in v0.35.0
func (r *AwsS3BucketWithConfigExampleRule) Severity() tflint.Severity
Severity returns the rule severity