Documentation ¶
Index ¶
- type Args
- type CmekSettings
- type CmekSettingsAttributes
- func (cs CmekSettingsAttributes) InternalRef() (terra.Reference, error)
- func (cs CmekSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cs CmekSettingsAttributes) InternalWithRef(ref terra.Reference) CmekSettingsAttributes
- func (cs CmekSettingsAttributes) KmsKeyName() terra.StringValue
- func (cs CmekSettingsAttributes) KmsKeyVersionName() terra.StringValue
- func (cs CmekSettingsAttributes) Name() terra.StringValue
- func (cs CmekSettingsAttributes) ServiceAccountId() terra.StringValue
- type CmekSettingsState
- type IndexConfigs
- type IndexConfigsAttributes
- func (ic IndexConfigsAttributes) FieldPath() terra.StringValue
- func (ic IndexConfigsAttributes) InternalRef() (terra.Reference, error)
- func (ic IndexConfigsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ic IndexConfigsAttributes) InternalWithRef(ref terra.Reference) IndexConfigsAttributes
- func (ic IndexConfigsAttributes) Type() terra.StringValue
- type IndexConfigsState
- type Resource
- func (glbabc *Resource) Attributes() googleLoggingBillingAccountBucketConfigAttributes
- func (glbabc *Resource) Configuration() interface{}
- func (glbabc *Resource) DependOn() terra.Reference
- func (glbabc *Resource) Dependencies() terra.Dependencies
- func (glbabc *Resource) ImportState(state io.Reader) error
- func (glbabc *Resource) LifecycleManagement() *terra.Lifecycle
- func (glbabc *Resource) LocalName() string
- func (glbabc *Resource) State() (*googleLoggingBillingAccountBucketConfigState, bool)
- func (glbabc *Resource) StateMust() *googleLoggingBillingAccountBucketConfigState
- func (glbabc *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // BillingAccount: string, required BillingAccount terra.StringValue `hcl:"billing_account,attr" validate:"required"` // BucketId: string, required BucketId terra.StringValue `hcl:"bucket_id,attr" validate:"required"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Location: string, required Location terra.StringValue `hcl:"location,attr" validate:"required"` // RetentionDays: number, optional RetentionDays terra.NumberValue `hcl:"retention_days,attr"` // CmekSettings: optional CmekSettings *CmekSettings `hcl:"cmek_settings,block"` // IndexConfigs: min=0,max=20 IndexConfigs []IndexConfigs `hcl:"index_configs,block" validate:"min=0,max=20"` }
Args contains the configurations for google_logging_billing_account_bucket_config.
type CmekSettings ¶
type CmekSettings struct { // KmsKeyName: string, required KmsKeyName terra.StringValue `hcl:"kms_key_name,attr" validate:"required"` }
type CmekSettingsAttributes ¶
type CmekSettingsAttributes struct {
// contains filtered or unexported fields
}
func (CmekSettingsAttributes) InternalRef ¶
func (cs CmekSettingsAttributes) InternalRef() (terra.Reference, error)
func (CmekSettingsAttributes) InternalTokens ¶
func (cs CmekSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CmekSettingsAttributes) InternalWithRef ¶
func (cs CmekSettingsAttributes) InternalWithRef(ref terra.Reference) CmekSettingsAttributes
func (CmekSettingsAttributes) KmsKeyName ¶
func (cs CmekSettingsAttributes) KmsKeyName() terra.StringValue
func (CmekSettingsAttributes) KmsKeyVersionName ¶
func (cs CmekSettingsAttributes) KmsKeyVersionName() terra.StringValue
func (CmekSettingsAttributes) Name ¶
func (cs CmekSettingsAttributes) Name() terra.StringValue
func (CmekSettingsAttributes) ServiceAccountId ¶
func (cs CmekSettingsAttributes) ServiceAccountId() terra.StringValue
type CmekSettingsState ¶
type IndexConfigs ¶
type IndexConfigs struct { // FieldPath: string, required FieldPath terra.StringValue `hcl:"field_path,attr" validate:"required"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type IndexConfigsAttributes ¶
type IndexConfigsAttributes struct {
// contains filtered or unexported fields
}
func (IndexConfigsAttributes) FieldPath ¶
func (ic IndexConfigsAttributes) FieldPath() terra.StringValue
func (IndexConfigsAttributes) InternalRef ¶
func (ic IndexConfigsAttributes) InternalRef() (terra.Reference, error)
func (IndexConfigsAttributes) InternalTokens ¶
func (ic IndexConfigsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (IndexConfigsAttributes) InternalWithRef ¶
func (ic IndexConfigsAttributes) InternalWithRef(ref terra.Reference) IndexConfigsAttributes
func (IndexConfigsAttributes) Type ¶
func (ic IndexConfigsAttributes) Type() terra.StringValue
type IndexConfigsState ¶
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource google_logging_billing_account_bucket_config.
func (*Resource) Attributes ¶
func (glbabc *Resource) Attributes() googleLoggingBillingAccountBucketConfigAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (glbabc *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (glbabc *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
Click to show internal directories.
Click to hide internal directories.