@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:48.153Z")
public interface DeploymentSourceContext
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.
|
IRole getHandlerRole()
static DeploymentSourceContext.Builder builder()
DeploymentSourceContext.Builder
of DeploymentSourceContext