interface AwsLogSourceProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_securitylake.CfnSubscriber.AwsLogSourceProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssecuritylake#CfnSubscriber_AwsLogSourceProperty |
![]() | software.amazon.awscdk.services.securitylake.CfnSubscriber.AwsLogSourceProperty |
![]() | aws_cdk.aws_securitylake.CfnSubscriber.AwsLogSourceProperty |
![]() | aws-cdk-lib » aws_securitylake » CfnSubscriber » AwsLogSourceProperty |
Adds a natively supported AWS service as an Amazon Security Lake source.
Enables source types for member accounts in required AWS Regions, based on the parameters you specify. You can choose any source type in any Region for either accounts that are part of a trusted organization or standalone accounts. Once you add an AWS service as a source, Security Lake starts collecting logs and events from it.
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 awsLogSourceProperty: securitylake.CfnSubscriber.AwsLogSourceProperty = {
sourceName: 'sourceName',
sourceVersion: 'sourceVersion',
};
Properties
Name | Type | Description |
---|---|---|
source | string | Source name of the natively supported AWS service that is supported as an Amazon Security Lake source. |
source | string | Source version of the natively supported AWS service that is supported as an Amazon Security Lake source. |
sourceName?
Type:
string
(optional)
Source name of the natively supported AWS service that is supported as an Amazon Security Lake source.
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
(optional)
Source version of the natively supported AWS service that is supported as an Amazon Security Lake source.
For more details about source versions supported by Amazon Security Lake see OCSF source identification in the Amazon Security Lake User Guide.