Uses of Interface
software.amazon.awscdk.services.s3.IBucketRef
Packages that use IBucketRef
Package
Description
Amazon API Gateway Construct Library
Amazon Bedrock Construct Library
AWS CloudTrail Construct Library
AWS::CodeStar Construct Library
Amazon EC2 Construct Library
Amazon Elastic Load Balancing V2 Construct Library
AWS::IVS Construct Library
Amazon CloudWatch Logs Construct Library
Amazon S3 Construct Library
S3 Bucket Notifications Destinations
AWS::S3ObjectLambda Construct Library
Amazon CloudWatch Synthetics Construct Library
-
Uses of IBucketRef in software.amazon.awscdk.services.apigateway
Constructors in software.amazon.awscdk.services.apigateway with parameters of type IBucketRefModifierConstructorDescriptionS3ApiDefinition
(IBucketRef bucket, String key) S3ApiDefinition
(IBucketRef bucket, String key, String objectVersion) -
Uses of IBucketRef in software.amazon.awscdk.services.bedrock.alpha
Methods in software.amazon.awscdk.services.bedrock.alpha with parameters of type IBucketRefModifier and TypeMethodDescriptionstatic S3ApiSchema
ApiSchema.fromS3File
(IBucketRef bucket, String objectKey) (experimental) Creates an API Schema from an S3 File. -
Uses of IBucketRef in software.amazon.awscdk.services.cloudtrail
Methods in software.amazon.awscdk.services.cloudtrail that return IBucketRefModifier and TypeMethodDescriptionS3EventSelector.getBucket()
S3 bucket.final IBucketRef
S3EventSelector.Jsii$Proxy.getBucket()
Methods in software.amazon.awscdk.services.cloudtrail with parameters of type IBucketRefModifier and TypeMethodDescriptionS3EventSelector.Builder.bucket
(IBucketRef bucket) Sets the value ofS3EventSelector.getBucket()
-
Uses of IBucketRef in software.amazon.awscdk.services.codestar.alpha
Methods in software.amazon.awscdk.services.codestar.alpha that return IBucketRefModifier and TypeMethodDescriptionGitHubRepositoryProps.getContentsBucket()
(experimental) The name of the Amazon S3 bucket that contains the ZIP file with the content to be committed to the new repository.final IBucketRef
GitHubRepositoryProps.Jsii$Proxy.getContentsBucket()
Methods in software.amazon.awscdk.services.codestar.alpha with parameters of type IBucketRefModifier and TypeMethodDescriptionGitHubRepository.Builder.contentsBucket
(IBucketRef contentsBucket) (experimental) The name of the Amazon S3 bucket that contains the ZIP file with the content to be committed to the new repository.GitHubRepositoryProps.Builder.contentsBucket
(IBucketRef contentsBucket) Sets the value ofGitHubRepositoryProps.getContentsBucket()
-
Uses of IBucketRef in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return IBucketRefModifier and TypeMethodDescriptionS3DownloadOptions.getBucket()
Name of the S3 bucket to download from.final IBucketRef
S3DownloadOptions.Jsii$Proxy.getBucket()
Methods in software.amazon.awscdk.services.ec2 with parameters of type IBucketRefModifier and TypeMethodDescriptionS3DownloadOptions.Builder.bucket
(IBucketRef bucket) Sets the value ofS3DownloadOptions.getBucket()
-
Uses of IBucketRef in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return IBucketRefModifier and TypeMethodDescriptionRevocationContent.getBucket()
The Amazon S3 bucket for the revocation file.final IBucketRef
RevocationContent.Jsii$Proxy.getBucket()
TrustStoreProps.getBucket()
The bucket that the trust store is hosted in.final IBucketRef
TrustStoreProps.Jsii$Proxy.getBucket()
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type IBucketRefModifier and TypeMethodDescriptionRevocationContent.Builder.bucket
(IBucketRef bucket) Sets the value ofRevocationContent.getBucket()
TrustStore.Builder.bucket
(IBucketRef bucket) The bucket that the trust store is hosted in.TrustStoreProps.Builder.bucket
(IBucketRef bucket) Sets the value ofTrustStoreProps.getBucket()
-
Uses of IBucketRef in software.amazon.awscdk.services.ivs.alpha
Methods in software.amazon.awscdk.services.ivs.alpha that return IBucketRefModifier and TypeMethodDescriptionRecordingConfigurationProps.getBucket()
(experimental) S3 bucket where recorded videos will be stored.final IBucketRef
RecordingConfigurationProps.Jsii$Proxy.getBucket()
Methods in software.amazon.awscdk.services.ivs.alpha with parameters of type IBucketRefModifier and TypeMethodDescriptionRecordingConfiguration.Builder.bucket
(IBucketRef bucket) (experimental) S3 bucket where recorded videos will be stored.RecordingConfigurationProps.Builder.bucket
(IBucketRef bucket) Sets the value ofRecordingConfigurationProps.getBucket()
-
Uses of IBucketRef in software.amazon.awscdk.services.logs
Methods in software.amazon.awscdk.services.logs that return IBucketRefModifier and TypeMethodDescriptiondefault IBucketRef
DataProtectionPolicyProps.getS3BucketAuditDestination()
S3 bucket to send audit findings to.final IBucketRef
DataProtectionPolicyProps.Jsii$Proxy.getS3BucketAuditDestination()
Methods in software.amazon.awscdk.services.logs with parameters of type IBucketRefModifier and TypeMethodDescriptionDataProtectionPolicy.Builder.s3BucketAuditDestination
(IBucketRef s3BucketAuditDestination) S3 bucket to send audit findings to.DataProtectionPolicyProps.Builder.s3BucketAuditDestination
(IBucketRef s3BucketAuditDestination) Sets the value ofDataProtectionPolicyProps.getS3BucketAuditDestination()
-
Uses of IBucketRef in software.amazon.awscdk.services.s3
Subinterfaces of IBucketRef in software.amazon.awscdk.services.s3Modifier and TypeInterfaceDescriptioninterface
static interface
Internal default implementation forIBucket
.static interface
Internal default implementation forIBucketRef
.Classes in software.amazon.awscdk.services.s3 that implement IBucketRefModifier and TypeClassDescriptionclass
An S3 bucket with associated policy objects.class
Represents an S3 Bucket.class
TheAWS::S3::Bucket
resource creates an Amazon S3 bucket in the same AWS Region where you create the AWS CloudFormation stack.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.s3 with parameters of type IBucketRefModifier and TypeMethodDescriptionIBucketNotificationDestination.bind
(software.constructs.Construct scope, IBucketRef bucket) Registers this resource to receive notifications for the specified bucket.IBucketNotificationDestination.Jsii$Default.bind
(software.constructs.Construct scope, IBucketRef bucket) Registers this resource to receive notifications for the specified bucket.IBucketNotificationDestination.Jsii$Proxy.bind
(software.constructs.Construct scope, IBucketRef bucket) Registers this resource to receive notifications for the specified bucket. -
Uses of IBucketRef in software.amazon.awscdk.services.s3.notifications
Methods in software.amazon.awscdk.services.s3.notifications with parameters of type IBucketRefModifier and TypeMethodDescriptionLambdaDestination.bind
(software.constructs.Construct scope, IBucketRef bucket) Registers this resource to receive notifications for the specified bucket.SnsDestination.bind
(software.constructs.Construct scope, IBucketRef bucket) Registers this resource to receive notifications for the specified bucket.SqsDestination.bind
(software.constructs.Construct _scope, IBucketRef bucket) Allows using SQS queues as destinations for bucket notifications. -
Uses of IBucketRef in software.amazon.awscdk.services.s3objectlambda.alpha
Methods in software.amazon.awscdk.services.s3objectlambda.alpha that return IBucketRefModifier and TypeMethodDescriptionAccessPointProps.getBucket()
(experimental) The bucket to which this access point belongs.final IBucketRef
AccessPointProps.Jsii$Proxy.getBucket()
Methods in software.amazon.awscdk.services.s3objectlambda.alpha with parameters of type IBucketRefModifier and TypeMethodDescriptionAccessPoint.Builder.bucket
(IBucketRef bucket) (experimental) The bucket to which this access point belongs.AccessPointProps.Builder.bucket
(IBucketRef bucket) Sets the value ofAccessPointProps.getBucket()
-
Uses of IBucketRef in software.amazon.awscdk.services.synthetics
Methods in software.amazon.awscdk.services.synthetics with parameters of type IBucketRefModifier and TypeMethodDescriptionstatic S3Code
Code.fromBucket
(IBucketRef bucket, String key) Specify code from an s3 bucket.static S3Code
Code.fromBucket
(IBucketRef bucket, String key, String objectVersion) Specify code from an s3 bucket.Constructors in software.amazon.awscdk.services.synthetics with parameters of type IBucketRefModifierConstructorDescriptionS3Code
(IBucketRef bucket, String key) S3Code
(IBucketRef bucket, String key, String objectVersion)