@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.828Z") @Stability(value=Stable) public interface DeploymentSourceContext extends software.amazon.jsii.JsiiSerializable
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.iam.*;
import software.amazon.awscdk.services.s3.deployment.*;
Role role;
DeploymentSourceContext deploymentSourceContext = DeploymentSourceContext.builder()
.handlerRole(role)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
DeploymentSourceContext.Builder
A builder for
DeploymentSourceContext |
static class |
DeploymentSourceContext.Jsii$Proxy
An implementation for
DeploymentSourceContext |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentSourceContext.Builder |
builder() |
IRole |
getHandlerRole()
The role for the handler.
|
@Stability(value=Stable) @NotNull IRole getHandlerRole()
@Stability(value=Stable) static DeploymentSourceContext.Builder builder()
DeploymentSourceContext.Builder of DeploymentSourceContextCopyright © 2022. All rights reserved.