Interface CfnAwsLogSourceMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAwsLogSourceMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:05.415Z")
@Stability(Stable)
public interface CfnAwsLogSourceMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnAwsLogSourcePropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.securitylake.*;
CfnAwsLogSourceMixinProps cfnAwsLogSourceMixinProps = CfnAwsLogSourceMixinProps.builder()
.accounts(List.of("accounts"))
.dataLakeArn("dataLakeArn")
.sourceName("sourceName")
.sourceVersion("sourceVersion")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAwsLogSourceMixinPropsstatic final classAn implementation forCfnAwsLogSourceMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccounts
Specify the AWS account information where you want to enable Security Lake.- See Also:
-
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:
-
builder
- Returns:
- a
CfnAwsLogSourceMixinProps.BuilderofCfnAwsLogSourceMixinProps
-