Interface CfnAwsLogSourceProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAwsLogSourceProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:48.657Z")
@Stability(Stable)
public interface CfnAwsLogSourceProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnAwsLogSource.
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.*;
CfnAwsLogSourceProps cfnAwsLogSourceProps = CfnAwsLogSourceProps.builder()
.dataLakeArn("dataLakeArn")
.sourceName("sourceName")
.sourceVersion("sourceVersion")
// the properties below are optional
.accounts(List.of("accounts"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAwsLogSourcePropsstatic final classAn implementation forCfnAwsLogSourceProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnAwsLogSourceProps.Builderbuilder()Specify the AWS account information where you want to enable Security Lake.The Amazon Resource Name (ARN) used to create the data lake.The name for a AWS source.The version for a AWS source.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataLakeArn
The Amazon Resource Name (ARN) used to create the data lake.- See Also:
-
getSourceName
The 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.
- See Also:
-
getSourceVersion
The 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.
- See Also:
-
getAccounts
Specify the AWS account information where you want to enable Security Lake.- See Also:
-
builder
- Returns:
- a
CfnAwsLogSourceProps.BuilderofCfnAwsLogSourceProps
-