Uses of Interface
software.amazon.awscdk.services.s3.assets.AssetOptions
Packages that use 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
Methods in software.amazon.awscdk.services.apigateway with parameters of type AssetOptionsModifier and TypeMethodDescriptionstatic AssetApiDefinition
ApiDefinition.fromAsset
(String file, AssetOptions options) Loads the API specification from a local disk asset.Constructors in software.amazon.awscdk.services.apigateway with parameters of type AssetOptions -
Uses of AssetOptions in software.amazon.awscdk.services.appsync
Methods in software.amazon.awscdk.services.appsync with parameters of type AssetOptionsModifier and TypeMethodDescriptionstatic AssetCode
Code.fromAsset
(String path, AssetOptions options) Loads the function code from a local disk path.Constructors in software.amazon.awscdk.services.appsync with parameters of type AssetOptions -
Uses of AssetOptions in software.amazon.awscdk.services.cloudfront
Methods in software.amazon.awscdk.services.cloudfront with parameters of type AssetOptionsModifier and TypeMethodDescriptionstatic ImportSource
ImportSource.fromAsset
(String path, AssetOptions options) An import source that exists as a local file.Constructors in software.amazon.awscdk.services.cloudfront with parameters of type AssetOptions -
Uses of AssetOptions in software.amazon.awscdk.services.ec2
Subinterfaces of AssetOptions in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptioninterface
Additional options for creating an InitFile from an asset.interface
Additional options for an InitSource that builds an asset from local files.Classes in software.amazon.awscdk.services.ec2 that implement AssetOptionsModifier and TypeClassDescriptionstatic final class
An implementation forInitFileAssetOptions
static final class
An implementation forInitSourceAssetOptions
-
Uses of AssetOptions in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs with parameters of type AssetOptionsModifier and TypeMethodDescriptionstatic AssetEnvironmentFile
EnvironmentFile.fromAsset
(String path, AssetOptions options) Loads the environment file from a local disk path.Constructors in software.amazon.awscdk.services.ecs with parameters of type AssetOptions -
Uses of AssetOptions in software.amazon.awscdk.services.gamelift.alpha
Methods in software.amazon.awscdk.services.gamelift.alpha with parameters of type AssetOptionsModifier 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.Constructors in software.amazon.awscdk.services.gamelift.alpha with parameters of type AssetOptions -
Uses of AssetOptions in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha with parameters of type AssetOptionsModifier and TypeMethodDescriptionstatic AssetCode
Code.fromAsset
(String path, AssetOptions options) (experimental) Job code from a local disk path.Constructors in software.amazon.awscdk.services.glue.alpha with parameters of type AssetOptions -
Uses of AssetOptions in software.amazon.awscdk.services.kinesisanalytics.flink.alpha
Methods in software.amazon.awscdk.services.kinesisanalytics.flink.alpha with parameters of type AssetOptionsModifier 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
Subinterfaces of AssetOptions in software.amazon.awscdk.services.lambdaModifier and TypeInterfaceDescriptioninterface
Options for creatingAssetCode
with a custom command, such as running a buildfile.Classes in software.amazon.awscdk.services.lambda that implement AssetOptionsMethods in software.amazon.awscdk.services.lambda with parameters of type AssetOptionsModifier and TypeMethodDescriptionstatic AssetCode
Code.fromAsset
(String path, AssetOptions options) Loads the function code from a local disk path.Constructors in software.amazon.awscdk.services.lambda with parameters of type AssetOptions -
Uses of AssetOptions in software.amazon.awscdk.services.s3.assets
Subinterfaces of AssetOptions in software.amazon.awscdk.services.s3.assetsClasses in software.amazon.awscdk.services.s3.assets that implement AssetOptionsModifier and TypeClassDescriptionstatic final class
An implementation forAssetOptions
static final class
An implementation forAssetProps
Methods in software.amazon.awscdk.services.s3.assets that return AssetOptions -
Uses of AssetOptions in software.amazon.awscdk.services.s3.deployment
Methods in software.amazon.awscdk.services.s3.deployment with parameters of type AssetOptionsModifier 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
Methods in software.amazon.awscdk.services.sagemaker.alpha with parameters of type AssetOptionsModifier 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
Methods in software.amazon.awscdk.services.servicecatalog with parameters of type AssetOptionsModifier 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
Methods in software.amazon.awscdk.services.stepfunctions with parameters of type AssetOptionsModifier and TypeMethodDescriptionstatic DefinitionBody
DefinitionBody.fromFile
(String path, AssetOptions options) Constructors in software.amazon.awscdk.services.stepfunctions with parameters of type AssetOptions -
Uses of AssetOptions in software.amazon.awscdk.services.synthetics
Methods in software.amazon.awscdk.services.synthetics with parameters of type AssetOptionsModifier and TypeMethodDescriptionstatic AssetCode
Code.fromAsset
(String assetPath, AssetOptions options) Specify code from a local path.Constructors in software.amazon.awscdk.services.synthetics with parameters of type AssetOptions