Interface CfnEventSourceMapping.SourceAccessConfigurationProperty

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

@Stability(Stable) public static interface CfnEventSourceMapping.SourceAccessConfigurationProperty extends software.amazon.jsii.JsiiSerializable
An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.

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.lambda.*;
 SourceAccessConfigurationProperty sourceAccessConfigurationProperty = SourceAccessConfigurationProperty.builder()
         .type("type")
         .uri("uri")
         .build();
 

See Also: