aws-cdk-lib.aws_events.CfnRule.SageMakerPipelineParametersProperty

interface SageMakerPipelineParametersProperty

LanguageType name
.NETAmazon.CDK.AWS.Events.CfnRule.SageMakerPipelineParametersProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsevents#CfnRule_SageMakerPipelineParametersProperty
Javasoftware.amazon.awscdk.services.events.CfnRule.SageMakerPipelineParametersProperty
Pythonaws_cdk.aws_events.CfnRule.SageMakerPipelineParametersProperty
TypeScript aws-cdk-lib » aws_events » CfnRule » SageMakerPipelineParametersProperty

These are custom parameters to use when the target is a SageMaker Model Building Pipeline that starts based on EventBridge events.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_events as events } from 'aws-cdk-lib';
const sageMakerPipelineParametersProperty: events.CfnRule.SageMakerPipelineParametersProperty = {
  pipelineParameterList: [{
    name: 'name',
    value: 'value',
  }],
};

Properties

NameTypeDescription
pipelineParameterList?IResolvable | IResolvable | SageMakerPipelineParameterProperty[]List of Parameter names and values for SageMaker Model Building Pipeline execution.

pipelineParameterList?

Type: IResolvable | IResolvable | SageMakerPipelineParameterProperty[] (optional)

List of Parameter names and values for SageMaker Model Building Pipeline execution.