public static final class CfnProfilingGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnProfilingGroupProps
CfnProfilingGroupProps
CfnProfilingGroupProps.Builder, CfnProfilingGroupProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAgentPermissions()
The agent permissions attached to this profiling group.
|
java.lang.Object |
getAnomalyDetectionNotificationConfiguration()
Adds anomaly notifications for a profiling group.
|
java.lang.String |
getComputePlatform()
The compute platform of the profiling group.
|
java.lang.String |
getProfilingGroupName()
The name of the profiling group.
|
java.util.List<CfnTag> |
getTags()
A list of tags to add to the created profiling group.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getProfilingGroupName()
CfnProfilingGroupProps
getProfilingGroupName
in interface CfnProfilingGroupProps
public final java.lang.Object getAgentPermissions()
CfnProfilingGroupProps
This action group grants ConfigureAgent
and PostAgentProfile
permissions to perform actions required by the profiling agent. The Json consists of key Principals
.
Principals : A list of string ARNs for the roles and users you want to grant access to the profiling group. Wildcards are not supported in the ARNs. You are allowed to provide up to 50 ARNs. An empty list is not permitted. This is a required key.
For more information, see Resource-based policies in CodeGuru Profiler in the Amazon CodeGuru Profiler user guide , ConfigureAgent , and PostAgentProfile .
getAgentPermissions
in interface CfnProfilingGroupProps
public final java.lang.Object getAnomalyDetectionNotificationConfiguration()
CfnProfilingGroupProps
getAnomalyDetectionNotificationConfiguration
in interface CfnProfilingGroupProps
public final java.lang.String getComputePlatform()
CfnProfilingGroupProps
Use AWSLambda
if your application runs on AWS Lambda. Use Default
if your application runs on a compute platform that is not AWS Lambda , such an Amazon EC2 instance, an on-premises server, or a different platform. If not specified, Default
is used. This property is immutable.
getComputePlatform
in interface CfnProfilingGroupProps
public final java.util.List<CfnTag> getTags()
CfnProfilingGroupProps
getTags
in interface CfnProfilingGroupProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()