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

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.getIdentityPoolRoleAttachment

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::IdentityPoolRoleAttachment

    Using getIdentityPoolRoleAttachment

    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 getIdentityPoolRoleAttachment(args: GetIdentityPoolRoleAttachmentArgs, opts?: InvokeOptions): Promise<GetIdentityPoolRoleAttachmentResult>
    function getIdentityPoolRoleAttachmentOutput(args: GetIdentityPoolRoleAttachmentOutputArgs, opts?: InvokeOptions): Output<GetIdentityPoolRoleAttachmentResult>
    def get_identity_pool_role_attachment(id: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetIdentityPoolRoleAttachmentResult
    def get_identity_pool_role_attachment_output(id: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetIdentityPoolRoleAttachmentResult]
    func LookupIdentityPoolRoleAttachment(ctx *Context, args *LookupIdentityPoolRoleAttachmentArgs, opts ...InvokeOption) (*LookupIdentityPoolRoleAttachmentResult, error)
    func LookupIdentityPoolRoleAttachmentOutput(ctx *Context, args *LookupIdentityPoolRoleAttachmentOutputArgs, opts ...InvokeOption) LookupIdentityPoolRoleAttachmentResultOutput

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

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

    The following arguments are supported:

    Id string
    Id string
    id String
    id string
    id str
    id String

    getIdentityPoolRoleAttachment Result

    The following output properties are available:

    Id string
    RoleMappings Dictionary<string, Pulumi.AwsNative.Cognito.Outputs.IdentityPoolRoleAttachmentRoleMapping>
    Roles Dictionary<string, string>
    Id string
    RoleMappings map[string]IdentityPoolRoleAttachmentRoleMapping
    Roles map[string]string
    id String
    roleMappings Map<String,IdentityPoolRoleAttachmentRoleMapping>
    roles Map<String,String>
    id string
    roleMappings {[key: string]: IdentityPoolRoleAttachmentRoleMapping}
    roles {[key: string]: string}
    id str
    role_mappings Mapping[str, IdentityPoolRoleAttachmentRoleMapping]
    roles Mapping[str, str]
    id String
    roleMappings Map<Property Map>
    roles Map<String>

    Supporting Types

    IdentityPoolRoleAttachmentMappingRule

    Claim string
    MatchType string
    RoleArn string
    Value string
    Claim string
    MatchType string
    RoleArn string
    Value string
    claim String
    matchType String
    roleArn String
    value String
    claim string
    matchType string
    roleArn string
    value string
    claim String
    matchType String
    roleArn String
    value String

    IdentityPoolRoleAttachmentRoleMapping

    IdentityPoolRoleAttachmentRulesConfigurationType

    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