Documentation ¶
Index ¶
- type Args
- type Resource
- func (aislr *Resource) Attributes() awsIamServiceLinkedRoleAttributes
- func (aislr *Resource) Configuration() interface{}
- func (aislr *Resource) DependOn() terra.Reference
- func (aislr *Resource) Dependencies() terra.Dependencies
- func (aislr *Resource) ImportState(state io.Reader) error
- func (aislr *Resource) LifecycleManagement() *terra.Lifecycle
- func (aislr *Resource) LocalName() string
- func (aislr *Resource) State() (*awsIamServiceLinkedRoleState, bool)
- func (aislr *Resource) StateMust() *awsIamServiceLinkedRoleState
- func (aislr *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AwsServiceName: string, required AwsServiceName terra.StringValue `hcl:"aws_service_name,attr" validate:"required"` // CustomSuffix: string, optional CustomSuffix terra.StringValue `hcl:"custom_suffix,attr"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,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_iam_service_linked_role.
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_iam_service_linked_role.
func (*Resource) Attributes ¶
func (aislr *Resource) Attributes() awsIamServiceLinkedRoleAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aislr *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aislr *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.