Show / Hide Table of Contents

Interface IAssessmentTemplate

Interface for an Inspector Assessment Template.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.Inspector
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAssessmentTemplate : IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IAssessmentTemplate Inherits IResource, IConstruct, IDependable, IEnvironmentAware

Synopsis

Properties

AssessmentTemplateArn

The Amazon Resource Name (ARN) of the assessment template.

Properties

AssessmentTemplateArn

The Amazon Resource Name (ARN) of the assessment template.

string AssessmentTemplateArn { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX