aws-cdk-lib.aws_nimblestudio.CfnStudioComponent.ScriptParameterKeyValueProperty

interface ScriptParameterKeyValueProperty

LanguageType name
.NETAmazon.CDK.AWS.NimbleStudio.CfnStudioComponent.ScriptParameterKeyValueProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnStudioComponent_ScriptParameterKeyValueProperty
Javasoftware.amazon.awscdk.services.nimblestudio.CfnStudioComponent.ScriptParameterKeyValueProperty
Pythonaws_cdk.aws_nimblestudio.CfnStudioComponent.ScriptParameterKeyValueProperty
TypeScript aws-cdk-lib » aws_nimblestudio » CfnStudioComponent » ScriptParameterKeyValueProperty

A parameter for a studio component script, in the form of a key-value pair.

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

NameTypeDescription
key?stringA script parameter key.
value?stringA script parameter value.

key?

Type: string (optional)

A script parameter key.


value?

Type: string (optional)

A script parameter value.