Interface CfnSubscriber.CustomLogSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSubscriber.CustomLogSourceProperty.Jsii$Proxy
- Enclosing class:
CfnSubscriber
@Stability(Stable)
public static interface CfnSubscriber.CustomLogSourceProperty
extends software.amazon.jsii.JsiiSerializable
Third-party custom log source that meets the requirements to be added to Amazon Security Lake .
For more details, see Custom log source in the Amazon Security Lake User Guide .
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.securitylake.*;
CustomLogSourceProperty customLogSourceProperty = CustomLogSourceProperty.builder()
.sourceName("sourceName")
.sourceVersion("sourceVersion")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSubscriber.CustomLogSourcePropertystatic final classAn implementation forCfnSubscriber.CustomLogSourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSourceName
The name of the custom log source.- See Also:
-
getSourceVersion
The source version of the custom log source.- See Also:
-
builder
-