interface DelegatedAdminReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SecurityHub.DelegatedAdminReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssecurityhub#DelegatedAdminReference |
Java | software.amazon.awscdk.services.securityhub.DelegatedAdminReference |
Python | aws_cdk.aws_securityhub.DelegatedAdminReference |
TypeScript | aws-cdk-lib » aws_securityhub » DelegatedAdminReference |
A reference to a DelegatedAdmin resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_securityhub as securityhub } from 'aws-cdk-lib';
const delegatedAdminReference: securityhub.DelegatedAdminReference = {
delegatedAdminIdentifier: 'delegatedAdminIdentifier',
};
Properties
| Name | Type | Description |
|---|---|---|
| delegated | string | The DelegatedAdminIdentifier of the DelegatedAdmin resource. |
delegatedAdminIdentifier
Type:
string
The DelegatedAdminIdentifier of the DelegatedAdmin resource.

.NET
Go
Java
Python
TypeScript