We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi
aws-native.sso.getInstance
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi
Resource Type definition for Identity Center (SSO) Instance
Using getInstance
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 getInstance(args: GetInstanceArgs, opts?: InvokeOptions): Promise<GetInstanceResult>
function getInstanceOutput(args: GetInstanceOutputArgs, opts?: InvokeOptions): Output<GetInstanceResult>
def get_instance(instance_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetInstanceResult
def get_instance_output(instance_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetInstanceResult]
func LookupInstance(ctx *Context, args *LookupInstanceArgs, opts ...InvokeOption) (*LookupInstanceResult, error)
func LookupInstanceOutput(ctx *Context, args *LookupInstanceOutputArgs, opts ...InvokeOption) LookupInstanceResultOutput
> Note: This function is named LookupInstance
in the Go SDK.
public static class GetInstance
{
public static Task<GetInstanceResult> InvokeAsync(GetInstanceArgs args, InvokeOptions? opts = null)
public static Output<GetInstanceResult> Invoke(GetInstanceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetInstanceResult> getInstance(GetInstanceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:sso:getInstance
arguments:
# arguments dictionary
The following arguments are supported:
- Instance
Arn string - The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
- Instance
Arn string - The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
- instance
Arn String - The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
- instance
Arn string - The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
- instance_
arn str - The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
- instance
Arn String - The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
getInstance Result
The following output properties are available:
- Identity
Store stringId - The ID of the identity store associated with the created Identity Center (SSO) Instance
- Instance
Arn string - The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
- Name string
- The name you want to assign to this Identity Center (SSO) Instance
- Owner
Account stringId - The AWS accountId of the owner of the Identity Center (SSO) Instance
- Status
Pulumi.
Aws Native. Sso. Instance Status - The status of the Identity Center (SSO) Instance, create_in_progress/delete_in_progress/active
- List<Pulumi.
Aws Native. Outputs. Tag> - Specifies tags to be attached to the instance of IAM Identity Center.
- Identity
Store stringId - The ID of the identity store associated with the created Identity Center (SSO) Instance
- Instance
Arn string - The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
- Name string
- The name you want to assign to this Identity Center (SSO) Instance
- Owner
Account stringId - The AWS accountId of the owner of the Identity Center (SSO) Instance
- Status
Instance
Status - The status of the Identity Center (SSO) Instance, create_in_progress/delete_in_progress/active
- Tag
- Specifies tags to be attached to the instance of IAM Identity Center.
- identity
Store StringId - The ID of the identity store associated with the created Identity Center (SSO) Instance
- instance
Arn String - The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
- name String
- The name you want to assign to this Identity Center (SSO) Instance
- owner
Account StringId - The AWS accountId of the owner of the Identity Center (SSO) Instance
- status
Instance
Status - The status of the Identity Center (SSO) Instance, create_in_progress/delete_in_progress/active
- List<Tag>
- Specifies tags to be attached to the instance of IAM Identity Center.
- identity
Store stringId - The ID of the identity store associated with the created Identity Center (SSO) Instance
- instance
Arn string - The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
- name string
- The name you want to assign to this Identity Center (SSO) Instance
- owner
Account stringId - The AWS accountId of the owner of the Identity Center (SSO) Instance
- status
Instance
Status - The status of the Identity Center (SSO) Instance, create_in_progress/delete_in_progress/active
- Tag[]
- Specifies tags to be attached to the instance of IAM Identity Center.
- identity_
store_ strid - The ID of the identity store associated with the created Identity Center (SSO) Instance
- instance_
arn str - The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
- name str
- The name you want to assign to this Identity Center (SSO) Instance
- owner_
account_ strid - The AWS accountId of the owner of the Identity Center (SSO) Instance
- status
Instance
Status - The status of the Identity Center (SSO) Instance, create_in_progress/delete_in_progress/active
- Sequence[root_Tag]
- Specifies tags to be attached to the instance of IAM Identity Center.
- identity
Store StringId - The ID of the identity store associated with the created Identity Center (SSO) Instance
- instance
Arn String - The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
- name String
- The name you want to assign to this Identity Center (SSO) Instance
- owner
Account StringId - The AWS accountId of the owner of the Identity Center (SSO) Instance
- status "CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "ACTIVE"
- The status of the Identity Center (SSO) Instance, create_in_progress/delete_in_progress/active
- List<Property Map>
- Specifies tags to be attached to the instance of IAM Identity Center.
Supporting Types
InstanceStatus
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi