Documentation ¶
Index ¶
- type Args
- type Resource
- func (aop *Resource) Attributes() awsOpsworksPermissionAttributes
- func (aop *Resource) Configuration() interface{}
- func (aop *Resource) DependOn() terra.Reference
- func (aop *Resource) Dependencies() terra.Dependencies
- func (aop *Resource) ImportState(state io.Reader) error
- func (aop *Resource) LifecycleManagement() *terra.Lifecycle
- func (aop *Resource) LocalName() string
- func (aop *Resource) State() (*awsOpsworksPermissionState, bool)
- func (aop *Resource) StateMust() *awsOpsworksPermissionState
- func (aop *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AllowSsh: bool, optional AllowSsh terra.BoolValue `hcl:"allow_ssh,attr"` // AllowSudo: bool, optional AllowSudo terra.BoolValue `hcl:"allow_sudo,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Level: string, optional Level terra.StringValue `hcl:"level,attr"` // StackId: string, optional StackId terra.StringValue `hcl:"stack_id,attr"` // UserArn: string, required UserArn terra.StringValue `hcl:"user_arn,attr" validate:"required"` }
Args contains the configurations for aws_opsworks_permission.
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_permission.
func (*Resource) Attributes ¶
func (aop *Resource) Attributes() awsOpsworksPermissionAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aop *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aop *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.