Documentation ¶
Index ¶
- type Args
- type Resource
- func (asagl *Resource) Attributes() awsS3ControlAccessGrantsLocationAttributes
- func (asagl *Resource) Configuration() interface{}
- func (asagl *Resource) DependOn() terra.Reference
- func (asagl *Resource) Dependencies() terra.Dependencies
- func (asagl *Resource) ImportState(state io.Reader) error
- func (asagl *Resource) LifecycleManagement() *terra.Lifecycle
- func (asagl *Resource) LocalName() string
- func (asagl *Resource) State() (*awsS3ControlAccessGrantsLocationState, bool)
- func (asagl *Resource) StateMust() *awsS3ControlAccessGrantsLocationState
- func (asagl *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AccountId: string, optional AccountId terra.StringValue `hcl:"account_id,attr"` // IamRoleArn: string, required IamRoleArn terra.StringValue `hcl:"iam_role_arn,attr" validate:"required"` // LocationScope: string, required LocationScope terra.StringValue `hcl:"location_scope,attr" validate:"required"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` }
Args contains the configurations for aws_s3control_access_grants_location.
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_s3control_access_grants_location.
func (*Resource) Attributes ¶
func (asagl *Resource) Attributes() awsS3ControlAccessGrantsLocationAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (asagl *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (asagl *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.