CfnTrustedEntitySetProps
- class aws_cdk.aws_guardduty.CfnTrustedEntitySetProps(*, format, location, activate=None, detector_id=None, expected_bucket_owner=None, name=None, tags=None)
Bases:
object
Properties for defining a
CfnTrustedEntitySet
.- Parameters:
format (
str
)location (
str
)activate (
Union
[bool
,IResolvable
,None
])detector_id (
Optional
[str
])expected_bucket_owner (
Optional
[str
])name (
Optional
[str
])tags (
Optional
[Sequence
[Union
[TagItemProperty
,Dict
[str
,Any
]]]])
- See:
- 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 import aws_guardduty as guardduty cfn_trusted_entity_set_props = guardduty.CfnTrustedEntitySetProps( format="format", location="location", # the properties below are optional activate=False, detector_id="detectorId", expected_bucket_owner="expectedBucketOwner", name="name", tags=[guardduty.CfnTrustedEntitySet.TagItemProperty( key="key", value="value" )] )
Attributes
- activate
-
- Type:
see
- detector_id
-
- Type:
see
- expected_bucket_owner
-
- Type:
see
- format
-
- Type:
see
- location
-
- Type:
see
- name
-
- Type:
see