Class CfnPentestPropsMixin.AssetsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPentestPropsMixin.AssetsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPentestPropsMixin.AssetsProperty
CfnPentestPropsMixin.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.cfnpropertymixins.services.securityagent.CfnPentestPropsMixin.AssetsProperty
CfnPentestPropsMixin.AssetsProperty.Builder, CfnPentestPropsMixin.AssetsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPentestPropsMixin.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 ObjectTrust anchors for validating target endpoint TLS certificates, for endpoints served by a private or internal CA, an intermediate CA, or a self-signed certificate.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 theCfnPentestPropsMixin.AssetsProperty.Builder.
-
-
Method Details
-
getActors
Description copied from interface:CfnPentestPropsMixin.AssetsPropertyList of actors used during testing.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPentestPropsMixin.ActorProperty>- Specified by:
getActorsin interfaceCfnPentestPropsMixin.AssetsProperty- See Also:
-
getDocuments
Description copied from interface:CfnPentestPropsMixin.AssetsPropertyList of documents providing additional context for the pentest.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPentestPropsMixin.DocumentInfoProperty>- Specified by:
getDocumentsin interfaceCfnPentestPropsMixin.AssetsProperty- See Also:
-
getEndpoints
Description copied from interface:CfnPentestPropsMixin.AssetsPropertyList of endpoints to test.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPentestPropsMixin.EndpointProperty>- Specified by:
getEndpointsin interfaceCfnPentestPropsMixin.AssetsProperty- See Also:
-
getIntegratedRepositories
Description copied from interface:CfnPentestPropsMixin.AssetsPropertyList of repositories connected via provider integrations.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPentestPropsMixin.IntegratedRepositoryProperty>- Specified by:
getIntegratedRepositoriesin interfaceCfnPentestPropsMixin.AssetsProperty- See Also:
-
getSourceCode
Description copied from interface:CfnPentestPropsMixin.AssetsPropertyList of source code repositories to analyze.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPentestPropsMixin.SourceCodeRepositoryProperty>- Specified by:
getSourceCodein interfaceCfnPentestPropsMixin.AssetsProperty- See Also:
-
getTrustedCaCertificates
Description copied from interface:CfnPentestPropsMixin.AssetsPropertyTrust anchors for validating target endpoint TLS certificates, for endpoints served by a private or internal CA, an intermediate CA, or a self-signed certificate.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPentestPropsMixin.TrustedCaCertificateProperty>- Specified by:
getTrustedCaCertificatesin interfaceCfnPentestPropsMixin.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()
-