CfnAwsLogSourceMixinProps

class aws_cdk.mixins_preview.aws_securitylake.mixins.CfnAwsLogSourceMixinProps(*, accounts=None, data_lake_arn=None, source_name=None, source_version=None)

Bases: object

Properties for CfnAwsLogSourcePropsMixin.

Parameters:
  • accounts (Optional[Sequence[str]]) – Specify the AWS account information where you want to enable Security Lake.

  • data_lake_arn (Optional[str]) – The Amazon Resource Name (ARN) used to create the data lake.

  • source_name (Optional[str]) – 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.

  • source_version (Optional[str]) – 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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securitylake-awslogsource.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_securitylake import mixins as securitylake_mixins

cfn_aws_log_source_mixin_props = securitylake_mixins.CfnAwsLogSourceMixinProps(
    accounts=["accounts"],
    data_lake_arn="dataLakeArn",
    source_name="sourceName",
    source_version="sourceVersion"
)

Attributes

accounts

Specify the AWS account information where you want to enable Security Lake.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securitylake-awslogsource.html#cfn-securitylake-awslogsource-accounts

data_lake_arn

The Amazon Resource Name (ARN) used to create the data lake.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securitylake-awslogsource.html#cfn-securitylake-awslogsource-datalakearn

source_name

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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securitylake-awslogsource.html#cfn-securitylake-awslogsource-sourcename

source_version

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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securitylake-awslogsource.html#cfn-securitylake-awslogsource-sourceversion