Package com.pulumi.aws.identitystore
Class IdentitystoreFunctions
- java.lang.Object
-
- com.pulumi.aws.identitystore.IdentitystoreFunctions
-
public final class IdentitystoreFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IdentitystoreFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.pulumi.core.Output<GetGroupResult>
getGroup(GetGroupArgs args)
Use this data source to get an Identity Store Group.static com.pulumi.core.Output<GetGroupResult>
getGroup(GetGroupArgs args, com.pulumi.deployment.InvokeOptions options)
Use this data source to get an Identity Store Group.static java.util.concurrent.CompletableFuture<GetGroupResult>
getGroupPlain(GetGroupPlainArgs args)
Use this data source to get an Identity Store Group.static java.util.concurrent.CompletableFuture<GetGroupResult>
getGroupPlain(GetGroupPlainArgs args, com.pulumi.deployment.InvokeOptions options)
Use this data source to get an Identity Store Group.static com.pulumi.core.Output<GetUserResult>
getUser(GetUserArgs args)
Use this data source to get an Identity Store User.static com.pulumi.core.Output<GetUserResult>
getUser(GetUserArgs args, com.pulumi.deployment.InvokeOptions options)
Use this data source to get an Identity Store User.static java.util.concurrent.CompletableFuture<GetUserResult>
getUserPlain(GetUserPlainArgs args)
Use this data source to get an Identity Store User.static java.util.concurrent.CompletableFuture<GetUserResult>
getUserPlain(GetUserPlainArgs args, com.pulumi.deployment.InvokeOptions options)
Use this data source to get an Identity Store User.
-
-
-
Method Detail
-
getGroup
public static com.pulumi.core.Output<GetGroupResult> getGroup(GetGroupArgs args)
Use this data source to get an Identity Store Group.
-
getGroupPlain
public static java.util.concurrent.CompletableFuture<GetGroupResult> getGroupPlain(GetGroupPlainArgs args)
Use this data source to get an Identity Store Group.
-
getGroup
public static com.pulumi.core.Output<GetGroupResult> getGroup(GetGroupArgs args, com.pulumi.deployment.InvokeOptions options)
Use this data source to get an Identity Store Group.
-
getGroupPlain
public static java.util.concurrent.CompletableFuture<GetGroupResult> getGroupPlain(GetGroupPlainArgs args, com.pulumi.deployment.InvokeOptions options)
Use this data source to get an Identity Store Group.
-
getUser
public static com.pulumi.core.Output<GetUserResult> getUser(GetUserArgs args)
Use this data source to get an Identity Store User.
-
getUserPlain
public static java.util.concurrent.CompletableFuture<GetUserResult> getUserPlain(GetUserPlainArgs args)
Use this data source to get an Identity Store User.
-
getUser
public static com.pulumi.core.Output<GetUserResult> getUser(GetUserArgs args, com.pulumi.deployment.InvokeOptions options)
Use this data source to get an Identity Store User.
-
getUserPlain
public static java.util.concurrent.CompletableFuture<GetUserResult> getUserPlain(GetUserPlainArgs args, com.pulumi.deployment.InvokeOptions options)
Use this data source to get an Identity Store User.
-
-