Show / Hide Table of Contents

Interface ISource

Represents a source for bucket deployments.

Namespace: Amazon.CDK.AWS.S3.Deployment
Assembly: Amazon.CDK.AWS.S3.Deployment.dll
Syntax (csharp)
public interface ISource
Syntax (vb)
Public Interface ISource

Synopsis

Methods

Bind(Construct, IDeploymentSourceContext)

Binds the source to a bucket deployment.

Methods

Bind(Construct, IDeploymentSourceContext)

Binds the source to a bucket deployment.

ISourceConfig Bind(Construct scope, IDeploymentSourceContext context = null)
Parameters
scope Construct

The construct tree context.

context IDeploymentSourceContext

The construct tree context.

Returns

ISourceConfig

Back to top Generated by DocFX