interface DelegatedAdminReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SecurityHub.DelegatedAdminReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssecurityhub#DelegatedAdminReference |
Java | software.amazon.awscdk.interfaces.securityhub.DelegatedAdminReference |
Python | aws_cdk.interfaces.aws_securityhub.DelegatedAdminReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_securityhub } from 'aws-cdk-lib/interfaces';
const delegatedAdminReference: interfaces_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