Class CfnAwsLogSourceMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.securitylake.CfnAwsLogSourceMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAwsLogSourceMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAwsLogSourceMixinProps
@Stability(Stable)
@Internal
public static final class CfnAwsLogSourceMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAwsLogSourceMixinProps
An implementation for
CfnAwsLogSourceMixinProps-
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.cfnpropertymixins.services.securitylake.CfnAwsLogSourceMixinProps
CfnAwsLogSourceMixinProps.Builder, CfnAwsLogSourceMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAwsLogSourceMixinProps.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 theCfnAwsLogSourceMixinProps.Builder.
-
-
Method Details
-
getAccounts
Description copied from interface:CfnAwsLogSourceMixinPropsSpecify the AWS account information where you want to enable Security Lake.- Specified by:
getAccountsin interfaceCfnAwsLogSourceMixinProps- See Also:
-
getDataLakeArn
Description copied from interface:CfnAwsLogSourceMixinPropsThe Amazon Resource Name (ARN) used to create the data lake.- Specified by:
getDataLakeArnin interfaceCfnAwsLogSourceMixinProps- See Also:
-
getSourceName
Description copied from interface:CfnAwsLogSourceMixinPropsThe 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 interfaceCfnAwsLogSourceMixinProps- See Also:
-
getSourceVersion
Description copied from interface:CfnAwsLogSourceMixinPropsThe 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 interfaceCfnAwsLogSourceMixinProps- 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()
-