Interface CfnDirectoryRegistrationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDirectoryRegistrationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:10.145Z")
@Stability(Stable)
public interface CfnDirectoryRegistrationProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnDirectoryRegistration.
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.*;
CfnDirectoryRegistrationProps cfnDirectoryRegistrationProps = CfnDirectoryRegistrationProps.builder()
.directoryId("directoryId")
// the properties below are optional
.tags(Map.of(
"tagsKey", "tags"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDirectoryRegistrationPropsstatic final classAn implementation forCfnDirectoryRegistrationProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDirectoryId
The identifier of the Active Directory.- See Also:
-
getTags
Metadata assigned to a directory registration consisting of a key-value pair.- See Also:
-
builder
-