1. Packages
  2. AWS Native
  3. API Docs
  4. verifiedpermissions
  5. getIdentitySource

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.verifiedpermissions.getIdentitySource

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    Definition of AWS::VerifiedPermissions::IdentitySource Resource Type

    Using getIdentitySource

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getIdentitySource(args: GetIdentitySourceArgs, opts?: InvokeOptions): Promise<GetIdentitySourceResult>
    function getIdentitySourceOutput(args: GetIdentitySourceOutputArgs, opts?: InvokeOptions): Output<GetIdentitySourceResult>
    def get_identity_source(identity_source_id: Optional[str] = None,
                            policy_store_id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetIdentitySourceResult
    def get_identity_source_output(identity_source_id: Optional[pulumi.Input[str]] = None,
                            policy_store_id: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetIdentitySourceResult]
    func LookupIdentitySource(ctx *Context, args *LookupIdentitySourceArgs, opts ...InvokeOption) (*LookupIdentitySourceResult, error)
    func LookupIdentitySourceOutput(ctx *Context, args *LookupIdentitySourceOutputArgs, opts ...InvokeOption) LookupIdentitySourceResultOutput

    > Note: This function is named LookupIdentitySource in the Go SDK.

    public static class GetIdentitySource 
    {
        public static Task<GetIdentitySourceResult> InvokeAsync(GetIdentitySourceArgs args, InvokeOptions? opts = null)
        public static Output<GetIdentitySourceResult> Invoke(GetIdentitySourceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIdentitySourceResult> getIdentitySource(GetIdentitySourceArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:verifiedpermissions:getIdentitySource
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getIdentitySource Result

    The following output properties are available:

    Supporting Types

    IdentitySourceCognitoGroupConfiguration

    IdentitySourceCognitoUserPoolConfiguration

    IdentitySourceConfiguration

    IdentitySourceDetails

    IdentitySourceOpenIdIssuer

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi