interface ScriptParameterKeyValueProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.NimbleStudio.Mixins.CfnStudioComponentPropsMixin.ScriptParameterKeyValueProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsnimblestudio/mixins#CfnStudioComponentPropsMixin_ScriptParameterKeyValueProperty |
Java | software.amazon.awscdk.mixins.preview.services.nimblestudio.mixins.CfnStudioComponentPropsMixin.ScriptParameterKeyValueProperty |
Python | aws_cdk.mixins_preview.aws_nimblestudio.mixins.CfnStudioComponentPropsMixin.ScriptParameterKeyValueProperty |
TypeScript | @aws-cdk/mixins-preview » aws_nimblestudio » mixins » CfnStudioComponentPropsMixin » ScriptParameterKeyValueProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as nimblestudio_mixins } from '@aws-cdk/mixins-preview/aws-nimblestudio';
const scriptParameterKeyValueProperty: nimblestudio_mixins.CfnStudioComponentPropsMixin.ScriptParameterKeyValueProperty = {
key: 'key',
value: 'value',
};
Properties
| Name | Type | Description |
|---|---|---|
| key? | string | |
| value? | string |
key?
Type:
string
(optional)
value?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript