Class CfnTrustedEntitySet
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.guardduty.CfnTrustedEntitySet
- All Implemented Interfaces:
IInspectable
,ITaggableV2
,ITrustedEntitySetRef
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-10-01T17:46:54.757Z")
@Stability(Stable)
public class CfnTrustedEntitySet
extends CfnResource
implements IInspectable, ITrustedEntitySetRef, ITaggableV2
The
AWS::GuardDuty::TrustedEntitySet
resource helps you create a list of IP addresses and domain names that you can use for secure communication with your AWS infrastructure and applications.
Once you activate this list, GuardDuty will not generate findings when there is an activity associated with these safe IP addresses and domain names. At any given time, you can have only one trusted entity set.
Only the users of the GuardDuty administrator account can manage the entity sets. These settings automatically apply member accounts.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.guardduty.*; CfnTrustedEntitySet cfnTrustedEntitySet = CfnTrustedEntitySet.Builder.create(this, "MyCfnTrustedEntitySet") .format("format") .location("location") // the properties below are optional .activate(false) .detectorId("detectorId") .expectedBucketOwner("expectedBucketOwner") .name("name") .tags(List.of(TagItemProperty.builder() .key("key") .value("value") .build())) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
A fluent builder forCfnTrustedEntitySet
.static interface
Describes a tag.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.guardduty.ITrustedEntitySetRef
ITrustedEntitySetRef.Jsii$Default, ITrustedEntitySetRef.Jsii$Proxy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CfnTrustedEntitySet
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnTrustedEntitySet
(software.amazon.jsii.JsiiObjectRef objRef) CfnTrustedEntitySet
(software.constructs.Construct scope, String id, CfnTrustedEntitySetProps props) -
Method Summary
Modifier and TypeMethodDescriptionA boolean value that determines if GuardDuty can start using this list for custom threat detection.The timestamp when the trusted entity set was created.Specifies the error details when the status of the trusted entity set shows as Error .The status of yourTrustedEntitySet
.The timestamp when the trusted entity set was updated.Tag Manager which manages the tags for this resource.The unique regional detector ID of the GuardDuty account for which you want to create a trusted entity set.The AWS account ID that owns the Amazon S3 bucket specified in the Location field.The format of the file that contains the trusted entity set.The URI of the file that contains the trusted entity set.getName()
A user-friendly name to identify the trusted entity set.getTags()
The tags to be added to a new trusted entity set resource.A reference to a TrustedEntitySet resource.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setActivate
(Boolean value) A boolean value that determines if GuardDuty can start using this list for custom threat detection.void
setActivate
(IResolvable value) A boolean value that determines if GuardDuty can start using this list for custom threat detection.void
setDetectorId
(String value) The unique regional detector ID of the GuardDuty account for which you want to create a trusted entity set.void
setExpectedBucketOwner
(String value) The AWS account ID that owns the Amazon S3 bucket specified in the Location field.void
The format of the file that contains the trusted entity set.void
setLocation
(String value) The URI of the file that contains the trusted entity set.void
A user-friendly name to identify the trusted entity set.void
The tags to be added to a new trusted entity set resource.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.constructs.IConstruct
getNode
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnTrustedEntitySet
protected CfnTrustedEntitySet(software.amazon.jsii.JsiiObjectRef objRef) -
CfnTrustedEntitySet
protected CfnTrustedEntitySet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnTrustedEntitySet
@Stability(Stable) public CfnTrustedEntitySet(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnTrustedEntitySetProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrCreatedAt
The timestamp when the trusted entity set was created. -
getAttrErrorDetails
Specifies the error details when the status of the trusted entity set shows as Error . -
getAttrId
-
getAttrStatus
The status of yourTrustedEntitySet
.For information about valid status values, see Understanding list statuses in the Amazon GuardDuty User Guide .
-
getAttrUpdatedAt
The timestamp when the trusted entity set was updated. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getTrustedEntitySetRef
A reference to a TrustedEntitySet resource.- Specified by:
getTrustedEntitySetRef
in interfaceITrustedEntitySetRef
-
getFormat
The format of the file that contains the trusted entity set. -
setFormat
The format of the file that contains the trusted entity set. -
getLocation
The URI of the file that contains the trusted entity set. -
setLocation
The URI of the file that contains the trusted entity set. -
getActivate
A boolean value that determines if GuardDuty can start using this list for custom threat detection. -
setActivate
A boolean value that determines if GuardDuty can start using this list for custom threat detection. -
setActivate
A boolean value that determines if GuardDuty can start using this list for custom threat detection. -
getDetectorId
The unique regional detector ID of the GuardDuty account for which you want to create a trusted entity set. -
setDetectorId
The unique regional detector ID of the GuardDuty account for which you want to create a trusted entity set. -
getExpectedBucketOwner
The AWS account ID that owns the Amazon S3 bucket specified in the Location field. -
setExpectedBucketOwner
The AWS account ID that owns the Amazon S3 bucket specified in the Location field. -
getName
A user-friendly name to identify the trusted entity set. -
setName
A user-friendly name to identify the trusted entity set. -
getTags
The tags to be added to a new trusted entity set resource. -
setTags
The tags to be added to a new trusted entity set resource.
-