Documentation ¶
Index ¶
- type Args
- type Resource
- func (agwak *Resource) Attributes() awsGrafanaWorkspaceApiKeyAttributes
- func (agwak *Resource) Configuration() interface{}
- func (agwak *Resource) DependOn() terra.Reference
- func (agwak *Resource) Dependencies() terra.Dependencies
- func (agwak *Resource) ImportState(state io.Reader) error
- func (agwak *Resource) LifecycleManagement() *terra.Lifecycle
- func (agwak *Resource) LocalName() string
- func (agwak *Resource) State() (*awsGrafanaWorkspaceApiKeyState, bool)
- func (agwak *Resource) StateMust() *awsGrafanaWorkspaceApiKeyState
- func (agwak *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // KeyName: string, required KeyName terra.StringValue `hcl:"key_name,attr" validate:"required"` // KeyRole: string, required KeyRole terra.StringValue `hcl:"key_role,attr" validate:"required"` // SecondsToLive: number, required SecondsToLive terra.NumberValue `hcl:"seconds_to_live,attr" validate:"required"` // WorkspaceId: string, required WorkspaceId terra.StringValue `hcl:"workspace_id,attr" validate:"required"` }
Args contains the configurations for aws_grafana_workspace_api_key.
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_grafana_workspace_api_key.
func (*Resource) Attributes ¶
func (agwak *Resource) Attributes() awsGrafanaWorkspaceApiKeyAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (agwak *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (agwak *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.