interface ISource
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.S3.Deployment.ISource |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awss3deployment#ISource |
![]() | software.amazon.awscdk.services.s3.deployment.ISource |
![]() | aws_cdk.aws_s3_deployment.ISource |
![]() | 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
Name | Description |
---|---|
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
Deployment
Source Context
Returns
Binds the source to a bucket deployment.