SSO Identity Store
AwsIdentitystoreGroup
Terraform resource for managing an AWS IdentityStore Group.
- Resource
- Data
import { AwsIdentitystoreGroup } from "@dinghy/tf-aws/serviceIdentitystore"
<AwsIdentitystoreGroup/>
import { DataAwsIdentitystoreGroup } from "@dinghy/tf-aws/serviceIdentitystore"
<DataAwsIdentitystoreGroup/>
AwsIdentitystoreGroupMembership
Terraform resource for managing an AWS IdentityStore Group Membership.
- Resource
import { AwsIdentitystoreGroupMembership } from "@dinghy/tf-aws/serviceIdentitystore"
<AwsIdentitystoreGroupMembership/>
AwsIdentitystoreGroupMemberships
Retrieve list of members for an Identity Store Group.
- Data
import { DataAwsIdentitystoreGroupMemberships } from "@dinghy/tf-aws/serviceIdentitystore"
<DataAwsIdentitystoreGroupMemberships/>
AwsIdentitystoreGroups
Terraform data source for managing an AWS SSO Identity Store Groups.
- Data
import { DataAwsIdentitystoreGroups } from "@dinghy/tf-aws/serviceIdentitystore"
<DataAwsIdentitystoreGroups/>
AwsIdentitystoreUser
Terraform resource for managing an AWS Identity Store User.
- Resource
- Data
import { AwsIdentitystoreUser } from "@dinghy/tf-aws/serviceIdentitystore"
<AwsIdentitystoreUser/>
import { DataAwsIdentitystoreUser } from "@dinghy/tf-aws/serviceIdentitystore"
<DataAwsIdentitystoreUser/>
AwsIdentitystoreUsers
Retrieve list of users for an Identity Store instance.
- Data
import { DataAwsIdentitystoreUsers } from "@dinghy/tf-aws/serviceIdentitystore"
<DataAwsIdentitystoreUsers/>