aws-cdk-lib.aws_stepfunctions_tasks.DockerImageConfig

interface DockerImageConfig

LanguageType name
.NETAmazon.CDK.AWS.StepFunctions.Tasks.DockerImageConfig
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctionstasks#DockerImageConfig
Javasoftware.amazon.awscdk.services.stepfunctions.tasks.DockerImageConfig
Pythonaws_cdk.aws_stepfunctions_tasks.DockerImageConfig
TypeScript (source)aws-cdk-lib » aws_stepfunctions_tasks » DockerImageConfig

Obtainable from DockerImage.bind()

Configuration for a using Docker image.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_stepfunctions_tasks as stepfunctions_tasks } from 'aws-cdk-lib';
const dockerImageConfig: stepfunctions_tasks.DockerImageConfig = {
  imageUri: 'imageUri',
};

Properties

NameTypeDescription
imageUristringThe fully qualified URI of the Docker image.

imageUri

Type: string

The fully qualified URI of the Docker image.