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 + ExpectedBucketOwner terra.StringValue + Id terra.StringValue + TargetBucket terra.StringValue + TargetGrant []TargetGrant + TargetPrefix terra.StringValue + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (asbl *Resource) Attributes() awsS3BucketLoggingAttributes + func (asbl *Resource) Configuration() interface{} + func (asbl *Resource) DependOn() terra.Reference + func (asbl *Resource) Dependencies() terra.Dependencies + func (asbl *Resource) ImportState(state io.Reader) error + func (asbl *Resource) LifecycleManagement() *terra.Lifecycle + func (asbl *Resource) LocalName() string + func (asbl *Resource) State() (*awsS3BucketLoggingState, bool) + func (asbl *Resource) StateMust() *awsS3BucketLoggingState + func (asbl *Resource) Type() string + type TargetGrant struct + Grantee *TargetGrantGrantee + Permission terra.StringValue + type TargetGrantAttributes struct + func (tg TargetGrantAttributes) Grantee() terra.ListValue[TargetGrantGranteeAttributes] + func (tg TargetGrantAttributes) InternalRef() (terra.Reference, error) + func (tg TargetGrantAttributes) InternalTokens() (hclwrite.Tokens, error) + func (tg TargetGrantAttributes) InternalWithRef(ref terra.Reference) TargetGrantAttributes + func (tg TargetGrantAttributes) Permission() terra.StringValue + type TargetGrantGrantee struct + EmailAddress terra.StringValue + Id terra.StringValue + Type terra.StringValue + Uri terra.StringValue + type TargetGrantGranteeAttributes struct + func (g TargetGrantGranteeAttributes) DisplayName() terra.StringValue + func (g TargetGrantGranteeAttributes) EmailAddress() terra.StringValue + func (g TargetGrantGranteeAttributes) Id() terra.StringValue + func (g TargetGrantGranteeAttributes) InternalRef() (terra.Reference, error) + func (g TargetGrantGranteeAttributes) InternalTokens() (hclwrite.Tokens, error) + func (g TargetGrantGranteeAttributes) InternalWithRef(ref terra.Reference) TargetGrantGranteeAttributes + func (g TargetGrantGranteeAttributes) Type() terra.StringValue + func (g TargetGrantGranteeAttributes) Uri() terra.StringValue + type TargetGrantGranteeState struct + DisplayName string + EmailAddress string + Id string + Type string + Uri string + type TargetGrantState struct + Grantee []TargetGrantGranteeState + Permission string