DirectoryState class
Input properties used for looking up and filtering Directory resources.
Constructors
-
DirectoryState({Input<
DirectoryActiveDirectoryConfig?> ? activeDirectoryConfig, Input<String?> ? alias, Input<DirectoryCertificateBasedAuthProperties?> ? certificateBasedAuthProperties, Input<String?> ? customerUserName, Input<String?> ? directoryId, Input<String?> ? directoryName, Input<String?> ? directoryType, Input<List< ? dnsIpAddresses, Input<String> ?>String?> ? iamRoleId, Input<List< ? ipGroupIds, Input<String> ?>String?> ? region, Input<String?> ? registrationCode, Input<DirectorySamlProperties?> ? samlProperties, Input<DirectorySelfServicePermissions?> ? selfServicePermissions, Input<List< ? subnetIds, Input<String> ?>Map< ? tags, Input<String, String> ?>Map< ? tagsAll, Input<String, String> ?>String?> ? tenancy, Input<String?> ? userIdentityType, Input<DirectoryWorkspaceAccessProperties?> ? workspaceAccessProperties, Input<DirectoryWorkspaceCreationProperties?> ? workspaceCreationProperties, Input<String?> ? workspaceDirectoryDescription, Input<String?> ? workspaceDirectoryName, Input<String?> ? workspaceSecurityGroupId, Input<String?> ? workspaceType}) -
Creates a new DirectoryState.
activeDirectoryConfigConfiguration for Active Directory integration whenworkspaceTypeis set toPOOLS. Defined below.aliasThe directory alias.certificateBasedAuthPropertiesConfiguration of certificate-based authentication (CBA) integration. Requires SAML authentication to be enabled. Defined below.customerUserNameThe user name for the service account.directoryIdThe directory identifier for registration in WorkSpaces service.directoryNameThe name of the directory.directoryTypeThe directory type.dnsIpAddressesThe IP addresses of the DNS servers for the directory.iamRoleIdThe identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.ipGroupIdsThe identifiers of the IP access control groups associated with the directory.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.registrationCodeThe registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.samlPropertiesConfiguration of SAML authentication integration. Defined below.selfServicePermissionsPermissions to enable or disable self-service capabilities whenworkspaceTypeis set toPERSONAL.. Defined below.subnetIdsThe identifiers of the subnets where the directory resides.tagsA map of tags assigned to the WorkSpaces directory. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllA map of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.tenancyTenancy of the WorkSpaces directory. Valid values areDEDICATEDorSHARED.userIdentityTypeSpecifies the user identity type for the WorkSpaces directory. Valid values areCUSTOMER_MANAGED,AWS_DIRECTORY_SERVICE,AWS_IAM_IDENTITY_CENTER.workspaceAccessPropertiesSpecifies which devices and operating systems users can use to access their WorkSpaces. Defined below.workspaceCreationPropertiesDefault properties that are used for creating WorkSpaces. Defined below.workspaceDirectoryDescriptionThe description of the WorkSpaces directory whenworkspaceTypeis set toPOOLS.workspaceDirectoryNameThe name of the WorkSpaces directory whenworkspaceTypeis set toPOOLS.workspaceSecurityGroupIdThe identifier of the security group that is assigned to new WorkSpaces.workspaceTypeSpecifies the type of WorkSpaces directory. Valid values arePERSONALandPOOLS. Default isPERSONAL.const -
DirectoryState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
activeDirectoryConfig
→ Input<
DirectoryActiveDirectoryConfig?> ? -
Configuration for Active Directory integration when
workspaceTypeis set toPOOLS. Defined below.final -
alias
→ Input<
String?> ? -
The directory alias.
final
-
certificateBasedAuthProperties
→ Input<
DirectoryCertificateBasedAuthProperties?> ? -
Configuration of certificate-based authentication (CBA) integration. Requires SAML authentication to be enabled. Defined below.
final
-
customerUserName
→ Input<
String?> ? -
The user name for the service account.
final
-
directoryId
→ Input<
String?> ? -
The directory identifier for registration in WorkSpaces service.
final
-
directoryName
→ Input<
String?> ? -
The name of the directory.
final
-
directoryType
→ Input<
String?> ? -
The directory type.
final
-
dnsIpAddresses
→ Input<
List< ?String> ?> -
The IP addresses of the DNS servers for the directory.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
iamRoleId
→ Input<
String?> ? -
The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.
final
-
ipGroupIds
→ Input<
List< ?String> ?> -
The identifiers of the IP access control groups associated with the directory.
final
-
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
-
registrationCode
→ Input<
String?> ? -
The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
samlProperties
→ Input<
DirectorySamlProperties?> ? -
Configuration of SAML authentication integration. Defined below.
final
-
selfServicePermissions
→ Input<
DirectorySelfServicePermissions?> ? -
Permissions to enable or disable self-service capabilities when
workspaceTypeis set toPERSONAL.. Defined below.final -
subnetIds
→ Input<
List< ?String> ?> -
The identifiers of the subnets where the directory resides.
final
-
A map of tags assigned to the WorkSpaces directory. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
A map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration block.final -
tenancy
→ Input<
String?> ? -
Tenancy of the WorkSpaces directory. Valid values are
DEDICATEDorSHARED.final -
userIdentityType
→ Input<
String?> ? -
Specifies the user identity type for the WorkSpaces directory. Valid values are
CUSTOMER_MANAGED,AWS_DIRECTORY_SERVICE,AWS_IAM_IDENTITY_CENTER.final -
workspaceAccessProperties
→ Input<
DirectoryWorkspaceAccessProperties?> ? -
Specifies which devices and operating systems users can use to access their WorkSpaces. Defined below.
final
-
workspaceCreationProperties
→ Input<
DirectoryWorkspaceCreationProperties?> ? -
Default properties that are used for creating WorkSpaces. Defined below.
final
-
workspaceDirectoryDescription
→ Input<
String?> ? -
The description of the WorkSpaces directory when
workspaceTypeis set toPOOLS.final -
workspaceDirectoryName
→ Input<
String?> ? -
The name of the WorkSpaces directory when
workspaceTypeis set toPOOLS.final -
workspaceSecurityGroupId
→ Input<
String?> ? -
The identifier of the security group that is assigned to new WorkSpaces.
final
-
workspaceType
→ Input<
String?> ? -
Specifies the type of WorkSpaces directory. Valid values are
PERSONALandPOOLS. Default isPERSONAL.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited