google_storage_bucket_object_content

package
v0.0.0-...-4deecce Latest Latest
Warning

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

Go to latest
Published: Apr 16, 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 DataArgs

type DataArgs struct {
	// Bucket: string, required
	Bucket terra.StringValue `hcl:"bucket,attr" validate:"required"`
	// Content: string, optional
	Content terra.StringValue `hcl:"content,attr"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
}

DataArgs contains the configurations for google_storage_bucket_object_content.

type DataCustomerEncryptionAttributes

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

func (DataCustomerEncryptionAttributes) EncryptionAlgorithm

func (ce DataCustomerEncryptionAttributes) EncryptionAlgorithm() terra.StringValue

func (DataCustomerEncryptionAttributes) EncryptionKey

func (DataCustomerEncryptionAttributes) InternalRef

func (DataCustomerEncryptionAttributes) InternalTokens

func (ce DataCustomerEncryptionAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataCustomerEncryptionAttributes) InternalWithRef

type DataCustomerEncryptionState

type DataCustomerEncryptionState struct {
	EncryptionAlgorithm string `json:"encryption_algorithm"`
	EncryptionKey       string `json:"encryption_key"`
}

type DataRetentionAttributes

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

func (DataRetentionAttributes) InternalRef

func (r DataRetentionAttributes) InternalRef() (terra.Reference, error)

func (DataRetentionAttributes) InternalTokens

func (r DataRetentionAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataRetentionAttributes) InternalWithRef

func (DataRetentionAttributes) Mode

func (DataRetentionAttributes) RetainUntilTime

func (r DataRetentionAttributes) RetainUntilTime() terra.StringValue

type DataRetentionState

type DataRetentionState struct {
	Mode            string `json:"mode"`
	RetainUntilTime string `json:"retain_until_time"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource google_storage_bucket_object_content.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (gsboc *DataSource) Attributes() dataGoogleStorageBucketObjectContentAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

func (gsboc *DataSource) Configuration() interface{}

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (gsboc *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (gsboc *DataSource) LocalName() string

LocalName returns the local name for DataSource.

Jump to

Keyboard shortcuts

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