Interface CfnDirectoryRegistrationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDirectoryRegistrationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-11T15:56:02.385Z")
@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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDirectoryRegistrationProps
static final class
An 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
-