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,ITrustedEntitySetRef,IEnvironmentAware,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-20T23:37:22.865Z")
@Stability(Stable)
public class CfnTrustedEntitySet
extends CfnResource
implements IInspectable, ITrustedEntitySetRef, ITaggableV2
Creates a new trusted entity set.
In the trusted entity set, you can provide IP addresses and domains that you believe are secure for communication in your AWS environment. GuardDuty will not generate findings for the entries that are specified in a trusted entity set. At any given time, you can have only one trusted entity set.
Only users of the administrator account can manage the entity sets, which automatically apply to 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 classA fluent builder forCfnTrustedEntitySet.static interfaceDescribes a tag.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.guardduty.ITrustedEntitySetRef
ITrustedEntitySetRef.Jsii$Default, ITrustedEntitySetRef.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnTrustedEntitySet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnTrustedEntitySet(software.amazon.jsii.JsiiObjectRef objRef) CfnTrustedEntitySet(software.constructs.Construct scope, String id, CfnTrustedEntitySetProps props) Create a newAWS::GuardDuty::TrustedEntitySet. -
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.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetActivate(Boolean value) A boolean value that determines if GuardDuty can start using this list for custom threat detection.voidsetActivate(IResolvable value) A boolean value that determines if GuardDuty can start using this list for custom threat detection.voidsetDetectorId(String value) The unique regional detector ID of the GuardDuty account for which you want to create a trusted entity set.voidsetExpectedBucketOwner(String value) The AWS account ID that owns the Amazon S3 bucket specified in the Location field.voidThe format of the file that contains the trusted entity set.voidsetLocation(String value) The URI of the file that contains the trusted entity set.voidA user-friendly name to identify the trusted entity set.voidThe 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, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods 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) Create a newAWS::GuardDuty::TrustedEntitySet.- 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:
inspectin 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:
renderPropertiesin 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:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getTrustedEntitySetRef
A reference to a TrustedEntitySet resource.- Specified by:
getTrustedEntitySetRefin 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.Returns union: either
BooleanorIResolvable -
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.
-