Class CfnSubscriber.AwsLogSourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.securitylake.CfnSubscriber.AwsLogSourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSubscriber.AwsLogSourceProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSubscriber.AwsLogSourceProperty
@Stability(Stable)
@Internal
public static final class CfnSubscriber.AwsLogSourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSubscriber.AwsLogSourceProperty
An implementation for
CfnSubscriber.AwsLogSourceProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.securitylake.CfnSubscriber.AwsLogSourceProperty
CfnSubscriber.AwsLogSourceProperty.Builder, CfnSubscriber.AwsLogSourceProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSubscriber.AwsLogSourceProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
Source name of the natively supported AWS service that is supported as an Amazon Security Lake source.final String
Source version of the natively supported AWS service that is supported as an Amazon Security Lake source.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnSubscriber.AwsLogSourceProperty.Builder
.
-
-
Method Details
-
getSourceName
Description copied from interface:CfnSubscriber.AwsLogSourceProperty
Source name of the natively supported AWS service that is supported as an Amazon Security Lake source.For the list of sources supported by Amazon Security Lake see Collecting data from AWS services in the Amazon Security Lake User Guide.
- Specified by:
getSourceName
in interfaceCfnSubscriber.AwsLogSourceProperty
- See Also:
-
getSourceVersion
Description copied from interface:CfnSubscriber.AwsLogSourceProperty
Source version of the natively supported AWS service that is supported as an Amazon Security Lake source.For more details about source versions supported by Amazon Security Lake see OCSF source identification in the Amazon Security Lake User Guide.
- Specified by:
getSourceVersion
in interfaceCfnSubscriber.AwsLogSourceProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-