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

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.PartnerApp

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

    Create PartnerApp Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new PartnerApp(name: string, args: PartnerAppArgs, opts?: CustomResourceOptions);
    @overload
    def PartnerApp(resource_name: str,
                   args: PartnerAppArgs,
                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def PartnerApp(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   auth_type: Optional[PartnerAppAuthType] = None,
                   execution_role_arn: Optional[str] = None,
                   tier: Optional[str] = None,
                   type: Optional[PartnerAppType] = None,
                   application_config: Optional[PartnerAppConfigArgs] = None,
                   client_token: Optional[str] = None,
                   enable_iam_session_based_identity: Optional[bool] = None,
                   maintenance_config: Optional[PartnerAppMaintenanceConfigArgs] = None,
                   name: Optional[str] = None,
                   tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewPartnerApp(ctx *Context, name string, args PartnerAppArgs, opts ...ResourceOption) (*PartnerApp, error)
    public PartnerApp(string name, PartnerAppArgs args, CustomResourceOptions? opts = null)
    public PartnerApp(String name, PartnerAppArgs args)
    public PartnerApp(String name, PartnerAppArgs args, CustomResourceOptions options)
    
    type: aws-native:sagemaker:PartnerApp
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args PartnerAppArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args PartnerAppArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args PartnerAppArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PartnerAppArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PartnerAppArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    PartnerApp Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The PartnerApp resource accepts the following input properties:

    AuthType Pulumi.AwsNative.SageMaker.PartnerAppAuthType
    The Auth type of PartnerApp.
    ExecutionRoleArn string
    The execution role for the user.
    Tier string
    The tier of the PartnerApp.
    Type Pulumi.AwsNative.SageMaker.PartnerAppType
    The type of PartnerApp.
    ApplicationConfig Pulumi.AwsNative.SageMaker.Inputs.PartnerAppConfig
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    ClientToken string
    The client token for the PartnerApp.
    EnableIamSessionBasedIdentity bool
    Enables IAM Session based Identity for PartnerApp.
    MaintenanceConfig Pulumi.AwsNative.SageMaker.Inputs.PartnerAppMaintenanceConfig
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    Name string
    A name for the PartnerApp.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    A list of tags to apply to the PartnerApp.
    AuthType PartnerAppAuthType
    The Auth type of PartnerApp.
    ExecutionRoleArn string
    The execution role for the user.
    Tier string
    The tier of the PartnerApp.
    Type PartnerAppType
    The type of PartnerApp.
    ApplicationConfig PartnerAppConfigArgs
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    ClientToken string
    The client token for the PartnerApp.
    EnableIamSessionBasedIdentity bool
    Enables IAM Session based Identity for PartnerApp.
    MaintenanceConfig PartnerAppMaintenanceConfigArgs
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    Name string
    A name for the PartnerApp.
    Tags TagArgs
    A list of tags to apply to the PartnerApp.
    authType PartnerAppAuthType
    The Auth type of PartnerApp.
    executionRoleArn String
    The execution role for the user.
    tier String
    The tier of the PartnerApp.
    type PartnerAppType
    The type of PartnerApp.
    applicationConfig PartnerAppConfig
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    clientToken String
    The client token for the PartnerApp.
    enableIamSessionBasedIdentity Boolean
    Enables IAM Session based Identity for PartnerApp.
    maintenanceConfig PartnerAppMaintenanceConfig
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    name String
    A name for the PartnerApp.
    tags List<Tag>
    A list of tags to apply to the PartnerApp.
    authType PartnerAppAuthType
    The Auth type of PartnerApp.
    executionRoleArn string
    The execution role for the user.
    tier string
    The tier of the PartnerApp.
    type PartnerAppType
    The type of PartnerApp.
    applicationConfig PartnerAppConfig
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    clientToken string
    The client token for the PartnerApp.
    enableIamSessionBasedIdentity boolean
    Enables IAM Session based Identity for PartnerApp.
    maintenanceConfig PartnerAppMaintenanceConfig
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    name string
    A name for the PartnerApp.
    tags Tag[]
    A list of tags to apply to the PartnerApp.
    auth_type PartnerAppAuthType
    The Auth type of PartnerApp.
    execution_role_arn str
    The execution role for the user.
    tier str
    The tier of the PartnerApp.
    type PartnerAppType
    The type of PartnerApp.
    application_config PartnerAppConfigArgs
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    client_token str
    The client token for the PartnerApp.
    enable_iam_session_based_identity bool
    Enables IAM Session based Identity for PartnerApp.
    maintenance_config PartnerAppMaintenanceConfigArgs
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    name str
    A name for the PartnerApp.
    tags Sequence[TagArgs]
    A list of tags to apply to the PartnerApp.
    authType "IAM"
    The Auth type of PartnerApp.
    executionRoleArn String
    The execution role for the user.
    tier String
    The tier of the PartnerApp.
    type "lakera-guard" | "comet" | "deepchecks-llm-evaluation" | "fiddler"
    The type of PartnerApp.
    applicationConfig Property Map
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    clientToken String
    The client token for the PartnerApp.
    enableIamSessionBasedIdentity Boolean
    Enables IAM Session based Identity for PartnerApp.
    maintenanceConfig Property Map
    A collection of settings that specify the maintenance schedule for the PartnerApp.
    name String
    A name for the PartnerApp.
    tags List<Property Map>
    A list of tags to apply to the PartnerApp.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the PartnerApp resource produces the following output properties:

    Arn string
    The Amazon Resource Name (ARN) of the created PartnerApp.
    BaseUrl string
    The AppServerUrl based on app and account-info.
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    The Amazon Resource Name (ARN) of the created PartnerApp.
    BaseUrl string
    The AppServerUrl based on app and account-info.
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    The Amazon Resource Name (ARN) of the created PartnerApp.
    baseUrl String
    The AppServerUrl based on app and account-info.
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    The Amazon Resource Name (ARN) of the created PartnerApp.
    baseUrl string
    The AppServerUrl based on app and account-info.
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    The Amazon Resource Name (ARN) of the created PartnerApp.
    base_url str
    The AppServerUrl based on app and account-info.
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    The Amazon Resource Name (ARN) of the created PartnerApp.
    baseUrl String
    The AppServerUrl based on app and account-info.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    PartnerAppAuthType, PartnerAppAuthTypeArgs

    Iam
    IAM
    PartnerAppAuthTypeIam
    IAM
    Iam
    IAM
    Iam
    IAM
    IAM
    IAM
    "IAM"
    IAM

    PartnerAppConfig, PartnerAppConfigArgs

    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, PartnerAppMaintenanceConfigArgs

    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.

    PartnerAppType, PartnerAppTypeArgs

    LakeraGuard
    lakera-guard
    Comet
    comet
    DeepchecksLlmEvaluation
    deepchecks-llm-evaluation
    Fiddler
    fiddler
    PartnerAppTypeLakeraGuard
    lakera-guard
    PartnerAppTypeComet
    comet
    PartnerAppTypeDeepchecksLlmEvaluation
    deepchecks-llm-evaluation
    PartnerAppTypeFiddler
    fiddler
    LakeraGuard
    lakera-guard
    Comet
    comet
    DeepchecksLlmEvaluation
    deepchecks-llm-evaluation
    Fiddler
    fiddler
    LakeraGuard
    lakera-guard
    Comet
    comet
    DeepchecksLlmEvaluation
    deepchecks-llm-evaluation
    Fiddler
    fiddler
    LAKERA_GUARD
    lakera-guard
    COMET
    comet
    DEEPCHECKS_LLM_EVALUATION
    deepchecks-llm-evaluation
    FIDDLER
    fiddler
    "lakera-guard"
    lakera-guard
    "comet"
    comet
    "deepchecks-llm-evaluation"
    deepchecks-llm-evaluation
    "fiddler"
    fiddler

    Tag, TagArgs

    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