Documentation ¶
Index ¶
- type Args
- type Notification
- type NotificationAttributes
- func (n NotificationAttributes) Events() terra.SetValue[terra.StringValue]
- func (n NotificationAttributes) InternalRef() (terra.Reference, error)
- func (n NotificationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (n NotificationAttributes) InternalWithRef(ref terra.Reference) NotificationAttributes
- func (n NotificationAttributes) SnsTopic() terra.StringValue
- type NotificationState
- type Resource
- func (agv *Resource) Attributes() awsGlacierVaultAttributes
- func (agv *Resource) Configuration() interface{}
- func (agv *Resource) DependOn() terra.Reference
- func (agv *Resource) Dependencies() terra.Dependencies
- func (agv *Resource) ImportState(state io.Reader) error
- func (agv *Resource) LifecycleManagement() *terra.Lifecycle
- func (agv *Resource) LocalName() string
- func (agv *Resource) State() (*awsGlacierVaultState, bool)
- func (agv *Resource) StateMust() *awsGlacierVaultState
- func (agv *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AccessPolicy: string, optional AccessPolicy terra.StringValue `hcl:"access_policy,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // TagsAll: map of string, optional TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"` // Notification: optional Notification *Notification `hcl:"notification,block"` }
Args contains the configurations for aws_glacier_vault.
type Notification ¶
type Notification struct { // Events: set of string, required Events terra.SetValue[terra.StringValue] `hcl:"events,attr" validate:"required"` // SnsTopic: string, required SnsTopic terra.StringValue `hcl:"sns_topic,attr" validate:"required"` }
type NotificationAttributes ¶
type NotificationAttributes struct {
// contains filtered or unexported fields
}
func (NotificationAttributes) Events ¶
func (n NotificationAttributes) Events() terra.SetValue[terra.StringValue]
func (NotificationAttributes) InternalRef ¶
func (n NotificationAttributes) InternalRef() (terra.Reference, error)
func (NotificationAttributes) InternalTokens ¶
func (n NotificationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (NotificationAttributes) InternalWithRef ¶
func (n NotificationAttributes) InternalWithRef(ref terra.Reference) NotificationAttributes
func (NotificationAttributes) SnsTopic ¶
func (n NotificationAttributes) SnsTopic() terra.StringValue
type NotificationState ¶
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.
func (*Resource) Attributes ¶
func (agv *Resource) Attributes() awsGlacierVaultAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (agv *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (agv *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.