Interface PentestReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PentestReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-04-14T18:32:07.561Z")
@Stability(Stable)
public interface PentestReference
extends software.amazon.jsii.JsiiSerializable
A reference to a Pentest resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.securityagent.*;
PentestReference pentestReference = PentestReference.builder()
.agentSpaceId("agentSpaceId")
.pentestId("pentestId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forPentestReferencestatic final classAn implementation forPentestReference -
Method Summary
Modifier and TypeMethodDescriptionstatic PentestReference.Builderbuilder()The AgentSpaceId of the Pentest resource.The PentestId of the Pentest resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAgentSpaceId
The AgentSpaceId of the Pentest resource. -
getPentestId
The PentestId of the Pentest resource. -
builder
- Returns:
- a
PentestReference.BuilderofPentestReference
-