aws_cognito_user_groups

package
v0.0.0-...-4deecce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataArgs

type DataArgs struct {
	// UserPoolId: string, required
	UserPoolId terra.StringValue `hcl:"user_pool_id,attr" validate:"required"`
	// Groups: min=0
	Groups []DataGroups `hcl:"groups,block" validate:"min=0"`
}

DataArgs contains the configurations for aws_cognito_user_groups.

type DataGroups

type DataGroups struct{}

type DataGroupsAttributes

type DataGroupsAttributes struct {
	// contains filtered or unexported fields
}

func (DataGroupsAttributes) Description

func (g DataGroupsAttributes) Description() terra.StringValue

func (DataGroupsAttributes) GroupName

func (g DataGroupsAttributes) GroupName() terra.StringValue

func (DataGroupsAttributes) InternalRef

func (g DataGroupsAttributes) InternalRef() (terra.Reference, error)

func (DataGroupsAttributes) InternalTokens

func (g DataGroupsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataGroupsAttributes) InternalWithRef

func (DataGroupsAttributes) Precedence

func (g DataGroupsAttributes) Precedence() terra.NumberValue

func (DataGroupsAttributes) RoleArn

type DataGroupsState

type DataGroupsState struct {
	Description string  `json:"description"`
	GroupName   string  `json:"group_name"`
	Precedence  float64 `json:"precedence"`
	RoleArn     string  `json:"role_arn"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource aws_cognito_user_groups.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (acug *DataSource) Attributes() dataAwsCognitoUserGroupsAttributes

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL