Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + Description terra.StringValue + ExcludedAccounts terra.SetValue[terra.StringValue] + Id terra.StringValue + InputParameters terra.StringValue + MaximumExecutionFrequency terra.StringValue + Name terra.StringValue + ResourceIdScope terra.StringValue + ResourceTypesScope terra.SetValue[terra.StringValue] + RuleIdentifier terra.StringValue + TagKeyScope terra.StringValue + TagValueScope terra.StringValue + Timeouts *Timeouts + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (acomr *Resource) Attributes() awsConfigOrganizationManagedRuleAttributes + func (acomr *Resource) Configuration() interface{} + func (acomr *Resource) DependOn() terra.Reference + func (acomr *Resource) Dependencies() terra.Dependencies + func (acomr *Resource) ImportState(state io.Reader) error + func (acomr *Resource) LifecycleManagement() *terra.Lifecycle + func (acomr *Resource) LocalName() string + func (acomr *Resource) State() (*awsConfigOrganizationManagedRuleState, bool) + func (acomr *Resource) StateMust() *awsConfigOrganizationManagedRuleState + func (acomr *Resource) Type() string + type Timeouts struct + Create terra.StringValue + Delete terra.StringValue + Update terra.StringValue + type TimeoutsAttributes struct + func (t TimeoutsAttributes) Create() terra.StringValue + func (t TimeoutsAttributes) Delete() terra.StringValue + func (t TimeoutsAttributes) InternalRef() (terra.Reference, error) + func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error) + func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes + func (t TimeoutsAttributes) Update() terra.StringValue + type TimeoutsState struct + Create string + Delete string + Update string