Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + BranchFilter terra.StringValue + BuildType terra.StringValue + FilterGroup []FilterGroup + Id terra.StringValue + ProjectName terra.StringValue + type FilterGroup struct + Filter []FilterGroupFilter + type FilterGroupAttributes struct + func (fg FilterGroupAttributes) Filter() terra.ListValue[FilterGroupFilterAttributes] + func (fg FilterGroupAttributes) InternalRef() (terra.Reference, error) + func (fg FilterGroupAttributes) InternalTokens() (hclwrite.Tokens, error) + func (fg FilterGroupAttributes) InternalWithRef(ref terra.Reference) FilterGroupAttributes + type FilterGroupFilter struct + ExcludeMatchedPattern terra.BoolValue + Pattern terra.StringValue + Type terra.StringValue + type FilterGroupFilterAttributes struct + func (f FilterGroupFilterAttributes) ExcludeMatchedPattern() terra.BoolValue + func (f FilterGroupFilterAttributes) InternalRef() (terra.Reference, error) + func (f FilterGroupFilterAttributes) InternalTokens() (hclwrite.Tokens, error) + func (f FilterGroupFilterAttributes) InternalWithRef(ref terra.Reference) FilterGroupFilterAttributes + func (f FilterGroupFilterAttributes) Pattern() terra.StringValue + func (f FilterGroupFilterAttributes) Type() terra.StringValue + type FilterGroupFilterState struct + ExcludeMatchedPattern bool + Pattern string + Type string + type FilterGroupState struct + Filter []FilterGroupFilterState + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (acw *Resource) Attributes() awsCodebuildWebhookAttributes + func (acw *Resource) Configuration() interface{} + func (acw *Resource) DependOn() terra.Reference + func (acw *Resource) Dependencies() terra.Dependencies + func (acw *Resource) ImportState(state io.Reader) error + func (acw *Resource) LifecycleManagement() *terra.Lifecycle + func (acw *Resource) LocalName() string + func (acw *Resource) State() (*awsCodebuildWebhookState, bool) + func (acw *Resource) StateMust() *awsCodebuildWebhookState + func (acw *Resource) Type() string