interface CustomHeaderProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SecurityAgent.CfnPentest.CustomHeaderProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssecurityagent#CfnPentest_CustomHeaderProperty |
Java | software.amazon.awscdk.services.securityagent.CfnPentest.CustomHeaderProperty |
Python | aws_cdk.aws_securityagent.CfnPentest.CustomHeaderProperty |
TypeScript | aws-cdk-lib » aws_securityagent » CfnPentest » CustomHeaderProperty |
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 customHeaderProperty: securityagent.CfnPentest.CustomHeaderProperty = {
name: 'name',
value: 'value',
};
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | |
| value? | string |
name?
Type:
string
(optional)
value?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript