Class CfnProfilingGroup
Creates a profiling group.
Inherited Members
Namespace: Amazon.CDK.AWS.CodeGuruProfiler
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnProfilingGroup : CfnResource, IInspectable, ITaggable
Syntax (vb)
Public Class CfnProfilingGroup
Inherits CfnResource
Implements IInspectable, ITaggable
Remarks
CloudformationResource: AWS::CodeGuruProfiler::ProfilingGroup
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CodeGuruProfiler;
var agentPermissions;
var cfnProfilingGroup = new CfnProfilingGroup(this, "MyCfnProfilingGroup", new CfnProfilingGroupProps {
ProfilingGroupName = "profilingGroupName",
// the properties below are optional
AgentPermissions = agentPermissions,
AnomalyDetectionNotificationConfiguration = new [] { new ChannelProperty {
ChannelUri = "channelUri",
// the properties below are optional
ChannelId = "channelId"
} },
ComputePlatform = "computePlatform",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
});
Synopsis
Constructors
CfnProfilingGroup(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnProfilingGroup(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CfnProfilingGroup(Construct, String, ICfnProfilingGroupProps) |
Properties
AgentPermissions | The agent permissions attached to this profiling group. |
AnomalyDetectionNotificationConfiguration | Adds anomaly notifications for a profiling group. |
AttrArn | The full Amazon Resource Name (ARN) for that profiling group. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
ComputePlatform | The compute platform of the profiling group. |
ProfilingGroupName | The name of the profiling group. |
Tags | Tag Manager which manages the tags for this resource. |
TagsRaw | A list of tags to add to the created profiling group. |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnProfilingGroup(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnProfilingGroup(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnProfilingGroup(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnProfilingGroup(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
CfnProfilingGroup(Construct, String, ICfnProfilingGroupProps)
public CfnProfilingGroup(Construct scope, string id, ICfnProfilingGroupProps props)
Parameters
- scope Constructs.Construct
Scope in which this resource is defined.
- id System.String
Construct identifier for this resource (unique in its scope).
- props ICfnProfilingGroupProps
Resource properties.
Properties
AgentPermissions
The agent permissions attached to this profiling group.
public virtual object AgentPermissions { get; set; }
Property Value
System.Object
AnomalyDetectionNotificationConfiguration
Adds anomaly notifications for a profiling group.
public virtual object AnomalyDetectionNotificationConfiguration { get; set; }
Property Value
System.Object
AttrArn
The full Amazon Resource Name (ARN) for that profiling group.
public virtual string AttrArn { get; }
Property Value
System.String
Remarks
CloudformationAttribute: Arn
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.String
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
ComputePlatform
The compute platform of the profiling group.
public virtual string ComputePlatform { get; set; }
Property Value
System.String
ProfilingGroupName
The name of the profiling group.
public virtual string ProfilingGroupName { get; set; }
Property Value
System.String
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { get; }
Property Value
TagsRaw
A list of tags to add to the created profiling group.
public virtual ICfnTag[] TagsRaw { get; set; }
Property Value
ICfnTag[]
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns
System.Collections.Generic.IDictionary<System.String, System.Object>