aws-cdk-lib.aws_appconfig.CfnExtension.ParameterProperty

interface ParameterProperty

LanguageType name
.NETAmazon.CDK.AWS.AppConfig.CfnExtension.ParameterProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappconfig#CfnExtension_ParameterProperty
Javasoftware.amazon.awscdk.services.appconfig.CfnExtension.ParameterProperty
Pythonaws_cdk.aws_appconfig.CfnExtension.ParameterProperty
TypeScript aws-cdk-lib » aws_appconfig » CfnExtension » ParameterProperty

A value such as an Amazon Resource Name (ARN) or an Amazon Simple Notification Service topic entered in an extension when invoked.

Parameter values are specified in an extension association. For more information about extensions, see Working with AWS AppConfig extensions in the AWS AppConfig User Guide .

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appconfig as appconfig } from 'aws-cdk-lib';
const parameterProperty: appconfig.CfnExtension.ParameterProperty = {
  required: false,

  // the properties below are optional
  description: 'description',
};

Properties

NameTypeDescription
requiredboolean | IResolvableA parameter value must be specified in the extension association.
description?stringInformation about the parameter.

required

Type: boolean | IResolvable

A parameter value must be specified in the extension association.


description?

Type: string (optional)

Information about the parameter.