interface DataProcessorIdentifier
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.KinesisFirehose.DataProcessorIdentifier |
![]() | software.amazon.awscdk.services.kinesisfirehose.DataProcessorIdentifier |
![]() | aws_cdk.aws_kinesisfirehose.DataProcessorIdentifier |
![]() | @aws-cdk/aws-kinesisfirehose » DataProcessorIdentifier |
The key-value pair that identifies the underlying processor resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as kinesisfirehose from '@aws-cdk/aws-kinesisfirehose';
const dataProcessorIdentifier: kinesisfirehose.DataProcessorIdentifier = {
parameterName: 'parameterName',
parameterValue: 'parameterValue',
};
Properties
Name | Type | Description |
---|---|---|
parameter | string | The parameter name that corresponds to the processor resource's identifier. |
parameter | string | The 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.