Versions in this module Expand all Collapse all v0 v0.1.1 Nov 20, 2024 Changes in this version + func NewIdentityDataSource() datasource.DataSource + type Identity struct + Alias types.String + CallerIdentityUsed types.Bool + Created types.String + EmailAddress types.String + Id types.String + IdentityStatus types.String + Modified types.String + Name types.String + ProcessingState types.String + UseCallerIdentity types.Bool + type IdentityDataSource struct + func (d *IdentityDataSource) ConfigValidators(ctx context.Context) []datasource.ConfigValidator + func (d *IdentityDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...) + func (d *IdentityDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...) + func (d *IdentityDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse) + func (d *IdentityDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...)