Documentation ¶
Index ¶
- type Args
- type Resource
- func (aaw *Resource) Attributes() awsAmplifyWebhookAttributes
- func (aaw *Resource) Configuration() interface{}
- func (aaw *Resource) DependOn() terra.Reference
- func (aaw *Resource) Dependencies() terra.Dependencies
- func (aaw *Resource) ImportState(state io.Reader) error
- func (aaw *Resource) LifecycleManagement() *terra.Lifecycle
- func (aaw *Resource) LocalName() string
- func (aaw *Resource) State() (*awsAmplifyWebhookState, bool)
- func (aaw *Resource) StateMust() *awsAmplifyWebhookState
- func (aaw *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AppId: string, required AppId terra.StringValue `hcl:"app_id,attr" validate:"required"` // BranchName: string, required BranchName terra.StringValue `hcl:"branch_name,attr" validate:"required"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` }
Args contains the configurations for aws_amplify_webhook.
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_amplify_webhook.
func (*Resource) Attributes ¶
func (aaw *Resource) Attributes() awsAmplifyWebhookAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aaw *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aaw *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.