Documentation ¶
Index ¶
- type DataArgs
- type DataCustomerEncryptionAttributes
- func (ce DataCustomerEncryptionAttributes) EncryptionAlgorithm() terra.StringValue
- func (ce DataCustomerEncryptionAttributes) EncryptionKey() terra.StringValue
- func (ce DataCustomerEncryptionAttributes) InternalRef() (terra.Reference, error)
- func (ce DataCustomerEncryptionAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ce DataCustomerEncryptionAttributes) InternalWithRef(ref terra.Reference) DataCustomerEncryptionAttributes
- type DataCustomerEncryptionState
- type DataRetentionAttributes
- func (r DataRetentionAttributes) InternalRef() (terra.Reference, error)
- func (r DataRetentionAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (r DataRetentionAttributes) InternalWithRef(ref terra.Reference) DataRetentionAttributes
- func (r DataRetentionAttributes) Mode() terra.StringValue
- func (r DataRetentionAttributes) RetainUntilTime() terra.StringValue
- type DataRetentionState
- type DataSource
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 (ce DataCustomerEncryptionAttributes) EncryptionKey() terra.StringValue
func (DataCustomerEncryptionAttributes) InternalRef ¶
func (ce DataCustomerEncryptionAttributes) InternalRef() (terra.Reference, error)
func (DataCustomerEncryptionAttributes) InternalTokens ¶
func (ce DataCustomerEncryptionAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataCustomerEncryptionAttributes) InternalWithRef ¶
func (ce DataCustomerEncryptionAttributes) InternalWithRef(ref terra.Reference) DataCustomerEncryptionAttributes
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 (r DataRetentionAttributes) InternalWithRef(ref terra.Reference) DataRetentionAttributes
func (DataRetentionAttributes) Mode ¶
func (r DataRetentionAttributes) Mode() terra.StringValue
func (DataRetentionAttributes) RetainUntilTime ¶
func (r DataRetentionAttributes) RetainUntilTime() terra.StringValue
type DataRetentionState ¶
type DataSource ¶
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.
Click to show internal directories.
Click to hide internal directories.