@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2023-01-03T16:22:32.195Z") @Stability(value=Stable) public interface CrossRegionSupport extends software.amazon.jsii.JsiiSerializable
You get instances of this interface from the {@link Pipeline#crossRegionSupport} property.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codepipeline.*;
import software.amazon.awscdk.services.s3.*;
import software.amazon.awscdk.core.*;
Bucket bucket;
Stack stack;
CrossRegionSupport crossRegionSupport = CrossRegionSupport.builder()
.replicationBucket(bucket)
.stack(stack)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CrossRegionSupport.Builder
A builder for
CrossRegionSupport |
static class |
CrossRegionSupport.Jsii$Proxy
An implementation for
CrossRegionSupport |
| Modifier and Type | Method and Description |
|---|---|
static CrossRegionSupport.Builder |
builder() |
IBucket |
getReplicationBucket()
The replication Bucket used by CodePipeline to operate in this region.
|
Stack |
getStack()
The Stack that has been created to house the replication Bucket required for this region.
|
@Stability(value=Stable) @NotNull IBucket getReplicationBucket()
Belongs to {@link stack}.
@Stability(value=Stable) @NotNull Stack getStack()
@Stability(value=Stable) static CrossRegionSupport.Builder builder()
CrossRegionSupport.Builder of CrossRegionSupportCopyright © 2023. All rights reserved.