s3bucketlogging

package
v0.0.0-...-917d9f1 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 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 PartitionedPrefix

type PartitionedPrefix struct {
	// PartitionDateSource: string, required
	PartitionDateSource terra.StringValue `hcl:"partition_date_source,attr" validate:"required"`
}

type PartitionedPrefixAttributes

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

func (PartitionedPrefixAttributes) InternalRef

func (pp PartitionedPrefixAttributes) InternalRef() (terra.Reference, error)

func (PartitionedPrefixAttributes) InternalTokens

func (pp PartitionedPrefixAttributes) InternalTokens() (hclwrite.Tokens, error)

func (PartitionedPrefixAttributes) InternalWithRef

func (PartitionedPrefixAttributes) PartitionDateSource

func (pp PartitionedPrefixAttributes) PartitionDateSource() terra.StringValue

type PartitionedPrefixState

type PartitionedPrefixState struct {
	PartitionDateSource string `json:"partition_date_source"`
}

type SimplePrefix

type SimplePrefix struct{}

type SimplePrefixAttributes

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

func (SimplePrefixAttributes) InternalRef

func (sp SimplePrefixAttributes) InternalRef() (terra.Reference, error)

func (SimplePrefixAttributes) InternalTokens

func (sp SimplePrefixAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SimplePrefixAttributes) InternalWithRef

type SimplePrefixState

type SimplePrefixState struct{}

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"`
}

type TargetObjectKeyFormat

type TargetObjectKeyFormat struct {
	// PartitionedPrefix: optional
	PartitionedPrefix *PartitionedPrefix `hcl:"partitioned_prefix,block"`
	// SimplePrefix: optional
	SimplePrefix *SimplePrefix `hcl:"simple_prefix,block"`
}

type TargetObjectKeyFormatAttributes

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

func (TargetObjectKeyFormatAttributes) InternalRef

func (tokf TargetObjectKeyFormatAttributes) InternalRef() (terra.Reference, error)

func (TargetObjectKeyFormatAttributes) InternalTokens

func (tokf TargetObjectKeyFormatAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TargetObjectKeyFormatAttributes) InternalWithRef

func (TargetObjectKeyFormatAttributes) PartitionedPrefix

func (TargetObjectKeyFormatAttributes) SimplePrefix

type TargetObjectKeyFormatState

type TargetObjectKeyFormatState struct {
	PartitionedPrefix []PartitionedPrefixState `json:"partitioned_prefix"`
	SimplePrefix      []SimplePrefixState      `json:"simple_prefix"`
}

Jump to

Keyboard shortcuts

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