Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataSource
- type Resource
- func (acr *Resource) Attributes() awsCodecommitRepositoryAttributes
- func (acr *Resource) Configuration() interface{}
- func (acr *Resource) DependOn() terra.Reference
- func (acr *Resource) Dependencies() terra.Dependencies
- func (acr *Resource) ImportState(state io.Reader) error
- func (acr *Resource) LifecycleManagement() *terra.Lifecycle
- func (acr *Resource) LocalName() string
- func (acr *Resource) State() (*awsCodecommitRepositoryState, bool)
- func (acr *Resource) StateMust() *awsCodecommitRepositoryState
- func (acr *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // DefaultBranch: string, optional DefaultBranch terra.StringValue `hcl:"default_branch,attr"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // RepositoryName: string, required RepositoryName terra.StringValue `hcl:"repository_name,attr" validate:"required"` // 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_codecommit_repository.
type DataArgs ¶
type DataArgs struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // RepositoryName: string, required RepositoryName terra.StringValue `hcl:"repository_name,attr" validate:"required"` }
DataArgs contains the configurations for aws_codecommit_repository.
type DataSource ¶
DataSource represents the Terraform data resource aws_codecommit_repository.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (acr *DataSource) Attributes() dataAwsCodecommitRepositoryAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (acr *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (acr *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (acr *DataSource) LocalName() string
LocalName returns the local name for DataSource.
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_codecommit_repository.
func (*Resource) Attributes ¶
func (acr *Resource) Attributes() awsCodecommitRepositoryAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (acr *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (acr *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.