interface CfnTrustedEntitySetProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GuardDuty.CfnTrustedEntitySetProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsguardduty#CfnTrustedEntitySetProps |
![]() | software.amazon.awscdk.services.guardduty.CfnTrustedEntitySetProps |
![]() | aws_cdk.aws_guardduty.CfnTrustedEntitySetProps |
![]() | aws-cdk-lib » aws_guardduty » CfnTrustedEntitySetProps |
Properties for defining a CfnTrustedEntitySet
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_guardduty as guardduty } from 'aws-cdk-lib';
const cfnTrustedEntitySetProps: guardduty.CfnTrustedEntitySetProps = {
format: 'format',
location: 'location',
// the properties below are optional
activate: false,
detectorId: 'detectorId',
expectedBucketOwner: 'expectedBucketOwner',
name: 'name',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
format | string | |
location | string | |
activate? | boolean | IResolvable | |
detector | string | |
expected | string | |
name? | string | |
tags? | Tag [] |
format
Type:
string
location
Type:
string
activate?
Type:
boolean |
IResolvable
(optional)
detectorId?
Type:
string
(optional)
expectedBucketOwner?
Type:
string
(optional)
name?
Type:
string
(optional)
tags?
Type:
Tag
[]
(optional)