Class CfnServicePrincipalName

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.pcaconnectorad.CfnServicePrincipalName
All Implemented Interfaces:
IInspectable, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.101.0 (build b95fe5d)", date="2024-07-12T19:34:06.256Z") @Stability(Stable) public class CfnServicePrincipalName extends CfnResource implements IInspectable
Creates a service principal name (SPN) for the service account in Active Directory.

Kerberos authentication uses SPNs to associate a service instance with a service sign-in account.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.pcaconnectorad.*;
 CfnServicePrincipalName cfnServicePrincipalName = CfnServicePrincipalName.Builder.create(this, "MyCfnServicePrincipalName")
         .connectorArn("connectorArn")
         .directoryRegistrationArn("directoryRegistrationArn")
         .build();
 

See Also:
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String CFN_RESOURCE_TYPE_NAME
      The CloudFormation resource type name for this resource class.
  • Constructor Details

    • CfnServicePrincipalName

      protected CfnServicePrincipalName(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnServicePrincipalName

      protected CfnServicePrincipalName(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnServicePrincipalName

      @Stability(Stable) public CfnServicePrincipalName(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnServicePrincipalNameProps props)
      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
      props - Resource properties.
    • CfnServicePrincipalName

      @Stability(Stable) public CfnServicePrincipalName(@NotNull software.constructs.Construct scope, @NotNull String id)
      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
  • Method Details

    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      Parameters:
      inspector - tree inspector to collect and process attributes. This parameter is required.
    • renderProperties

      @Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
      Overrides:
      renderProperties in class CfnResource
      Parameters:
      props - This parameter is required.
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getConnectorArn

      @Stability(Stable) @Nullable public String getConnectorArn()
      The Amazon Resource Name (ARN) that was returned when you called CreateConnector.html .
    • setConnectorArn

      @Stability(Stable) public void setConnectorArn(@Nullable String value)
      The Amazon Resource Name (ARN) that was returned when you called CreateConnector.html .
    • getDirectoryRegistrationArn

      @Stability(Stable) @Nullable public String getDirectoryRegistrationArn()
      The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration .
    • setDirectoryRegistrationArn

      @Stability(Stable) public void setDirectoryRegistrationArn(@Nullable String value)
      The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration .