Show / Hide Table of Contents

Interface IDeploymentSourceContext

Bind context for ISources.

Namespace: Amazon.CDK.AWS.S3.Deployment
Assembly: Amazon.CDK.AWS.S3.Deployment.dll
Syntax (csharp)
public interface IDeploymentSourceContext
Syntax (vb)
Public Interface IDeploymentSourceContext
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IAM;
using Amazon.CDK.AWS.S3.Deployment;

Role role;

var deploymentSourceContext = new DeploymentSourceContext {
    HandlerRole = role
};

Synopsis

Properties

HandlerRole

The role for the handler.

Properties

HandlerRole

The role for the handler.

IRole HandlerRole { get; }
Property Value

IRole

Back to top Generated by DocFX