Class CfnAwsLogSourceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.securitylake.CfnAwsLogSourceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAwsLogSourceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAwsLogSourceProps
@Stability(Stable)
@Internal
public static final class CfnAwsLogSourceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAwsLogSourceProps
An implementation for
CfnAwsLogSourceProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.securitylake.CfnAwsLogSourceProps
CfnAwsLogSourceProps.Builder, CfnAwsLogSourceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAwsLogSourceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAwsLogSourceProps.Builder.protectedJsii$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.JsonNodefinal booleanSpecify the AWS account information where you want to enable Security Lake.final StringThe Amazon Resource Name (ARN) used to create the data lake.final StringThe name for a AWS source.final StringThe version for a AWS source.final inthashCode()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 theCfnAwsLogSourceProps.Builder.
-
-
Method Details
-
getDataLakeArn
Description copied from interface:CfnAwsLogSourcePropsThe Amazon Resource Name (ARN) used to create the data lake.- Specified by:
getDataLakeArnin interfaceCfnAwsLogSourceProps- See Also:
-
getSourceName
Description copied from interface:CfnAwsLogSourcePropsThe name for a AWS source.This must be a Regionally unique value. 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:
getSourceNamein interfaceCfnAwsLogSourceProps- See Also:
-
getSourceVersion
Description copied from interface:CfnAwsLogSourcePropsThe version for a AWS source.For more details about source versions supported by Amazon Security Lake see OCSF source identification in the Amazon Security Lake User Guide. This must be a Regionally unique value.
- Specified by:
getSourceVersionin interfaceCfnAwsLogSourceProps- See Also:
-
getAccounts
Description copied from interface:CfnAwsLogSourcePropsSpecify the AWS account information where you want to enable Security Lake.- Specified by:
getAccountsin interfaceCfnAwsLogSourceProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-