Uses of Interface
software.amazon.awscdk.interfaces.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
AWS Config Construct Library
AWS::CUR Construct Library
AWS::DataSync Construct Library
Amazon EC2 Construct Library
Amazon Elastic Load Balancing V2 Construct Library
Amazon EMR Construct Library
AWS Glue Construct Library
AWS::IoTTwinMaker Construct Library
AWS::IVS Construct Library
AWS Lambda Construct Library
Amazon CloudWatch Logs Construct Library
AWS::MWAA Construct Library
Amazon Route53 Resolver Construct Library
Amazon S3 Construct Library
S3 Bucket Notifications Destinations
AWS::S3ObjectLambda Construct Library
AWS Systems Manager Construct Library
Amazon CloudWatch Synthetics Construct Library
-
Uses of IBucketRef in software.amazon.awscdk.interfaces.s3
Subinterfaces of IBucketRef in software.amazon.awscdk.interfaces.s3Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIBucketRef.Classes in software.amazon.awscdk.interfaces.s3 that implement IBucketRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
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 S3ApiSchemaApiSchema.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 IBucketRefS3EventSelector.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()CfnTrail.Builder.s3BucketName(IBucketRef s3BucketName) Specifies the name of the Amazon S3 bucket designated for publishing log files.CfnTrailProps.Builder.s3BucketName(IBucketRef s3BucketName) Sets the value ofCfnTrailProps.getS3BucketName() -
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 IBucketRefGitHubRepositoryProps.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.config
Methods in software.amazon.awscdk.services.config with parameters of type IBucketRefModifier and TypeMethodDescriptionCfnConformancePack.Builder.deliveryS3Bucket(IBucketRef deliveryS3Bucket) The name of the Amazon S3 bucket where AWS Config stores conformance pack templates.CfnConformancePackProps.Builder.deliveryS3Bucket(IBucketRef deliveryS3Bucket) Sets the value ofCfnConformancePackProps.getDeliveryS3Bucket() -
Uses of IBucketRef in software.amazon.awscdk.services.cur
Methods in software.amazon.awscdk.services.cur with parameters of type IBucketRefModifier and TypeMethodDescriptionCfnReportDefinition.Builder.s3Bucket(IBucketRef s3Bucket) The S3 bucket where Amazon Web Services delivers the report.CfnReportDefinitionProps.Builder.s3Bucket(IBucketRef s3Bucket) Sets the value ofCfnReportDefinitionProps.getS3Bucket() -
Uses of IBucketRef in software.amazon.awscdk.services.datasync
Methods in software.amazon.awscdk.services.datasync with parameters of type IBucketRefModifier and TypeMethodDescriptionCfnLocationS3.Builder.s3BucketArn(IBucketRef s3BucketArn) The ARN of the Amazon S3 bucket.CfnLocationS3Props.Builder.s3BucketArn(IBucketRef s3BucketArn) Sets the value ofCfnLocationS3Props.getS3BucketArn() -
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 IBucketRefS3DownloadOptions.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()CfnFlowLog.Builder.logDestination(IBucketRef logDestination) The destination for the flow log data.CfnFlowLogProps.Builder.logDestination(IBucketRef logDestination) Sets the value ofCfnFlowLogProps.getLogDestination() -
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 IBucketRefRevocationContent.Jsii$Proxy.getBucket()TrustStoreProps.getBucket()The bucket that the trust store is hosted in.final IBucketRefTrustStoreProps.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.emr
Methods in software.amazon.awscdk.services.emr with parameters of type IBucketRefModifier and TypeMethodDescriptionCfnStudio.Builder.defaultS3Location(IBucketRef defaultS3Location) The Amazon S3 location to back up EMR Studio Workspaces and notebook files.CfnStudioProps.Builder.defaultS3Location(IBucketRef defaultS3Location) Sets the value ofCfnStudioProps.getDefaultS3Location() -
Uses of IBucketRef in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue with parameters of type IBucketRefModifier and TypeMethodDescriptionCfnCrawler.Builder.databaseName(IBucketRef databaseName) The name of the database in which the crawler's output is stored.CfnCrawlerProps.Builder.databaseName(IBucketRef databaseName) Sets the value ofCfnCrawlerProps.getDatabaseName() -
Uses of IBucketRef in software.amazon.awscdk.services.iottwinmaker
Methods in software.amazon.awscdk.services.iottwinmaker with parameters of type IBucketRefModifier and TypeMethodDescriptionCfnWorkspace.Builder.s3Location(IBucketRef s3Location) The ARN of the S3 bucket where resources associated with the workspace are stored.CfnWorkspaceProps.Builder.s3Location(IBucketRef s3Location) Sets the value ofCfnWorkspaceProps.getS3Location() -
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 IBucketRefRecordingConfigurationProps.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.lambda
Methods in software.amazon.awscdk.services.lambda with parameters of type IBucketRefModifier and TypeMethodDescriptionCfnPermission.Builder.sourceArn(IBucketRef sourceArn) For AWS services , the ARN of the AWS resource that invokes the function.CfnPermissionProps.Builder.sourceArn(IBucketRef sourceArn) Sets the value ofCfnPermissionProps.getSourceArn() -
Uses of IBucketRef in software.amazon.awscdk.services.logs
Methods in software.amazon.awscdk.services.logs that return IBucketRefModifier and TypeMethodDescriptiondefault IBucketRefDataProtectionPolicyProps.getS3BucketAuditDestination()S3 bucket to send audit findings to.final IBucketRefDataProtectionPolicyProps.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.mwaa
Methods in software.amazon.awscdk.services.mwaa with parameters of type IBucketRefModifier and TypeMethodDescriptionCfnEnvironment.Builder.sourceBucketArn(IBucketRef sourceBucketArn) The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored.CfnEnvironmentProps.Builder.sourceBucketArn(IBucketRef sourceBucketArn) Sets the value ofCfnEnvironmentProps.getSourceBucketArn() -
Uses of IBucketRef in software.amazon.awscdk.services.route53resolver
Methods in software.amazon.awscdk.services.route53resolver with parameters of type IBucketRefModifier and TypeMethodDescriptionCfnResolverQueryLoggingConfig.Builder.destinationArn(IBucketRef destinationArn) The ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream.CfnResolverQueryLoggingConfigProps.Builder.destinationArn(IBucketRef destinationArn) Sets the value ofCfnResolverQueryLoggingConfigProps.getDestinationArn() -
Uses of IBucketRef in software.amazon.awscdk.services.s3
Subinterfaces of IBucketRef in software.amazon.awscdk.services.s3Modifier and TypeInterfaceDescriptioninterfacestatic interfaceInternal default implementation forIBucket.Classes in software.amazon.awscdk.services.s3 that implement IBucketRefModifier and TypeClassDescriptionclassAn S3 bucket with associated policy objects.classRepresents an S3 Bucket.classTheAWS::S3::Bucketresource creates an Amazon S3 bucket in the same AWS Region where you create the AWS CloudFormation stack.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.s3 that return IBucketRefModifier and TypeMethodDescriptionstatic IBucketRefCfnBucket.fromBucketArn(software.constructs.Construct scope, String id, String arn) Creates a new IBucketRef from an ARN.static IBucketRefCfnBucket.fromBucketName(software.constructs.Construct scope, String id, String bucketName) Creates a new IBucketRef from a bucketName.Methods in software.amazon.awscdk.services.s3 with parameters of type IBucketRefModifier and TypeMethodDescriptionstatic StringCfnBucket.arnForBucket(IBucketRef resource) IBucketNotificationDestination.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.CfnAccessPoint.Builder.bucket(IBucketRef bucket) The name of the bucket associated with this access point.CfnAccessPointProps.Builder.bucket(IBucketRef bucket) Sets the value ofCfnAccessPointProps.getBucket()CfnBucketPolicy.Builder.bucket(IBucketRef bucket) The name of the Amazon S3 bucket to which the policy applies.CfnBucketPolicyProps.Builder.bucket(IBucketRef bucket) Sets the value ofCfnBucketPolicyProps.getBucket() -
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 IBucketRefAccessPointProps.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.ssm
Methods in software.amazon.awscdk.services.ssm with parameters of type IBucketRefModifier and TypeMethodDescriptionCfnResourceDataSync.Builder.bucketName(IBucketRef bucketName) The name of the S3 bucket where the aggregated data is stored.CfnResourceDataSyncProps.Builder.bucketName(IBucketRef bucketName) Sets the value ofCfnResourceDataSyncProps.getBucketName() -
Uses of IBucketRef in software.amazon.awscdk.services.synthetics
Methods in software.amazon.awscdk.services.synthetics with parameters of type IBucketRefModifier and TypeMethodDescriptionstatic S3CodeCode.fromBucket(IBucketRef bucket, String key) Specify code from an s3 bucket.static S3CodeCode.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)