aws_identitystore_group

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: 5 Imported by: 0

Documentation

Index

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"`
	// DisplayName: string, required
	DisplayName terra.StringValue `hcl:"display_name,attr" validate:"required"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// IdentityStoreId: string, required
	IdentityStoreId terra.StringValue `hcl:"identity_store_id,attr" validate:"required"`
}

Args contains the configurations for aws_identitystore_group.

type DataAlternateIdentifier

type DataAlternateIdentifier struct {
	// AlternateIdentifierExternalId: optional
	ExternalId *DataAlternateIdentifierExternalId `hcl:"external_id,block"`
	// AlternateIdentifierUniqueAttribute: optional
	UniqueAttribute *DataAlternateIdentifierUniqueAttribute `hcl:"unique_attribute,block"`
}

type DataAlternateIdentifierAttributes

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

func (DataAlternateIdentifierAttributes) ExternalId

func (DataAlternateIdentifierAttributes) InternalRef

func (DataAlternateIdentifierAttributes) InternalTokens

func (ai DataAlternateIdentifierAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataAlternateIdentifierAttributes) InternalWithRef

func (DataAlternateIdentifierAttributes) UniqueAttribute

type DataAlternateIdentifierExternalId

type DataAlternateIdentifierExternalId struct {
	// Id: string, required
	Id terra.StringValue `hcl:"id,attr" validate:"required"`
	// Issuer: string, required
	Issuer terra.StringValue `hcl:"issuer,attr" validate:"required"`
}

type DataAlternateIdentifierExternalIdAttributes

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

func (DataAlternateIdentifierExternalIdAttributes) Id

func (DataAlternateIdentifierExternalIdAttributes) InternalRef

func (DataAlternateIdentifierExternalIdAttributes) InternalTokens

func (DataAlternateIdentifierExternalIdAttributes) InternalWithRef

func (DataAlternateIdentifierExternalIdAttributes) Issuer

type DataAlternateIdentifierExternalIdState

type DataAlternateIdentifierExternalIdState struct {
	Id     string `json:"id"`
	Issuer string `json:"issuer"`
}

type DataAlternateIdentifierState

type DataAlternateIdentifierState struct {
	ExternalId      []DataAlternateIdentifierExternalIdState      `json:"external_id"`
	UniqueAttribute []DataAlternateIdentifierUniqueAttributeState `json:"unique_attribute"`
}

type DataAlternateIdentifierUniqueAttribute

type DataAlternateIdentifierUniqueAttribute struct {
	// AttributePath: string, required
	AttributePath terra.StringValue `hcl:"attribute_path,attr" validate:"required"`
	// AttributeValue: string, required
	AttributeValue terra.StringValue `hcl:"attribute_value,attr" validate:"required"`
}

type DataAlternateIdentifierUniqueAttributeAttributes

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

func (DataAlternateIdentifierUniqueAttributeAttributes) AttributePath

func (DataAlternateIdentifierUniqueAttributeAttributes) AttributeValue

func (DataAlternateIdentifierUniqueAttributeAttributes) InternalRef

func (DataAlternateIdentifierUniqueAttributeAttributes) InternalTokens

func (DataAlternateIdentifierUniqueAttributeAttributes) InternalWithRef

type DataAlternateIdentifierUniqueAttributeState

type DataAlternateIdentifierUniqueAttributeState struct {
	AttributePath  string `json:"attribute_path"`
	AttributeValue string `json:"attribute_value"`
}

type DataArgs

type DataArgs struct {
	// GroupId: string, optional
	GroupId terra.StringValue `hcl:"group_id,attr"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// IdentityStoreId: string, required
	IdentityStoreId terra.StringValue `hcl:"identity_store_id,attr" validate:"required"`
	// AlternateIdentifier: optional
	AlternateIdentifier *DataAlternateIdentifier `hcl:"alternate_identifier,block"`
	// Filter: optional
	Filter *DataFilter `hcl:"filter,block"`
}

DataArgs contains the configurations for aws_identitystore_group.

type DataExternalIdsAttributes

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

func (DataExternalIdsAttributes) Id

func (DataExternalIdsAttributes) InternalRef

func (ei DataExternalIdsAttributes) InternalRef() (terra.Reference, error)

func (DataExternalIdsAttributes) InternalTokens

func (ei DataExternalIdsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataExternalIdsAttributes) InternalWithRef

func (DataExternalIdsAttributes) Issuer

type DataExternalIdsState

type DataExternalIdsState struct {
	Id     string `json:"id"`
	Issuer string `json:"issuer"`
}

type DataFilter

type DataFilter struct {
	// AttributePath: string, required
	AttributePath terra.StringValue `hcl:"attribute_path,attr" validate:"required"`
	// AttributeValue: string, required
	AttributeValue terra.StringValue `hcl:"attribute_value,attr" validate:"required"`
}

type DataFilterAttributes

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

func (DataFilterAttributes) AttributePath

func (f DataFilterAttributes) AttributePath() terra.StringValue

func (DataFilterAttributes) AttributeValue

func (f DataFilterAttributes) AttributeValue() terra.StringValue

func (DataFilterAttributes) InternalRef

func (f DataFilterAttributes) InternalRef() (terra.Reference, error)

func (DataFilterAttributes) InternalTokens

func (f DataFilterAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataFilterAttributes) InternalWithRef

type DataFilterState

type DataFilterState struct {
	AttributePath  string `json:"attribute_path"`
	AttributeValue string `json:"attribute_value"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource aws_identitystore_group.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (aig *DataSource) Attributes() dataAwsIdentitystoreGroupAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

func (aig *DataSource) Configuration() interface{}

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (aig *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (aig *DataSource) LocalName() string

LocalName returns the local name for DataSource.

type ExternalIdsAttributes

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

func (ExternalIdsAttributes) Id

func (ExternalIdsAttributes) InternalRef

func (ei ExternalIdsAttributes) InternalRef() (terra.Reference, error)

func (ExternalIdsAttributes) InternalTokens

func (ei ExternalIdsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ExternalIdsAttributes) InternalWithRef

func (ExternalIdsAttributes) Issuer

type ExternalIdsState

type ExternalIdsState struct {
	Id     string `json:"id"`
	Issuer string `json:"issuer"`
}

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_identitystore_group.

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (aig *Resource) Attributes() awsIdentitystoreGroupAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

func (aig *Resource) Configuration() interface{}

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

func (aig *Resource) DependOn() terra.Reference

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

func (aig *Resource) Dependencies() terra.Dependencies

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

func (aig *Resource) ImportState(state io.Reader) error

ImportState imports the given attribute values into Resource's state.

func (*Resource) LifecycleManagement

func (aig *Resource) LifecycleManagement() *terra.Lifecycle

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (aig *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (aig *Resource) State() (*awsIdentitystoreGroupState, bool)

State returns the state and a bool indicating if Resource has state.

func (*Resource) StateMust

func (aig *Resource) StateMust() *awsIdentitystoreGroupState

StateMust returns the state for Resource. Panics if the state is nil.

func (*Resource) Type

func (aig *Resource) Type() string

Type returns the Terraform object type for Resource.

Jump to

Keyboard shortcuts

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