interface ProvisioningParameterProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnProject.ProvisioningParameterProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnProject_ProvisioningParameterProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnProject.ProvisioningParameterProperty |
![]() | aws_cdk.aws_sagemaker.CfnProject.ProvisioningParameterProperty |
![]() | aws-cdk-lib » aws_sagemaker » CfnProject » ProvisioningParameterProperty |
A key value pair used when you provision a project as a service catalog product.
For information, see What is AWS Service Catalog .
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const provisioningParameterProperty: sagemaker.CfnProject.ProvisioningParameterProperty = {
key: 'key',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
key | string | The key that identifies a provisioning parameter. |
value | string | The value of the provisioning parameter. |
key
Type:
string
The key that identifies a provisioning parameter.
value
Type:
string
The value of the provisioning parameter.