interface ScriptParameterKeyValueProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.NimbleStudio.CfnStudioComponent.ScriptParameterKeyValueProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnStudioComponent_ScriptParameterKeyValueProperty |
Java | software.amazon.awscdk.services.nimblestudio.CfnStudioComponent.ScriptParameterKeyValueProperty |
Python | aws_cdk.aws_nimblestudio.CfnStudioComponent.ScriptParameterKeyValueProperty |
TypeScript | aws-cdk-lib » aws_nimblestudio » CfnStudioComponent » ScriptParameterKeyValueProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_nimblestudio as nimblestudio } from 'aws-cdk-lib';
const scriptParameterKeyValueProperty: nimblestudio.CfnStudioComponent.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