interface CfnAwsLogSourceProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_securitylake.CfnAwsLogSourceProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssecuritylake#CfnAwsLogSourceProps |
![]() | software.amazon.awscdk.services.securitylake.CfnAwsLogSourceProps |
![]() | aws_cdk.aws_securitylake.CfnAwsLogSourceProps |
![]() | aws-cdk-lib » aws_securitylake » CfnAwsLogSourceProps |
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 { aws_securitylake as securitylake } from 'aws-cdk-lib';
const cfnAwsLogSourceProps: securitylake.CfnAwsLogSourceProps = {
dataLakeArn: 'dataLakeArn',
sourceName: 'sourceName',
sourceVersion: 'sourceVersion',
// the properties below are optional
accounts: ['accounts'],
};
Properties
Name | Type | Description |
---|---|---|
data | string | The Amazon Resource Name (ARN) used to create the data lake. |
source | string | The name for a AWS source. |
source | string | The version for a AWS source. |
accounts? | string[] | Specify the AWS account information where you want to enable Security Lake. |
dataLakeArn
Type:
string
The Amazon Resource Name (ARN) used to create the data lake.
sourceName
Type:
string
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.
sourceVersion
Type:
string
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.
accounts?
Type:
string[]
(optional)
Specify the AWS account information where you want to enable Security Lake.