interface EndpointProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SecurityAgent.CfnPentest.EndpointProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssecurityagent#CfnPentest_EndpointProperty |
Java | software.amazon.awscdk.services.securityagent.CfnPentest.EndpointProperty |
Python | aws_cdk.aws_securityagent.CfnPentest.EndpointProperty |
TypeScript | aws-cdk-lib » aws_securityagent » CfnPentest » EndpointProperty |
An endpoint to be tested during the pentest.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_securityagent as securityagent } from 'aws-cdk-lib';
const endpointProperty: securityagent.CfnPentest.EndpointProperty = {
uri: 'uri',
};
Properties
| Name | Type | Description |
|---|---|---|
| uri? | string | URI of the endpoint to test. |
uri?
Type:
string
(optional)
URI of the endpoint to test.

.NET
Go
Java
Python
TypeScript