Uses of Interface
software.amazon.awscdk.services.s3.Location
Package
Description
AWS CodePipeline Construct Library
Amazon ECS Construct Library
Amazon GameLift Construct Library
AWS Glue 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
Modifier 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
Modifier and TypeMethodDescriptionEnvironmentFileConfig.getS3Location()
The location of the environment file in S3.final Location
EnvironmentFileConfig.Jsii$Proxy.getS3Location()
Modifier and TypeMethodDescriptionEnvironmentFileConfig.Builder.s3Location
(Location s3Location) Sets the value ofEnvironmentFileConfig.getS3Location()
-
Uses of Location in software.amazon.awscdk.services.gamelift.alpha
Modifier and TypeMethodDescriptionContentConfig.getS3Location()
(experimental) The location of the content in S3.final Location
ContentConfig.Jsii$Proxy.getS3Location()
Modifier and TypeMethodDescriptionContentConfig.Builder.s3Location
(Location s3Location) Sets the value ofContentConfig.getS3Location()
-
Uses of Location in software.amazon.awscdk.services.glue.alpha
Modifier and TypeMethodDescriptionCodeConfig.getS3Location()
(experimental) The location of the code in S3.final Location
CodeConfig.Jsii$Proxy.getS3Location()
Modifier and TypeMethodDescriptionCodeConfig.Builder.s3Location
(Location s3Location) Sets the value ofCodeConfig.getS3Location()
-
Uses of Location in software.amazon.awscdk.services.lambda
Modifier and TypeMethodDescriptiondefault Location
CodeConfig.getS3Location()
The location of the code in S3 (mutually exclusive withinlineCode
andimage
).final Location
CodeConfig.Jsii$Proxy.getS3Location()
Modifier 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
-
Uses of Location in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptiondefault Location
ResultConfiguration.getOutputLocation()
S3 path of query results.final Location
ResultConfiguration.Jsii$Proxy.getOutputLocation()
default Location
BedrockInvokeModelInputProps.getS3Location()
S3 object to retrieve the input data from.final Location
BedrockInvokeModelInputProps.Jsii$Proxy.getS3Location()
default Location
BedrockInvokeModelOutputProps.getS3Location()
S3 object where the Bedrock InvokeModel API response is written.final Location
BedrockInvokeModelOutputProps.Jsii$Proxy.getS3Location()
Modifier 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
Modifier and TypeMethodDescriptiondefault Location
CodeConfig.getS3Location()
The location of the code in S3 (mutually exclusive withinlineCode
).final Location
CodeConfig.Jsii$Proxy.getS3Location()
Modifier and TypeMethodDescriptionCodeConfig.Builder.s3Location
(Location s3Location) Sets the value ofCodeConfig.getS3Location()