@aws-cdk_aws-kinesisfirehose-alpha.DataProcessorIdentifier

interface DataProcessorIdentifier ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.KinesisFirehose.Alpha.DataProcessorIdentifier
Gogithub.com/aws/aws-cdk-go/awscdkkinesisfirehosealpha/v2#DataProcessorIdentifier
Javasoftware.amazon.awscdk.services.kinesisfirehose.alpha.DataProcessorIdentifier
Pythonaws_cdk.aws_kinesisfirehose_alpha.DataProcessorIdentifier
TypeScript (source)@aws-cdk/aws-kinesisfirehose-alpha ยป DataProcessorIdentifier

The key-value pair that identifies the underlying processor resource.

See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processorparameter.html

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as kinesisfirehose_alpha from '@aws-cdk/aws-kinesisfirehose-alpha';
const dataProcessorIdentifier: kinesisfirehose_alpha.DataProcessorIdentifier = {
  parameterName: 'parameterName',
  parameterValue: 'parameterValue',
};

Properties

NameTypeDescription
parameterName๐Ÿ”นstringThe parameter name that corresponds to the processor resource's identifier.
parameterValue๐Ÿ”นstringThe identifier of the underlying processor resource.

parameterName๐Ÿ”น

Type: string

The parameter name that corresponds to the processor resource's identifier.

Must be an accepted value in CfnDeliveryStream.ProcessoryParameterProperty.ParameterName.


parameterValue๐Ÿ”น

Type: string

The identifier of the underlying processor resource.