Uses of Interface
software.amazon.awscdk.services.s3.Location
Packages that use Location
Package
Description
AWS CodePipeline Construct Library
Amazon ECS Construct Library
AWS Lambda Construct Library
Amazon S3 Construct Library
Tasks for AWS Step Functions
Amazon CloudWatch Synthetics Construct Library
-
Uses of Location in software.amazon.awscdk.services.codepipeline
Methods in software.amazon.awscdk.services.codepipeline that return LocationModifier and TypeMethodDescriptionArtifact.getS3Location()Returns the location of the .zip file in S3 that this Artifact represents. -
Uses of Location in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return LocationModifier and TypeMethodDescriptionEnvironmentFileConfig.getS3Location()The location of the environment file in S3.final LocationEnvironmentFileConfig.Jsii$Proxy.getS3Location()Methods in software.amazon.awscdk.services.ecs with parameters of type LocationModifier and TypeMethodDescriptionEnvironmentFileConfig.Builder.s3Location(Location s3Location) Sets the value ofEnvironmentFileConfig.getS3Location() -
Uses of Location in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return LocationModifier and TypeMethodDescriptiondefault LocationCodeConfig.getS3Location()The location of the code in S3 (mutually exclusive withinlineCodeandimage).final LocationCodeConfig.Jsii$Proxy.getS3Location()Methods in software.amazon.awscdk.services.lambda with parameters of type LocationModifier and TypeMethodDescriptionCreate a parameters map from this instance's CloudFormation parameters.CodeConfig.Builder.s3Location(Location s3Location) Sets the value ofCodeConfig.getS3Location() -
Uses of Location in software.amazon.awscdk.services.s3
Classes in software.amazon.awscdk.services.s3 that implement LocationMethods in software.amazon.awscdk.services.s3 that return Location -
Uses of Location in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return LocationModifier and TypeMethodDescriptiondefault LocationResultConfiguration.getOutputLocation()S3 path of query results.final LocationResultConfiguration.Jsii$Proxy.getOutputLocation()default LocationBedrockInvokeModelInputProps.getS3Location()S3 object to retrieve the input data from.final LocationBedrockInvokeModelInputProps.Jsii$Proxy.getS3Location()default LocationBedrockInvokeModelOutputProps.getS3Location()S3 object where the Bedrock InvokeModel API response is written.final LocationBedrockInvokeModelOutputProps.Jsii$Proxy.getS3Location()Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type LocationModifier and TypeMethodDescriptionResultConfiguration.Builder.outputLocation(Location outputLocation) Sets the value ofResultConfiguration.getOutputLocation()BedrockInvokeModelInputProps.Builder.s3Location(Location s3Location) Sets the value ofBedrockInvokeModelInputProps.getS3Location()BedrockInvokeModelOutputProps.Builder.s3Location(Location s3Location) Sets the value ofBedrockInvokeModelOutputProps.getS3Location() -
Uses of Location in software.amazon.awscdk.services.synthetics
Methods in software.amazon.awscdk.services.synthetics that return LocationModifier and TypeMethodDescriptiondefault LocationCodeConfig.getS3Location()The location of the code in S3 (mutually exclusive withinlineCode).final LocationCodeConfig.Jsii$Proxy.getS3Location()Methods in software.amazon.awscdk.services.synthetics with parameters of type LocationModifier and TypeMethodDescriptionCodeConfig.Builder.s3Location(Location s3Location) Sets the value ofCodeConfig.getS3Location()