Uses of Interface
software.amazon.awscdk.services.s3.assets.AssetOptions
Package
Description
Amazon API Gateway Construct Library
AWS AppSync Construct Library
Amazon CloudFront Construct Library
Amazon EC2 Construct Library
Amazon ECS Construct Library
Amazon GameLift Construct Library
AWS Glue Construct Library
Kinesis Analytics Flink
AWS Lambda Construct Library
AWS CDK Assets
AWS S3 Deployment Construct Library
Amazon SageMaker Construct Library
AWS Service Catalog Construct Library
AWS Step Functions Construct Library
Amazon CloudWatch Synthetics Construct Library
-
Uses of AssetOptions in software.amazon.awscdk.services.apigateway
Modifier and TypeMethodDescriptionstatic AssetApiDefinition
ApiDefinition.fromAsset
(String file, AssetOptions options) Loads the API specification from a local disk asset. -
Uses of AssetOptions in software.amazon.awscdk.services.appsync
Modifier and TypeMethodDescriptionstatic AssetCode
Code.fromAsset
(String path, AssetOptions options) Loads the function code from a local disk path. -
Uses of AssetOptions in software.amazon.awscdk.services.cloudfront
Modifier and TypeMethodDescriptionstatic ImportSource
ImportSource.fromAsset
(String path, AssetOptions options) An import source that exists as a local file. -
Uses of AssetOptions in software.amazon.awscdk.services.ec2
Modifier and TypeInterfaceDescriptioninterface
Additional options for creating an InitFile from an asset.interface
Additional options for an InitSource that builds an asset from local files.Modifier and TypeClassDescriptionstatic final class
An implementation forInitFileAssetOptions
static final class
An implementation forInitSourceAssetOptions
-
Uses of AssetOptions in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptionstatic AssetEnvironmentFile
EnvironmentFile.fromAsset
(String path, AssetOptions options) Loads the environment file from a local disk path. -
Uses of AssetOptions in software.amazon.awscdk.services.gamelift.alpha
Modifier and TypeMethodDescriptionstatic Build
Build.fromAsset
(software.constructs.Construct scope, String id, String path, AssetOptions options) (experimental) Create a new Build from asset content.static AssetContent
Content.fromAsset
(String path, AssetOptions options) (experimental) Loads the game content from a local disk path.static Script
Script.fromAsset
(software.constructs.Construct scope, String id, String path, AssetOptions options) (experimental) Create a new realtime server script from asset content. -
Uses of AssetOptions in software.amazon.awscdk.services.glue.alpha
Modifier and TypeMethodDescriptionstatic AssetCode
Code.fromAsset
(String path, AssetOptions options) (experimental) Job code from a local disk path. -
Uses of AssetOptions in software.amazon.awscdk.services.kinesisanalytics.flink.alpha
Modifier and TypeMethodDescriptionstatic ApplicationCode
ApplicationCode.fromAsset
(String path, AssetOptions options) (experimental) Reference code from a local directory containing a Flink JAR file. -
Uses of AssetOptions in software.amazon.awscdk.services.lambda
Modifier and TypeInterfaceDescriptioninterface
Options for creatingAssetCode
with a custom command, such as running a buildfile.Modifier and TypeMethodDescriptionstatic AssetCode
Code.fromAsset
(String path, AssetOptions options) Loads the function code from a local disk path. -
Uses of AssetOptions in software.amazon.awscdk.services.s3.assets
Modifier and TypeClassDescriptionstatic final class
An implementation forAssetOptions
static final class
An implementation forAssetProps
-
Uses of AssetOptions in software.amazon.awscdk.services.s3.deployment
Modifier and TypeMethodDescriptionstatic ISource
Source.asset
(String path, AssetOptions options) Uses a local asset as the deployment source. -
Uses of AssetOptions in software.amazon.awscdk.services.sagemaker.alpha
Modifier and TypeMethodDescriptionstatic ModelData
ModelData.fromAsset
(String path, AssetOptions options) (experimental) Constructs model data that will be uploaded to S3 as part of the CDK app deployment. -
Uses of AssetOptions in software.amazon.awscdk.services.servicecatalog
Modifier and TypeMethodDescriptionstatic CloudFormationTemplate
CloudFormationTemplate.fromAsset
(String path, AssetOptions options) Loads the provisioning artifacts template from a local disk path. -
Uses of AssetOptions in software.amazon.awscdk.services.stepfunctions
Modifier and TypeMethodDescriptionstatic DefinitionBody
DefinitionBody.fromFile
(String path, AssetOptions options) -
Uses of AssetOptions in software.amazon.awscdk.services.synthetics
Modifier and TypeMethodDescriptionstatic AssetCode
Code.fromAsset
(String assetPath, AssetOptions options) Specify code from a local path.