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
The configuration used by AWS Lambda to access 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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEventSourceMapping.SourceAccessConfigurationPropertystatic final classAn implementation forCfnEventSourceMapping.SourceAccessConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
The type of source access configuration.- See Also:
-
getUri
The URI for the source access configuration resource.- See Also:
-
builder
-