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
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 dictionaryThe 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.Aws Native. Sage Maker. Outputs. Partner App Config 
- 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.
- EnableIam boolSession Based Identity 
- Enables IAM Session based Identity for PartnerApp.
- MaintenanceConfig Pulumi.Aws Native. Sage Maker. Outputs. Partner App Maintenance Config 
- A collection of settings that specify the maintenance schedule for the PartnerApp.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- A list of tags to apply to the PartnerApp.
- Tier string
- The tier of the PartnerApp.
- ApplicationConfig PartnerApp Config 
- 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.
- EnableIam boolSession Based Identity 
- Enables IAM Session based Identity for PartnerApp.
- MaintenanceConfig PartnerApp Maintenance Config 
- A collection of settings that specify the maintenance schedule for the PartnerApp.
- Tag
- A list of tags to apply to the PartnerApp.
- Tier string
- The tier of the PartnerApp.
- applicationConfig PartnerApp Config 
- 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.
- enableIam BooleanSession Based Identity 
- Enables IAM Session based Identity for PartnerApp.
- maintenanceConfig PartnerApp Maintenance Config 
- A collection of settings that specify the maintenance schedule for the PartnerApp.
- List<Tag>
- A list of tags to apply to the PartnerApp.
- tier String
- The tier of the PartnerApp.
- applicationConfig PartnerApp Config 
- 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.
- enableIam booleanSession Based Identity 
- Enables IAM Session based Identity for PartnerApp.
- maintenanceConfig PartnerApp Maintenance Config 
- A collection of settings that specify the maintenance schedule for the PartnerApp.
- Tag[]
- A list of tags to apply to the PartnerApp.
- tier string
- The tier of the PartnerApp.
- application_config PartnerApp Config 
- 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_ boolsession_ based_ identity 
- Enables IAM Session based Identity for PartnerApp.
- maintenance_config PartnerApp Maintenance Config 
- A collection of settings that specify the maintenance schedule for the PartnerApp.
- 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.
- enableIam BooleanSession Based Identity 
- Enables IAM Session based Identity for PartnerApp.
- maintenanceConfig Property Map
- A collection of settings that specify the maintenance schedule for the PartnerApp.
- 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   
- MaintenanceWindow stringStart 
- The maintenance window start day and time for the PartnerApp.
- MaintenanceWindow stringStart 
- The maintenance window start day and time for the PartnerApp.
- maintenanceWindow StringStart 
- The maintenance window start day and time for the PartnerApp.
- maintenanceWindow stringStart 
- The maintenance window start day and time for the PartnerApp.
- maintenance_window_ strstart 
- The maintenance window start day and time for the PartnerApp.
- maintenanceWindow StringStart 
- The maintenance window start day and time for the PartnerApp.
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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi