Class CfnPentest.AssetsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.securityagent.CfnPentest.AssetsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPentest.AssetsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPentest.AssetsProperty
@Stability(Stable)
@Internal
public static final class CfnPentest.AssetsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPentest.AssetsProperty
An implementation for
CfnPentest.AssetsProperty-
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.securityagent.CfnPentest.AssetsProperty
CfnPentest.AssetsProperty.Builder, CfnPentest.AssetsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPentest.AssetsProperty.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 ObjectList of actors used during testing.final ObjectList of documents providing additional context for the pentest.final ObjectList of endpoints to test.final ObjectList of repositories connected via provider integrations.final ObjectList of source code repositories to analyze.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 theCfnPentest.AssetsProperty.Builder.
-
-
Method Details
-
getActors
Description copied from interface:CfnPentest.AssetsPropertyList of actors used during testing.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPentest.ActorProperty>- Specified by:
getActorsin interfaceCfnPentest.AssetsProperty- See Also:
-
getDocuments
Description copied from interface:CfnPentest.AssetsPropertyList of documents providing additional context for the pentest.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPentest.DocumentInfoProperty>- Specified by:
getDocumentsin interfaceCfnPentest.AssetsProperty- See Also:
-
getEndpoints
Description copied from interface:CfnPentest.AssetsPropertyList of endpoints to test.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPentest.EndpointProperty>- Specified by:
getEndpointsin interfaceCfnPentest.AssetsProperty- See Also:
-
getIntegratedRepositories
Description copied from interface:CfnPentest.AssetsPropertyList of repositories connected via provider integrations.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPentest.IntegratedRepositoryProperty>- Specified by:
getIntegratedRepositoriesin interfaceCfnPentest.AssetsProperty- See Also:
-
getSourceCode
Description copied from interface:CfnPentest.AssetsPropertyList of source code repositories to analyze.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPentest.SourceCodeRepositoryProperty>- Specified by:
getSourceCodein interfaceCfnPentest.AssetsProperty- See Also:
-
$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()
-