s3bucketlogging

package
v0.0.0-...-964ba77 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Grantee

type Grantee struct {
	// EmailAddress: string, optional
	EmailAddress terra.StringValue `hcl:"email_address,attr"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Type: string, required
	Type terra.StringValue `hcl:"type,attr" validate:"required"`
	// Uri: string, optional
	Uri terra.StringValue `hcl:"uri,attr"`
}

type GranteeAttributes

type GranteeAttributes struct {
	// contains filtered or unexported fields
}

func (GranteeAttributes) DisplayName

func (g GranteeAttributes) DisplayName() terra.StringValue

func (GranteeAttributes) EmailAddress

func (g GranteeAttributes) EmailAddress() terra.StringValue

func (GranteeAttributes) Id

func (GranteeAttributes) InternalRef

func (g GranteeAttributes) InternalRef() (terra.Reference, error)

func (GranteeAttributes) InternalTokens

func (g GranteeAttributes) InternalTokens() (hclwrite.Tokens, error)

func (GranteeAttributes) InternalWithRef

func (g GranteeAttributes) InternalWithRef(ref terra.Reference) GranteeAttributes

func (GranteeAttributes) Type

func (GranteeAttributes) Uri

type GranteeState

type GranteeState struct {
	DisplayName  string `json:"display_name"`
	EmailAddress string `json:"email_address"`
	Id           string `json:"id"`
	Type         string `json:"type"`
	Uri          string `json:"uri"`
}

type TargetGrant

type TargetGrant struct {
	// Permission: string, required
	Permission terra.StringValue `hcl:"permission,attr" validate:"required"`
	// Grantee: required
	Grantee *Grantee `hcl:"grantee,block" validate:"required"`
}

type TargetGrantAttributes

type TargetGrantAttributes struct {
	// contains filtered or unexported fields
}

func (TargetGrantAttributes) Grantee

func (TargetGrantAttributes) InternalRef

func (tg TargetGrantAttributes) InternalRef() (terra.Reference, error)

func (TargetGrantAttributes) InternalTokens

func (tg TargetGrantAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TargetGrantAttributes) InternalWithRef

func (TargetGrantAttributes) Permission

func (tg TargetGrantAttributes) Permission() terra.StringValue

type TargetGrantState

type TargetGrantState struct {
	Permission string         `json:"permission"`
	Grantee    []GranteeState `json:"grantee"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL