@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.477Z") @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.*;
import software.amazon.awscdk.services.codepipeline.*;
import software.amazon.awscdk.services.s3.*;
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 © 2022. All rights reserved.