Documentation
¶
Index ¶
- type Args
- type Resource
- func (agvl *Resource) Attributes() awsGlacierVaultLockAttributes
- func (agvl *Resource) Configuration() interface{}
- func (agvl *Resource) DependOn() terra.Reference
- func (agvl *Resource) Dependencies() terra.Dependencies
- func (agvl *Resource) ImportState(state io.Reader) error
- func (agvl *Resource) LifecycleManagement() *terra.Lifecycle
- func (agvl *Resource) LocalName() string
- func (agvl *Resource) State() (*awsGlacierVaultLockState, bool)
- func (agvl *Resource) StateMust() *awsGlacierVaultLockState
- func (agvl *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // CompleteLock: bool, required CompleteLock terra.BoolValue `hcl:"complete_lock,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // IgnoreDeletionError: bool, optional IgnoreDeletionError terra.BoolValue `hcl:"ignore_deletion_error,attr"` // Policy: string, required Policy terra.StringValue `hcl:"policy,attr" validate:"required"` // VaultName: string, required VaultName terra.StringValue `hcl:"vault_name,attr" validate:"required"` }
Args contains the configurations for aws_glacier_vault_lock.
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 aws_glacier_vault_lock.
func (*Resource) Attributes ¶
func (agvl *Resource) Attributes() awsGlacierVaultLockAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (agvl *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (agvl *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.