We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.
Essential cookies are necessary to provide our site and services and cannot be deactivated. They are usually set in response to your actions on the site, such as setting your privacy preferences, signing in, or filling in forms.
Performance cookies provide anonymous statistics about how customers navigate our site so we can improve site experience and performance. Approved third parties may perform analytics on our behalf, but they cannot use the data for their own purposes.
Functional cookies help us provide useful site features, remember your preferences, and display relevant content. Approved third parties may set these cookies to provide certain site features. If you do not allow these cookies, then some or all of these services may not function properly.
Advertising cookies may be set through our site by us or our advertising partners and help us deliver relevant marketing content. If you do not allow these cookies, you will experience less relevant advertising.
Blocking some types of cookies may impact your experience of our sites. You may review and change your choices at any time by clicking Cookie preferences in the footer of this site. We and selected third-parties use cookies or similar technologies as specified in the AWS Cookie Notice.
share_directory
(**kwargs)¶Shares a specified directory ( DirectoryId
) in your Amazon Web Services account (directory owner) with another Amazon Web Services account (directory consumer). With this operation you can use your directory from any Amazon Web Services account and from any Amazon VPC within an Amazon Web Services Region.
When you share your Managed Microsoft AD directory, Directory Service creates a shared directory in the directory consumer account. This shared directory contains the metadata to provide access to the directory within the directory owner account. The shared directory is visible in all VPCs in the directory consumer account.
The ShareMethod
parameter determines whether the specified directory can be shared between Amazon Web Services accounts inside the same Amazon Web Services organization ( ORGANIZATIONS
). It also determines whether you can share the directory with any other Amazon Web Services account either inside or outside of the organization ( HANDSHAKE
).
The ShareNotes
parameter is only used when HANDSHAKE
is called, which sends a directory sharing request to the directory consumer.
See also: AWS API Documentation
Request Syntax
response = client.share_directory(
DirectoryId='string',
ShareNotes='string',
ShareTarget={
'Id': 'string',
'Type': 'ACCOUNT'
},
ShareMethod='ORGANIZATIONS'|'HANDSHAKE'
)
[REQUIRED]
Identifier of the Managed Microsoft AD directory that you want to share with other Amazon Web Services accounts.
[REQUIRED]
Identifier for the directory consumer account with whom the directory is to be shared.
Identifier of the directory consumer account.
Type of identifier to be used in the Id
field.
[REQUIRED]
The method used when sharing a directory to determine whether the directory should be shared within your Amazon Web Services organization ( ORGANIZATIONS
) or with any Amazon Web Services account by sending a directory sharing request ( HANDSHAKE
).
dict
Response Syntax
{
'SharedDirectoryId': 'string'
}
Response Structure
(dict) --
SharedDirectoryId (string) --
Identifier of the directory that is stored in the directory consumer account that is shared from the specified directory ( DirectoryId
).
Exceptions
DirectoryService.Client.exceptions.DirectoryAlreadySharedException
DirectoryService.Client.exceptions.EntityDoesNotExistException
DirectoryService.Client.exceptions.InvalidTargetException
DirectoryService.Client.exceptions.InvalidParameterException
DirectoryService.Client.exceptions.ClientException
DirectoryService.Client.exceptions.ShareLimitExceededException
DirectoryService.Client.exceptions.OrganizationsException
DirectoryService.Client.exceptions.AccessDeniedException
DirectoryService.Client.exceptions.UnsupportedOperationException
DirectoryService.Client.exceptions.ServiceException