Class CfnProfilingGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnProfilingGroupProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnProfilingGroupProps
CfnProfilingGroupProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codeguruprofiler.CfnProfilingGroupProps
CfnProfilingGroupProps.Builder, CfnProfilingGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnProfilingGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnProfilingGroupProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe agent permissions attached to this profiling group.final ObjectAdds anomaly notifications for a profiling group.final StringThe compute platform of the profiling group.final StringThe name of the profiling group.getTags()A list of tags to add to the created profiling group.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnProfilingGroupProps.Builder.
-
-
Method Details
-
getProfilingGroupName
Description copied from interface:CfnProfilingGroupPropsThe name of the profiling group.- Specified by:
getProfilingGroupNamein interfaceCfnProfilingGroupProps
-
getAgentPermissions
Description copied from interface:CfnProfilingGroupPropsThe agent permissions attached to this profiling group.This action group grants
ConfigureAgentandPostAgentProfilepermissions to perform actions required by the profiling agent. The Json consists of keyPrincipals.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 .
- Specified by:
getAgentPermissionsin interfaceCfnProfilingGroupProps
-
getAnomalyDetectionNotificationConfiguration
Description copied from interface:CfnProfilingGroupPropsAdds anomaly notifications for a profiling group.- Specified by:
getAnomalyDetectionNotificationConfigurationin interfaceCfnProfilingGroupProps
-
getComputePlatform
Description copied from interface:CfnProfilingGroupPropsThe compute platform of the profiling group.Use
AWSLambdaif your application runs on AWS Lambda. UseDefaultif 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,Defaultis used. This property is immutable.- Specified by:
getComputePlatformin interfaceCfnProfilingGroupProps
-
getTags
Description copied from interface:CfnProfilingGroupPropsA list of tags to add to the created profiling group.- Specified by:
getTagsin interfaceCfnProfilingGroupProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-