Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataSource
- type Resource
- func (acug *Resource) Attributes() awsCognitoUserGroupAttributes
- func (acug *Resource) Configuration() interface{}
- func (acug *Resource) DependOn() terra.Reference
- func (acug *Resource) Dependencies() terra.Dependencies
- func (acug *Resource) ImportState(state io.Reader) error
- func (acug *Resource) LifecycleManagement() *terra.Lifecycle
- func (acug *Resource) LocalName() string
- func (acug *Resource) State() (*awsCognitoUserGroupState, bool)
- func (acug *Resource) StateMust() *awsCognitoUserGroupState
- func (acug *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Precedence: number, optional Precedence terra.NumberValue `hcl:"precedence,attr"` // RoleArn: string, optional RoleArn terra.StringValue `hcl:"role_arn,attr"` // UserPoolId: string, required UserPoolId terra.StringValue `hcl:"user_pool_id,attr" validate:"required"` }
Args contains the configurations for aws_cognito_user_group.
type DataArgs ¶
type DataArgs struct { // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // UserPoolId: string, required UserPoolId terra.StringValue `hcl:"user_pool_id,attr" validate:"required"` }
DataArgs contains the configurations for aws_cognito_user_group.
type DataSource ¶
DataSource represents the Terraform data resource aws_cognito_user_group.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (acug *DataSource) Attributes() dataAwsCognitoUserGroupAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (acug *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (acug *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (acug *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_cognito_user_group.
func (*Resource) Attributes ¶
func (acug *Resource) Attributes() awsCognitoUserGroupAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (acug *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (acug *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.