1. Packages
  2. AWS Native
  3. API Docs
  4. cognito
  5. getIdentityPoolPrincipalTag

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.cognito.getIdentityPoolPrincipalTag

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

    Resource Type definition for AWS::Cognito::IdentityPoolPrincipalTag

    Using getIdentityPoolPrincipalTag

    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 getIdentityPoolPrincipalTag(args: GetIdentityPoolPrincipalTagArgs, opts?: InvokeOptions): Promise<GetIdentityPoolPrincipalTagResult>
    function getIdentityPoolPrincipalTagOutput(args: GetIdentityPoolPrincipalTagOutputArgs, opts?: InvokeOptions): Output<GetIdentityPoolPrincipalTagResult>
    def get_identity_pool_principal_tag(identity_pool_id: Optional[str] = None,
                                        identity_provider_name: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetIdentityPoolPrincipalTagResult
    def get_identity_pool_principal_tag_output(identity_pool_id: Optional[pulumi.Input[str]] = None,
                                        identity_provider_name: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetIdentityPoolPrincipalTagResult]
    func LookupIdentityPoolPrincipalTag(ctx *Context, args *LookupIdentityPoolPrincipalTagArgs, opts ...InvokeOption) (*LookupIdentityPoolPrincipalTagResult, error)
    func LookupIdentityPoolPrincipalTagOutput(ctx *Context, args *LookupIdentityPoolPrincipalTagOutputArgs, opts ...InvokeOption) LookupIdentityPoolPrincipalTagResultOutput

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

    public static class GetIdentityPoolPrincipalTag 
    {
        public static Task<GetIdentityPoolPrincipalTagResult> InvokeAsync(GetIdentityPoolPrincipalTagArgs args, InvokeOptions? opts = null)
        public static Output<GetIdentityPoolPrincipalTagResult> Invoke(GetIdentityPoolPrincipalTagInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIdentityPoolPrincipalTagResult> getIdentityPoolPrincipalTag(GetIdentityPoolPrincipalTagArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:cognito:getIdentityPoolPrincipalTag
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getIdentityPoolPrincipalTag Result

    The following output properties are available:

    PrincipalTags object
    Search the CloudFormation User Guide for AWS::Cognito::IdentityPoolPrincipalTag for more information about the expected schema for this property.
    UseDefaults bool
    PrincipalTags interface{}
    Search the CloudFormation User Guide for AWS::Cognito::IdentityPoolPrincipalTag for more information about the expected schema for this property.
    UseDefaults bool
    principalTags Object
    Search the CloudFormation User Guide for AWS::Cognito::IdentityPoolPrincipalTag for more information about the expected schema for this property.
    useDefaults Boolean
    principalTags any
    Search the CloudFormation User Guide for AWS::Cognito::IdentityPoolPrincipalTag for more information about the expected schema for this property.
    useDefaults boolean
    principal_tags Any
    Search the CloudFormation User Guide for AWS::Cognito::IdentityPoolPrincipalTag for more information about the expected schema for this property.
    use_defaults bool
    principalTags Any
    Search the CloudFormation User Guide for AWS::Cognito::IdentityPoolPrincipalTag for more information about the expected schema for this property.
    useDefaults Boolean

    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