interface ServicePrincipalNameReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_pcaconnectorad.ServicePrincipalNameReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspcaconnectorad#ServicePrincipalNameReference |
![]() | software.amazon.awscdk.services.pcaconnectorad.ServicePrincipalNameReference |
![]() | aws_cdk.aws_pcaconnectorad.ServicePrincipalNameReference |
![]() | aws-cdk-lib » aws_pcaconnectorad » ServicePrincipalNameReference |
A reference to a ServicePrincipalName resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pcaconnectorad as pcaconnectorad } from 'aws-cdk-lib';
const servicePrincipalNameReference: pcaconnectorad.ServicePrincipalNameReference = {
connectorArn: 'connectorArn',
directoryRegistrationArn: 'directoryRegistrationArn',
};
Properties
Name | Type | Description |
---|---|---|
connector | string | The ConnectorArn of the ServicePrincipalName resource. |
directory | string | The DirectoryRegistrationArn of the ServicePrincipalName resource. |
connectorArn
Type:
string
The ConnectorArn of the ServicePrincipalName resource.
directoryRegistrationArn
Type:
string
The DirectoryRegistrationArn of the ServicePrincipalName resource.