Documentation ¶
Index ¶
- type Args
- type Resource
- func (aoa *Resource) Attributes() awsOrganizationsAccountAttributes
- func (aoa *Resource) Configuration() interface{}
- func (aoa *Resource) DependOn() terra.Reference
- func (aoa *Resource) Dependencies() terra.Dependencies
- func (aoa *Resource) ImportState(state io.Reader) error
- func (aoa *Resource) LifecycleManagement() *terra.Lifecycle
- func (aoa *Resource) LocalName() string
- func (aoa *Resource) State() (*awsOrganizationsAccountState, bool)
- func (aoa *Resource) StateMust() *awsOrganizationsAccountState
- func (aoa *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // CloseOnDeletion: bool, optional CloseOnDeletion terra.BoolValue `hcl:"close_on_deletion,attr"` // CreateGovcloud: bool, optional CreateGovcloud terra.BoolValue `hcl:"create_govcloud,attr"` // Email: string, required Email terra.StringValue `hcl:"email,attr" validate:"required"` // IamUserAccessToBilling: string, optional IamUserAccessToBilling terra.StringValue `hcl:"iam_user_access_to_billing,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // ParentId: string, optional ParentId terra.StringValue `hcl:"parent_id,attr"` // RoleName: string, optional RoleName terra.StringValue `hcl:"role_name,attr"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // TagsAll: map of string, optional TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"` }
Args contains the configurations for aws_organizations_account.
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_organizations_account.
func (*Resource) Attributes ¶
func (aoa *Resource) Attributes() awsOrganizationsAccountAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aoa *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aoa *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.