Documentation ¶
Index ¶
- type Args
- type Resource
- func (acea *Resource) Attributes() awsCloudwatchEventArchiveAttributes
- func (acea *Resource) Configuration() interface{}
- func (acea *Resource) DependOn() terra.Reference
- func (acea *Resource) Dependencies() terra.Dependencies
- func (acea *Resource) ImportState(state io.Reader) error
- func (acea *Resource) LifecycleManagement() *terra.Lifecycle
- func (acea *Resource) LocalName() string
- func (acea *Resource) State() (*awsCloudwatchEventArchiveState, bool)
- func (acea *Resource) StateMust() *awsCloudwatchEventArchiveState
- func (acea *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"` // EventPattern: string, optional EventPattern terra.StringValue `hcl:"event_pattern,attr"` // EventSourceArn: string, required EventSourceArn terra.StringValue `hcl:"event_source_arn,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // RetentionDays: number, optional RetentionDays terra.NumberValue `hcl:"retention_days,attr"` }
Args contains the configurations for aws_cloudwatch_event_archive.
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_cloudwatch_event_archive.
func (*Resource) Attributes ¶
func (acea *Resource) Attributes() awsCloudwatchEventArchiveAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (acea *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (acea *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.