Documentation ¶
Index ¶
- type Args
- type Resource
- func (aoup *Resource) Attributes() awsOpsworksUserProfileAttributes
- func (aoup *Resource) Configuration() interface{}
- func (aoup *Resource) DependOn() terra.Reference
- func (aoup *Resource) Dependencies() terra.Dependencies
- func (aoup *Resource) ImportState(state io.Reader) error
- func (aoup *Resource) LifecycleManagement() *terra.Lifecycle
- func (aoup *Resource) LocalName() string
- func (aoup *Resource) State() (*awsOpsworksUserProfileState, bool)
- func (aoup *Resource) StateMust() *awsOpsworksUserProfileState
- func (aoup *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AllowSelfManagement: bool, optional AllowSelfManagement terra.BoolValue `hcl:"allow_self_management,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // SshPublicKey: string, optional SshPublicKey terra.StringValue `hcl:"ssh_public_key,attr"` // SshUsername: string, required SshUsername terra.StringValue `hcl:"ssh_username,attr" validate:"required"` // UserArn: string, required UserArn terra.StringValue `hcl:"user_arn,attr" validate:"required"` }
Args contains the configurations for aws_opsworks_user_profile.
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_opsworks_user_profile.
func (*Resource) Attributes ¶
func (aoup *Resource) Attributes() awsOpsworksUserProfileAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aoup *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aoup *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.