Documentation ¶
Index ¶
- type Args
- type Resource
- func (glpe *Resource) Attributes() googleLoggingProjectExclusionAttributes
- func (glpe *Resource) Configuration() interface{}
- func (glpe *Resource) DependOn() terra.Reference
- func (glpe *Resource) Dependencies() terra.Dependencies
- func (glpe *Resource) ImportState(state io.Reader) error
- func (glpe *Resource) LifecycleManagement() *terra.Lifecycle
- func (glpe *Resource) LocalName() string
- func (glpe *Resource) State() (*googleLoggingProjectExclusionState, bool)
- func (glpe *Resource) StateMust() *googleLoggingProjectExclusionState
- func (glpe *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Disabled: bool, optional Disabled terra.BoolValue `hcl:"disabled,attr"` // Filter: string, required Filter terra.StringValue `hcl:"filter,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` }
Args contains the configurations for google_logging_project_exclusion.
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_project_exclusion.
func (*Resource) Attributes ¶
func (glpe *Resource) Attributes() googleLoggingProjectExclusionAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (glpe *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (glpe *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.