Show / Hide Table of Contents

Interface CfnRule.ISageMakerPipelineParametersProperty

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

Namespace: Amazon.CDK.AWS.Events
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnRule.ISageMakerPipelineParametersProperty
Syntax (vb)
Public Interface CfnRule.ISageMakerPipelineParametersProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-sagemakerpipelineparameters.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Events;

             var sageMakerPipelineParametersProperty = new SageMakerPipelineParametersProperty {
                 PipelineParameterList = new [] { new SageMakerPipelineParameterProperty {
                     Name = "name",
                     Value = "value"
                 } }
             };

Synopsis

Properties

PipelineParameterList

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

Properties

PipelineParameterList

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

object? PipelineParameterList { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-sagemakerpipelineparameters.html#cfn-events-rule-sagemakerpipelineparameters-pipelineparameterlist

Type union: either IResolvable or (either IResolvable or CfnRule.ISageMakerPipelineParameterProperty)[]

Back to top Generated by DocFX