Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + Bucket terra.StringValue + Id terra.StringValue + Rule *Rule + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (asboc *Resource) Attributes() awsS3BucketOwnershipControlsAttributes + func (asboc *Resource) Configuration() interface{} + func (asboc *Resource) DependOn() terra.Reference + func (asboc *Resource) Dependencies() terra.Dependencies + func (asboc *Resource) ImportState(state io.Reader) error + func (asboc *Resource) LifecycleManagement() *terra.Lifecycle + func (asboc *Resource) LocalName() string + func (asboc *Resource) State() (*awsS3BucketOwnershipControlsState, bool) + func (asboc *Resource) StateMust() *awsS3BucketOwnershipControlsState + func (asboc *Resource) Type() string + type Rule struct + ObjectOwnership terra.StringValue + type RuleAttributes struct + func (r RuleAttributes) InternalRef() (terra.Reference, error) + func (r RuleAttributes) InternalTokens() (hclwrite.Tokens, error) + func (r RuleAttributes) InternalWithRef(ref terra.Reference) RuleAttributes + func (r RuleAttributes) ObjectOwnership() terra.StringValue + type RuleState struct + ObjectOwnership string