Interface CfnPlan.LambdasProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPlan.LambdasProperty.Jsii$Proxy
Enclosing class:
CfnPlan

@Stability(Stable) public static interface CfnPlan.LambdasProperty extends software.amazon.jsii.JsiiSerializable
Configuration for AWS Lambda functions used in a Region switch plan.

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.arcregionswitch.*;
 LambdasProperty lambdasProperty = LambdasProperty.builder()
         .arn("arn")
         .crossAccountRole("crossAccountRole")
         .externalId("externalId")
         .build();
 

See Also: