Documentation ¶
Index ¶
- type Args
- type Resource
- func (asint *Resource) Attributes() awsSesIdentityNotificationTopicAttributes
- func (asint *Resource) Configuration() interface{}
- func (asint *Resource) DependOn() terra.Reference
- func (asint *Resource) Dependencies() terra.Dependencies
- func (asint *Resource) ImportState(state io.Reader) error
- func (asint *Resource) LifecycleManagement() *terra.Lifecycle
- func (asint *Resource) LocalName() string
- func (asint *Resource) State() (*awsSesIdentityNotificationTopicState, bool)
- func (asint *Resource) StateMust() *awsSesIdentityNotificationTopicState
- func (asint *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Identity: string, required Identity terra.StringValue `hcl:"identity,attr" validate:"required"` // IncludeOriginalHeaders: bool, optional IncludeOriginalHeaders terra.BoolValue `hcl:"include_original_headers,attr"` // NotificationType: string, required NotificationType terra.StringValue `hcl:"notification_type,attr" validate:"required"` // TopicArn: string, optional TopicArn terra.StringValue `hcl:"topic_arn,attr"` }
Args contains the configurations for aws_ses_identity_notification_topic.
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_ses_identity_notification_topic.
func (*Resource) Attributes ¶
func (asint *Resource) Attributes() awsSesIdentityNotificationTopicAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (asint *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (asint *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.