1. Packages
  2. AWS Native
  3. API Docs
  4. sso
  5. getApplication

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.sso.getApplication

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

    Resource Type definition for Identity Center (SSO) Application

    Using getApplication

    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 getApplication(args: GetApplicationArgs, opts?: InvokeOptions): Promise<GetApplicationResult>
    function getApplicationOutput(args: GetApplicationOutputArgs, opts?: InvokeOptions): Output<GetApplicationResult>
    def get_application(application_arn: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetApplicationResult
    def get_application_output(application_arn: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetApplicationResult]
    func LookupApplication(ctx *Context, args *LookupApplicationArgs, opts ...InvokeOption) (*LookupApplicationResult, error)
    func LookupApplicationOutput(ctx *Context, args *LookupApplicationOutputArgs, opts ...InvokeOption) LookupApplicationResultOutput

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

    public static class GetApplication 
    {
        public static Task<GetApplicationResult> InvokeAsync(GetApplicationArgs args, InvokeOptions? opts = null)
        public static Output<GetApplicationResult> Invoke(GetApplicationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:sso:getApplication
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ApplicationArn string
    The Application ARN that is returned upon creation of the Identity Center (SSO) Application
    ApplicationArn string
    The Application ARN that is returned upon creation of the Identity Center (SSO) Application
    applicationArn String
    The Application ARN that is returned upon creation of the Identity Center (SSO) Application
    applicationArn string
    The Application ARN that is returned upon creation of the Identity Center (SSO) Application
    application_arn str
    The Application ARN that is returned upon creation of the Identity Center (SSO) Application
    applicationArn String
    The Application ARN that is returned upon creation of the Identity Center (SSO) Application

    getApplication Result

    The following output properties are available:

    ApplicationArn string
    The Application ARN that is returned upon creation of the Identity Center (SSO) Application
    Description string
    The description information for the Identity Center (SSO) Application
    Name string
    The name you want to assign to this Identity Center (SSO) Application
    PortalOptions Pulumi.AwsNative.Sso.Outputs.ApplicationPortalOptionsConfiguration
    A structure that describes the options for the portal associated with an application
    Status Pulumi.AwsNative.Sso.ApplicationStatus
    Specifies whether the application is enabled or disabled
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Specifies tags to be attached to the application
    ApplicationArn string
    The Application ARN that is returned upon creation of the Identity Center (SSO) Application
    Description string
    The description information for the Identity Center (SSO) Application
    Name string
    The name you want to assign to this Identity Center (SSO) Application
    PortalOptions ApplicationPortalOptionsConfiguration
    A structure that describes the options for the portal associated with an application
    Status ApplicationStatus
    Specifies whether the application is enabled or disabled
    Tags Tag
    Specifies tags to be attached to the application
    applicationArn String
    The Application ARN that is returned upon creation of the Identity Center (SSO) Application
    description String
    The description information for the Identity Center (SSO) Application
    name String
    The name you want to assign to this Identity Center (SSO) Application
    portalOptions ApplicationPortalOptionsConfiguration
    A structure that describes the options for the portal associated with an application
    status ApplicationStatus
    Specifies whether the application is enabled or disabled
    tags List<Tag>
    Specifies tags to be attached to the application
    applicationArn string
    The Application ARN that is returned upon creation of the Identity Center (SSO) Application
    description string
    The description information for the Identity Center (SSO) Application
    name string
    The name you want to assign to this Identity Center (SSO) Application
    portalOptions ApplicationPortalOptionsConfiguration
    A structure that describes the options for the portal associated with an application
    status ApplicationStatus
    Specifies whether the application is enabled or disabled
    tags Tag[]
    Specifies tags to be attached to the application
    application_arn str
    The Application ARN that is returned upon creation of the Identity Center (SSO) Application
    description str
    The description information for the Identity Center (SSO) Application
    name str
    The name you want to assign to this Identity Center (SSO) Application
    portal_options ApplicationPortalOptionsConfiguration
    A structure that describes the options for the portal associated with an application
    status ApplicationStatus
    Specifies whether the application is enabled or disabled
    tags Sequence[root_Tag]
    Specifies tags to be attached to the application
    applicationArn String
    The Application ARN that is returned upon creation of the Identity Center (SSO) Application
    description String
    The description information for the Identity Center (SSO) Application
    name String
    The name you want to assign to this Identity Center (SSO) Application
    portalOptions Property Map
    A structure that describes the options for the portal associated with an application
    status "ENABLED" | "DISABLED"
    Specifies whether the application is enabled or disabled
    tags List<Property Map>
    Specifies tags to be attached to the application

    Supporting Types

    ApplicationPortalOptionsConfiguration

    SignInOptions Pulumi.AwsNative.Sso.Inputs.ApplicationSignInOptions
    A structure that describes the sign-in options for the access portal
    Visibility Pulumi.AwsNative.Sso.ApplicationPortalOptionsConfigurationVisibility
    Indicates whether this application is visible in the access portal
    SignInOptions ApplicationSignInOptions
    A structure that describes the sign-in options for the access portal
    Visibility ApplicationPortalOptionsConfigurationVisibility
    Indicates whether this application is visible in the access portal
    signInOptions ApplicationSignInOptions
    A structure that describes the sign-in options for the access portal
    visibility ApplicationPortalOptionsConfigurationVisibility
    Indicates whether this application is visible in the access portal
    signInOptions ApplicationSignInOptions
    A structure that describes the sign-in options for the access portal
    visibility ApplicationPortalOptionsConfigurationVisibility
    Indicates whether this application is visible in the access portal
    sign_in_options ApplicationSignInOptions
    A structure that describes the sign-in options for the access portal
    visibility ApplicationPortalOptionsConfigurationVisibility
    Indicates whether this application is visible in the access portal
    signInOptions Property Map
    A structure that describes the sign-in options for the access portal
    visibility "ENABLED" | "DISABLED"
    Indicates whether this application is visible in the access portal

    ApplicationPortalOptionsConfigurationVisibility

    ApplicationSignInOptions

    Origin Pulumi.AwsNative.Sso.ApplicationSignInOptionsOrigin
    This determines how IAM Identity Center navigates the user to the target application
    ApplicationUrl string
    The URL that accepts authentication requests for an application, this is a required parameter if the Origin parameter is APPLICATION
    Origin ApplicationSignInOptionsOrigin
    This determines how IAM Identity Center navigates the user to the target application
    ApplicationUrl string
    The URL that accepts authentication requests for an application, this is a required parameter if the Origin parameter is APPLICATION
    origin ApplicationSignInOptionsOrigin
    This determines how IAM Identity Center navigates the user to the target application
    applicationUrl String
    The URL that accepts authentication requests for an application, this is a required parameter if the Origin parameter is APPLICATION
    origin ApplicationSignInOptionsOrigin
    This determines how IAM Identity Center navigates the user to the target application
    applicationUrl string
    The URL that accepts authentication requests for an application, this is a required parameter if the Origin parameter is APPLICATION
    origin ApplicationSignInOptionsOrigin
    This determines how IAM Identity Center navigates the user to the target application
    application_url str
    The URL that accepts authentication requests for an application, this is a required parameter if the Origin parameter is APPLICATION
    origin "IDENTITY_CENTER" | "APPLICATION"
    This determines how IAM Identity Center navigates the user to the target application
    applicationUrl String
    The URL that accepts authentication requests for an application, this is a required parameter if the Origin parameter is APPLICATION

    ApplicationSignInOptionsOrigin

    ApplicationStatus

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    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.112.0 published on Wednesday, Jul 24, 2024 by Pulumi