Documentation ¶
Index ¶
- type Args
- type Resource
- func (aafs *Resource) Attributes() awsAuditmanagerFrameworkShareAttributes
- func (aafs *Resource) Configuration() interface{}
- func (aafs *Resource) DependOn() terra.Reference
- func (aafs *Resource) Dependencies() terra.Dependencies
- func (aafs *Resource) ImportState(state io.Reader) error
- func (aafs *Resource) LifecycleManagement() *terra.Lifecycle
- func (aafs *Resource) LocalName() string
- func (aafs *Resource) State() (*awsAuditmanagerFrameworkShareState, bool)
- func (aafs *Resource) StateMust() *awsAuditmanagerFrameworkShareState
- func (aafs *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Comment: string, optional Comment terra.StringValue `hcl:"comment,attr"` // DestinationAccount: string, required DestinationAccount terra.StringValue `hcl:"destination_account,attr" validate:"required"` // DestinationRegion: string, required DestinationRegion terra.StringValue `hcl:"destination_region,attr" validate:"required"` // FrameworkId: string, required FrameworkId terra.StringValue `hcl:"framework_id,attr" validate:"required"` }
Args contains the configurations for aws_auditmanager_framework_share.
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_auditmanager_framework_share.
func (*Resource) Attributes ¶
func (aafs *Resource) Attributes() awsAuditmanagerFrameworkShareAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aafs *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aafs *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.