ProjectArgs

data class ProjectArgs(val projectDescription: Output<String>? = null, val projectName: Output<String>? = null, val serviceCatalogProvisionedProductDetails: Output<ServiceCatalogProvisionedProductDetailsPropertiesArgs>? = null, val serviceCatalogProvisioningDetails: Output<ServiceCatalogProvisioningDetailsPropertiesArgs>? = null, val tags: Output<List<CreateOnlyTagArgs>>? = null) : ConvertibleToJava<ProjectArgs>

Resource Type definition for AWS::SageMaker::Project

Example Usage

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(projectDescription: Output<String>? = null, projectName: Output<String>? = null, serviceCatalogProvisionedProductDetails: Output<ServiceCatalogProvisionedProductDetailsPropertiesArgs>? = null, serviceCatalogProvisioningDetails: Output<ServiceCatalogProvisioningDetailsPropertiesArgs>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null)

Properties

Link copied to clipboard
val projectDescription: Output<String>? = null

The description of the project.

Link copied to clipboard
val projectName: Output<String>? = null

The name of the project.

Link copied to clipboard

Input ServiceCatalog Provisioning Details

Link copied to clipboard
val tags: Output<List<CreateOnlyTagArgs>>? = null

An array of key-value pairs to apply to this resource.

Functions

Link copied to clipboard
open override fun toJava(): ProjectArgs