1. Packages
  2. AWS Classic
  3. API Docs
  4. ssoadmin
  5. getInstances

Try AWS Native preview for resources not in the classic version.

AWS Classic v6.13.0 published on Saturday, Dec 2, 2023 by Pulumi

aws.ssoadmin.getInstances

Explore with Pulumi AI

aws logo

Try AWS Native preview for resources not in the classic version.

AWS Classic v6.13.0 published on Saturday, Dec 2, 2023 by Pulumi

    Use this data source to get ARNs and Identity Store IDs of Single Sign-On (SSO) Instances.

    Using getInstances

    function getInstances(opts?: InvokeOptions): Promise<GetInstancesResult>
    def get_instances(opts: Optional[InvokeOptions] = None) -> GetInstancesResult
    func GetInstances(ctx *Context, opts ...InvokeOption) (*GetInstancesResult, error)

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

    public static class GetInstances 
    {
        public static Task<GetInstancesResult> InvokeAsync(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetInstancesResult> getInstances(InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws:ssoadmin/getInstances:getInstances
      arguments:
        # arguments dictionary

    getInstances Result

    The following output properties are available:

    Arns List<string>

    Set of Amazon Resource Names (ARNs) of the SSO Instances.

    Id string

    The provider-assigned unique ID for this managed resource.

    IdentityStoreIds List<string>

    Set of identifiers of the identity stores connected to the SSO Instances.

    Arns []string

    Set of Amazon Resource Names (ARNs) of the SSO Instances.

    Id string

    The provider-assigned unique ID for this managed resource.

    IdentityStoreIds []string

    Set of identifiers of the identity stores connected to the SSO Instances.

    arns List<String>

    Set of Amazon Resource Names (ARNs) of the SSO Instances.

    id String

    The provider-assigned unique ID for this managed resource.

    identityStoreIds List<String>

    Set of identifiers of the identity stores connected to the SSO Instances.

    arns string[]

    Set of Amazon Resource Names (ARNs) of the SSO Instances.

    id string

    The provider-assigned unique ID for this managed resource.

    identityStoreIds string[]

    Set of identifiers of the identity stores connected to the SSO Instances.

    arns Sequence[str]

    Set of Amazon Resource Names (ARNs) of the SSO Instances.

    id str

    The provider-assigned unique ID for this managed resource.

    identity_store_ids Sequence[str]

    Set of identifiers of the identity stores connected to the SSO Instances.

    arns List<String>

    Set of Amazon Resource Names (ARNs) of the SSO Instances.

    id String

    The provider-assigned unique ID for this managed resource.

    identityStoreIds List<String>

    Set of identifiers of the identity stores connected to the SSO Instances.

    Package Details

    Repository
    AWS Classic pulumi/pulumi-aws
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the aws Terraform Provider.

    aws logo

    Try AWS Native preview for resources not in the classic version.

    AWS Classic v6.13.0 published on Saturday, Dec 2, 2023 by Pulumi