Partner App Args
data class PartnerAppArgs(val applicationConfig: Output<PartnerAppConfigArgs>? = null, val authType: Output<PartnerAppAuthType>? = null, val clientToken: Output<String>? = null, val enableIamSessionBasedIdentity: Output<Boolean>? = null, val executionRoleArn: Output<String>? = null, val kmsKeyId: Output<String>? = null, val maintenanceConfig: Output<PartnerAppMaintenanceConfigArgs>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val tier: Output<String>? = null, val type: Output<PartnerAppType>? = null) : ConvertibleToJava<PartnerAppArgs>
Resource Type definition for AWS::SageMaker::PartnerApp
Constructors
Link copied to clipboard
constructor(applicationConfig: Output<PartnerAppConfigArgs>? = null, authType: Output<PartnerAppAuthType>? = null, clientToken: Output<String>? = null, enableIamSessionBasedIdentity: Output<Boolean>? = null, executionRoleArn: Output<String>? = null, kmsKeyId: Output<String>? = null, maintenanceConfig: Output<PartnerAppMaintenanceConfigArgs>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null, tier: Output<String>? = null, type: Output<PartnerAppType>? = null)
Properties
Link copied to clipboard
A collection of settings that specify the maintenance schedule for the PartnerApp.
Link copied to clipboard
The Auth type of PartnerApp.
Link copied to clipboard
The client token for the PartnerApp.
Link copied to clipboard
Enables IAM Session based Identity for PartnerApp.
Link copied to clipboard
The execution role for the user.
Link copied to clipboard
A collection of settings that specify the maintenance schedule for the PartnerApp.
Link copied to clipboard
The type of PartnerApp.