Class WorkteamState


  • public final class WorkteamState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        The Amazon Resource Name (ARN) assigned by AWS to this Workteam.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        A description of the work team.
      • memberDefinitions

        public java.util.Optional<com.pulumi.core.Output<java.util.List<WorkteamMemberDefinitionArgs>>> memberDefinitions()
        Returns:
        A list of Member Definitions that contains objects that identify the workers that make up the work team. Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP). For private workforces created using Amazon Cognito use `cognito_member_definition`. For workforces created using your own OIDC identity provider (IdP) use `oidc_member_definition`. Do not provide input for both of these parameters in a single request. see Member Definition details below.
      • notificationConfiguration

        public java.util.Optional<com.pulumi.core.Output<WorkteamNotificationConfigurationArgs>> notificationConfiguration()
        Returns:
        Configures notification of workers regarding available or expiring work items. see Notification Configuration details below.
      • subdomain

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> subdomain()
        Returns:
        The subdomain for your OIDC Identity Provider.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • tagsAll

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.
        Returns:
        A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
      • workforceName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> workforceName()
        Returns:
        The name of the Workteam (must be unique).
      • workteamName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> workteamName()
        Returns:
        The name of the workforce.