1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. sagemaker
  5. getPartnerApp

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.sagemaker.getPartnerApp

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

    Resource Type definition for AWS::SageMaker::PartnerApp

    Using getPartnerApp

    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 getPartnerApp(args: GetPartnerAppArgs, opts?: InvokeOptions): Promise<GetPartnerAppResult>
    function getPartnerAppOutput(args: GetPartnerAppOutputArgs, opts?: InvokeOptions): Output<GetPartnerAppResult>
    def get_partner_app(arn: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetPartnerAppResult
    def get_partner_app_output(arn: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetPartnerAppResult]
    func LookupPartnerApp(ctx *Context, args *LookupPartnerAppArgs, opts ...InvokeOption) (*LookupPartnerAppResult, error)
    func LookupPartnerAppOutput(ctx *Context, args *LookupPartnerAppOutputArgs, opts ...InvokeOption) LookupPartnerAppResultOutput

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

    public static class GetPartnerApp 
    {
        public static Task<GetPartnerAppResult> InvokeAsync(GetPartnerAppArgs args, InvokeOptions? opts = null)
        public static Output<GetPartnerAppResult> Invoke(GetPartnerAppInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPartnerAppResult> getPartnerApp(GetPartnerAppArgs args, InvokeOptions options)
    public static Output<GetPartnerAppResult> getPartnerApp(GetPartnerAppArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:sagemaker:getPartnerApp
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) of the created PartnerApp.
    Arn string
    The Amazon Resource Name (ARN) of the created PartnerApp.
    arn String
    The Amazon Resource Name (ARN) of the created PartnerApp.
    arn string
    The Amazon Resource Name (ARN) of the created PartnerApp.
    arn str
    The Amazon Resource Name (ARN) of the created PartnerApp.
    arn String
    The Amazon Resource Name (ARN) of the created PartnerApp.

    getPartnerApp Result

    The following output properties are available:

    ApplicationConfig Pulumi.AwsNative.SageMaker.Outputs.PartnerAppConfig
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    Arn string
    The Amazon Resource Name (ARN) of the created PartnerApp.
    BaseUrl string
    The AppServerUrl based on app and account-info.
    EnableIamSessionBasedIdentity bool
    Enables IAM Session based Identity for PartnerApp.
    MaintenanceConfig Pulumi.AwsNative.SageMaker.Outputs.PartnerAppMaintenanceConfig
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A list of tags to apply to the PartnerApp.
    Tier string
    The tier of the PartnerApp.
    ApplicationConfig PartnerAppConfig
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    Arn string
    The Amazon Resource Name (ARN) of the created PartnerApp.
    BaseUrl string
    The AppServerUrl based on app and account-info.
    EnableIamSessionBasedIdentity bool
    Enables IAM Session based Identity for PartnerApp.
    MaintenanceConfig PartnerAppMaintenanceConfig
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    Tags Tag
    A list of tags to apply to the PartnerApp.
    Tier string
    The tier of the PartnerApp.
    applicationConfig PartnerAppConfig
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    arn String
    The Amazon Resource Name (ARN) of the created PartnerApp.
    baseUrl String
    The AppServerUrl based on app and account-info.
    enableIamSessionBasedIdentity Boolean
    Enables IAM Session based Identity for PartnerApp.
    maintenanceConfig PartnerAppMaintenanceConfig
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    tags List<Tag>
    A list of tags to apply to the PartnerApp.
    tier String
    The tier of the PartnerApp.
    applicationConfig PartnerAppConfig
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    arn string
    The Amazon Resource Name (ARN) of the created PartnerApp.
    baseUrl string
    The AppServerUrl based on app and account-info.
    enableIamSessionBasedIdentity boolean
    Enables IAM Session based Identity for PartnerApp.
    maintenanceConfig PartnerAppMaintenanceConfig
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    tags Tag[]
    A list of tags to apply to the PartnerApp.
    tier string
    The tier of the PartnerApp.
    application_config PartnerAppConfig
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    arn str
    The Amazon Resource Name (ARN) of the created PartnerApp.
    base_url str
    The AppServerUrl based on app and account-info.
    enable_iam_session_based_identity bool
    Enables IAM Session based Identity for PartnerApp.
    maintenance_config PartnerAppMaintenanceConfig
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    tags Sequence[root_Tag]
    A list of tags to apply to the PartnerApp.
    tier str
    The tier of the PartnerApp.
    applicationConfig Property Map
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    arn String
    The Amazon Resource Name (ARN) of the created PartnerApp.
    baseUrl String
    The AppServerUrl based on app and account-info.
    enableIamSessionBasedIdentity Boolean
    Enables IAM Session based Identity for PartnerApp.
    maintenanceConfig Property Map
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    tags List<Property Map>
    A list of tags to apply to the PartnerApp.
    tier String
    The tier of the PartnerApp.

    Supporting Types

    PartnerAppConfig

    AdminUsers List<string>
    A list of users with administrator privileges for the PartnerApp.
    Arguments Dictionary<string, string>
    A list of arguments to pass to the PartnerApp.
    AdminUsers []string
    A list of users with administrator privileges for the PartnerApp.
    Arguments map[string]string
    A list of arguments to pass to the PartnerApp.
    adminUsers List<String>
    A list of users with administrator privileges for the PartnerApp.
    arguments Map<String,String>
    A list of arguments to pass to the PartnerApp.
    adminUsers string[]
    A list of users with administrator privileges for the PartnerApp.
    arguments {[key: string]: string}
    A list of arguments to pass to the PartnerApp.
    admin_users Sequence[str]
    A list of users with administrator privileges for the PartnerApp.
    arguments Mapping[str, str]
    A list of arguments to pass to the PartnerApp.
    adminUsers List<String>
    A list of users with administrator privileges for the PartnerApp.
    arguments Map<String>
    A list of arguments to pass to the PartnerApp.

    PartnerAppMaintenanceConfig

    MaintenanceWindowStart string
    The maintenance window start day and time for the PartnerApp.
    MaintenanceWindowStart string
    The maintenance window start day and time for the PartnerApp.
    maintenanceWindowStart String
    The maintenance window start day and time for the PartnerApp.
    maintenanceWindowStart string
    The maintenance window start day and time for the PartnerApp.
    maintenance_window_start str
    The maintenance window start day and time for the PartnerApp.
    maintenanceWindowStart String
    The maintenance window start day and time for the PartnerApp.

    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

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi