@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AWSResourcesConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CLOUD_SECURITY_POSTURE_MANAGEMENT_COLLECTION |
static String |
JSON_PROPERTY_EXTENDED_COLLECTION |
boolean |
unparsed |
| Constructor and Description |
|---|
AWSResourcesConfig() |
| Modifier and Type | Method and Description |
|---|---|
AWSResourcesConfig |
cloudSecurityPostureManagementCollection(Boolean cloudSecurityPostureManagementCollection) |
boolean |
equals(Object o)
Return true if this AWSResourcesConfig object is equal to o.
|
AWSResourcesConfig |
extendedCollection(Boolean extendedCollection) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Boolean |
getCloudSecurityPostureManagementCollection()
Enable Cloud Security Management to scan AWS resources for vulnerabilities, misconfigurations,
identity risks, and compliance violations.
|
Boolean |
getExtendedCollection()
Whether Datadog collects additional attributes and configuration information about the
resources in your AWS account.
|
int |
hashCode() |
AWSResourcesConfig |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCloudSecurityPostureManagementCollection(Boolean cloudSecurityPostureManagementCollection) |
void |
setExtendedCollection(Boolean extendedCollection) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CLOUD_SECURITY_POSTURE_MANAGEMENT_COLLECTION
public static final String JSON_PROPERTY_EXTENDED_COLLECTION
public AWSResourcesConfig cloudSecurityPostureManagementCollection(Boolean cloudSecurityPostureManagementCollection)
@Nullable public Boolean getCloudSecurityPostureManagementCollection()
false. Requires
extended_collection to be set to true.public void setCloudSecurityPostureManagementCollection(Boolean cloudSecurityPostureManagementCollection)
public AWSResourcesConfig extendedCollection(Boolean extendedCollection)
@Nullable public Boolean getExtendedCollection()
true. Required for
cloud_security_posture_management_collection.public void setExtendedCollection(Boolean extendedCollection)
public AWSResourcesConfig putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.