interface CfnStackParameterProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnProject.CfnStackParameterProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnProject_CfnStackParameterProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnProject.CfnStackParameterProperty |
![]() | aws_cdk.aws_sagemaker.CfnProject.CfnStackParameterProperty |
![]() | aws-cdk-lib » aws_sagemaker » CfnProject » CfnStackParameterProperty |
A key-value pair representing a parameter used in the CloudFormation stack.
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 cfnStackParameterProperty: sagemaker.CfnProject.CfnStackParameterProperty = {
key: 'key',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
key | string | The name of the CloudFormation parameter. |
value | string | The value of the CloudFormation parameter. |
key
Type:
string
The name of the CloudFormation parameter.
value
Type:
string
The value of the CloudFormation parameter.