Documentation
¶
Index ¶
- type Args
- type Resource
- func (adm *Resource) Attributes() awsDetectiveMemberAttributes
- func (adm *Resource) Configuration() interface{}
- func (adm *Resource) DependOn() terra.Reference
- func (adm *Resource) Dependencies() terra.Dependencies
- func (adm *Resource) ImportState(state io.Reader) error
- func (adm *Resource) LifecycleManagement() *terra.Lifecycle
- func (adm *Resource) LocalName() string
- func (adm *Resource) State() (*awsDetectiveMemberState, bool)
- func (adm *Resource) StateMust() *awsDetectiveMemberState
- func (adm *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AccountId: string, required AccountId terra.StringValue `hcl:"account_id,attr" validate:"required"` // DisableEmailNotification: bool, optional DisableEmailNotification terra.BoolValue `hcl:"disable_email_notification,attr"` // EmailAddress: string, required EmailAddress terra.StringValue `hcl:"email_address,attr" validate:"required"` // GraphArn: string, required GraphArn terra.StringValue `hcl:"graph_arn,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Message: string, optional Message terra.StringValue `hcl:"message,attr"` }
Args contains the configurations for aws_detective_member.
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_detective_member.
func (*Resource) Attributes ¶
func (adm *Resource) Attributes() awsDetectiveMemberAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (adm *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (adm *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.