Interface IEvaluator.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IEvaluator, IEvaluatorRef, IEvaluatorRef.Jsii$Default, IResource, IResource.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IEvaluator.Jsii$Proxy
Enclosing interface:
IEvaluator

@Internal public static interface IEvaluator.Jsii$Default extends IEvaluator, IResource.Jsii$Default, IEvaluatorRef.Jsii$Default
Internal default implementation for IEvaluator.
  • Method Details

    • getEvaluatorArn

      @Stability(Stable) @NotNull default String getEvaluatorArn()
      The ARN of the evaluator.
      Specified by:
      getEvaluatorArn in interface IEvaluator
    • getEvaluatorId

      @Stability(Stable) @NotNull default String getEvaluatorId()
      The unique identifier of the evaluator.
      Specified by:
      getEvaluatorId in interface IEvaluator
    • getEvaluatorName

      @Stability(Stable) @NotNull default String getEvaluatorName()
      The name of the evaluator.
      Specified by:
      getEvaluatorName in interface IEvaluator
    • getCreatedAt

      @Stability(Stable) @Nullable default String getCreatedAt()
      The timestamp when the evaluator was created.
      Specified by:
      getCreatedAt in interface IEvaluator
    • getStatus

      @Stability(Stable) @Nullable default String getStatus()
      The lifecycle status of the evaluator (CREATING, ACTIVE, FAILED, DELETING).
      Specified by:
      getStatus in interface IEvaluator
    • getUpdatedAt

      @Stability(Stable) @Nullable default String getUpdatedAt()
      The timestamp when the evaluator was last updated.
      Specified by:
      getUpdatedAt in interface IEvaluator
    • grant

      @Stability(Stable) @NotNull default Grant grant(@NotNull IGrantable grantee, @NotNull String... actions)
      Grant the given principal identity permissions to perform actions on this evaluator.

      Specified by:
      grant in interface IEvaluator
      Parameters:
      grantee - This parameter is required.
      actions - This parameter is required.