aws-cdk-lib.aws_s3_deployment.ISource

interface ISource

LanguageType name
.NETAmazon.CDK.AWS.S3.Deployment.ISource
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awss3deployment#ISource
Javasoftware.amazon.awscdk.services.s3.deployment.ISource
Pythonaws_cdk.aws_s3_deployment.ISource
TypeScript (source)aws-cdk-lib » aws_s3_deployment » ISource

Obtainable from Source.asset(), Source.bucket(), Source.data(), Source.jsonData(), Source.yamlData()

Represents a source for bucket deployments.

Methods

NameDescription
bind(scope, context?)Binds the source to a bucket deployment.

bind(scope, context?)

public bind(scope: Construct, context?: DeploymentSourceContext): SourceConfig

Parameters

  • scope Construct — The construct tree context.
  • context DeploymentSourceContext

Returns

  • SourceConfig

Binds the source to a bucket deployment.