Uses of Class
software.amazon.awscdk.services.lambda.CfnPermissionProps.Builder
Packages that use CfnPermissionProps.Builder
-
Uses of CfnPermissionProps.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return CfnPermissionProps.BuilderModifier and TypeMethodDescriptionSets the value ofCfnPermissionProps.getAction()static CfnPermissionProps.BuilderCfnPermissionProps.builder()CfnPermissionProps.Builder.eventSourceToken(String eventSourceToken) Sets the value ofCfnPermissionProps.getEventSourceToken()CfnPermissionProps.Builder.functionName(String functionName) Sets the value ofCfnPermissionProps.getFunctionName()CfnPermissionProps.Builder.functionUrlAuthType(String functionUrlAuthType) Sets the value ofCfnPermissionProps.getFunctionUrlAuthType()CfnPermissionProps.Builder.invokedViaFunctionUrl(Boolean invokedViaFunctionUrl) Sets the value ofCfnPermissionProps.getInvokedViaFunctionUrl()CfnPermissionProps.Builder.invokedViaFunctionUrl(IResolvable invokedViaFunctionUrl) Sets the value ofCfnPermissionProps.getInvokedViaFunctionUrl()Sets the value ofCfnPermissionProps.getPrincipal()CfnPermissionProps.Builder.principalOrgId(String principalOrgId) Sets the value ofCfnPermissionProps.getPrincipalOrgId()CfnPermissionProps.Builder.sourceAccount(String sourceAccount) Sets the value ofCfnPermissionProps.getSourceAccount()Sets the value ofCfnPermissionProps.getSourceArn()Constructors in software.amazon.awscdk.services.lambda with parameters of type CfnPermissionProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnPermissionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPermissionProps.Builder.